Searched refs:voltages (Results 1 - 10 of 10) sorted by relevance

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/regulator/
H A Dmc13783-regulator.c99 int const *voltages; member in struct:mc13783_regulator
197 .voltages = _voltages, \
212 .voltages = _voltages, \
227 .voltages = _voltages, \
340 return mc13783_regulators[id].voltages[selector];
353 * this regulator. The switchable voltages are not
360 if (mc13783_regulators[reg_id].voltages[i] >= min_uV &&
361 mc13783_regulators[reg_id].voltages[i] < bestmatch) {
362 bestmatch = mc13783_regulators[reg_id].voltages[i];
423 return mc13783_regulators[id].voltages[va
[all...]
H A Dtps6586x-regulator.c65 int *voltages; member in struct:tps6586x_regulator
82 return info->voltages[selector] * 1000;
94 uV = ri->voltages[val] * 1000;
139 return ri->voltages[val] * 1000;
251 .voltages = tps6586x_##vdata##_voltages, \
H A Dab8500.c42 * @voltages_len: number of supported voltages for the regulator
218 /* get the appropriate voltages within the range */
266 volt_reg, volt_mask, voltages, \
283 .supported_voltages = voltages, \
H A Dcore.c1517 * regulator_list_voltage - enumerate supported voltages
1562 int i, voltages, ret; local
1567 voltages = ret;
1569 for (i = 0; i < voltages; i++) {
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/regulator/
H A Dmc13783-regulator.c99 int const *voltages; member in struct:mc13783_regulator
197 .voltages = _voltages, \
212 .voltages = _voltages, \
227 .voltages = _voltages, \
340 return mc13783_regulators[id].voltages[selector];
353 * this regulator. The switchable voltages are not
360 if (mc13783_regulators[reg_id].voltages[i] >= min_uV &&
361 mc13783_regulators[reg_id].voltages[i] < bestmatch) {
362 bestmatch = mc13783_regulators[reg_id].voltages[i];
423 return mc13783_regulators[id].voltages[va
[all...]
H A Dtps6586x-regulator.c65 int *voltages; member in struct:tps6586x_regulator
82 return info->voltages[selector] * 1000;
94 uV = ri->voltages[val] * 1000;
139 return ri->voltages[val] * 1000;
251 .voltages = tps6586x_##vdata##_voltages, \
H A Dab8500.c42 * @voltages_len: number of supported voltages for the regulator
218 /* get the appropriate voltages within the range */
266 volt_reg, volt_mask, voltages, \
283 .supported_voltages = voltages, \
H A Dcore.c1517 * regulator_list_voltage - enumerate supported voltages
1562 int i, voltages, ret; local
1567 voltages = ret;
1569 for (i = 0; i < voltages; i++) {
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/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];
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/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 211 milliseconds