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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/regulator/
H A Dab8500.c41 * @supported_voltages: supported voltage table
57 int const *supported_voltages; member in struct:ab8500_regulator_info
163 return info->supported_voltages[selector];
185 ret = info->supported_voltages[val >> 0x3];
187 ret = info->supported_voltages[val];
200 if ((info->supported_voltages[i] >= min_uV) &&
201 (info->supported_voltages[i] <= max_uV))
283 .supported_voltages = voltages, \

Completed in 143 milliseconds