Searched refs:voltages_len (Results 1 - 2 of 2) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/regulator/
H A Dab3100.c51 * @voltages_len: length of the array of available voltages
60 u8 voltages_len; member in struct:ab3100_regulator
143 .voltages_len = ARRAY_SIZE(ldo_e_buck_typ_voltages),
148 .voltages_len = ARRAY_SIZE(ldo_f_typ_voltages),
153 .voltages_len = ARRAY_SIZE(ldo_g_typ_voltages),
158 .voltages_len = ARRAY_SIZE(ldo_h_typ_voltages),
163 .voltages_len = ARRAY_SIZE(ldo_k_typ_voltages),
172 .voltages_len = ARRAY_SIZE(ldo_e_buck_typ_voltages),
289 if (selector >= abreg->voltages_len)
321 if (regval >= abreg->voltages_len) {
[all...]
H A Dab8500.c42 * @voltages_len: number of supported voltages for the regulator
58 int voltages_len; member in struct:ab8500_regulator_info
160 if (selector >= info->voltages_len)
199 for (i = 0; i < info->voltages_len; i++) {
284 .voltages_len = len_volts, \

Completed in 78 milliseconds