···7171 * @uV_offset: Offset applied to voltages from consumer to compensate for7272 * voltage drops.7373 *7474- * @min_uA: Smallest consumers consumers may set.7474+ * @min_uA: Smallest current consumers may set.7575 * @max_uA: Largest current consumers may set.7676 *7777 * @valid_modes_mask: Mask of modes which may be configured by consumers.···134134/**135135 * struct regulator_consumer_supply - supply -> device mapping136136 *137137- * This maps a supply name to a device. Only one of dev or dev_name138138- * can be specified. Use of dev_name allows support for buses which139139- * make struct device available late such as I2C and is the preferred140140- * form.137137+ * This maps a supply name to a device. Use of dev_name allows support for138138+ * buses which make struct device available late such as I2C.141139 *142140 * @dev_name: Result of dev_name() for the consumer.143141 * @supply: Name for the supply.