Searched defs:voltages (Results 1 - 7 of 7) sorted by relevance

/drivers/regulator/
H A Dmc13xxx.h25 int const *voltages; member in struct:mc13xxx_regulator
83 .voltages = _voltages, \
98 .voltages = _voltages, \
113 .voltages = _voltages, \
H A Daat2870-regulator.c37 const int *voltages; /* uV */ member in struct:aat2870_regulator
56 return ri->voltages[selector];
140 .voltages = aat2870_ldo_voltages, \
H A Dab8500.c40 * @voltages: supported voltage table
41 * @voltages_len: number of supported voltages for the regulator
58 int const *voltages; member in struct:ab8500_regulator_info
201 return info->voltages[selector];
232 ret = info->voltages[val >> 0x3];
234 ret = info->voltages[val];
247 if ((info->voltages[i] >= min_uV) &&
248 (info->voltages[i] <= max_uV))
268 /* get the appropriate voltages within the range */
378 .voltages
[all...]
H A Dtps6586x-regulator.c66 int *voltages; member in struct:tps6586x_regulator
83 return info->voltages[selector] * 1000;
96 uV = ri->voltages[val] * 1000;
144 return ri->voltages[val] * 1000;
256 .voltages = tps6586x_##vdata##_voltages,
H A Dtps6524x-regulator.c134 const int *voltages; member in struct:supply_info
372 .voltages = dcdc1_voltages,
383 .voltages = dcdc2_voltages,
394 .voltages = dcdc3_voltages,
404 .voltages = ldo1_voltages,
417 .voltages = ldo2_voltages,
460 info->voltages[selector] : -EINVAL);
477 if (min_uV <= info->voltages[i] &&
478 max_uV >= info->voltages[i])
484 *selector = info->voltages[
[all...]
H A Dcore.c1729 * regulator_list_voltage - enumerate supported voltages
1774 int i, voltages, ret; local
1779 voltages = ret;
1781 for (i = 0; i < voltages; i++) {
/drivers/hwmon/
H A Dadt7462.c181 * Some, but not all, of these voltages have low/high limits.
225 u8 voltages[ADT7462_VOLT_COUNT]; member in struct:adt7462_data
749 data->voltages[i] = 0;
751 data->voltages[i] = i2c_smbus_read_byte_data(client,
1005 x *= data->voltages[attr->index];

Completed in 221 milliseconds