| /linux/drivers/regulator/ |
| A D | ti-abb-regulator.c | 372 __func__, desc->volt_table[sel], sel, in ti_abb_set_voltage_sel() 513 unsigned int *volt_table; in ti_abb_init_table() local 543 if (!volt_table) in ti_abb_init_table() 547 abb->rdesc.volt_table = volt_table; in ti_abb_init_table() 557 volt_table); in ti_abb_init_table() 575 if (min_uV > *volt_table) in ti_abb_init_table() 576 min_uV = *volt_table; in ti_abb_init_table() 577 if (max_uV < *volt_table) in ti_abb_init_table() 578 max_uV = *volt_table; in ti_abb_init_table() 584 pname, *volt_table); in ti_abb_init_table() [all …]
|
| A D | lp8788-ldo.c | 191 .volt_table = lp8788_dldo1239_vtbl, 204 .volt_table = lp8788_dldo1239_vtbl, 217 .volt_table = lp8788_dldo1239_vtbl, 230 .volt_table = lp8788_dldo4_vtbl, 243 .volt_table = lp8788_dldo578_aldo6_vtbl, 256 .volt_table = lp8788_dldo6_vtbl, 295 .volt_table = lp8788_dldo1239_vtbl, 308 .volt_table = lp8788_dldo1011_vtbl, 321 .volt_table = lp8788_dldo1011_vtbl, 348 .volt_table = lp8788_aldo1_vtbl, [all …]
|
| A D | ab8500.c | 661 .volt_table = ldo_vauxn_voltages, 684 .volt_table = ldo_vauxn_voltages, 707 .volt_table = ldo_vaux3_voltages, 875 .volt_table = ldo_vauxn_voltages, 896 .volt_table = ldo_vauxn_voltages, 917 .volt_table = ldo_vaux3_voltages, 938 .volt_table = ldo_vauxn_voltages, 961 .volt_table = ldo_vaux56_voltages, 983 .volt_table = ldo_vaux56_voltages, 1051 .volt_table = ldo_vaudio_voltages, [all …]
|
| A D | lp872x.c | 464 .volt_table = lp872x_ldo_vtbl, 478 .volt_table = lp872x_ldo_vtbl, 492 .volt_table = lp872x_ldo_vtbl, 506 .volt_table = lp8720_ldo4_vtbl, 520 .volt_table = lp872x_ldo_vtbl, 534 .volt_table = lp8720_buck_vtbl, 549 .volt_table = lp872x_ldo_vtbl, 563 .volt_table = lp872x_ldo_vtbl, 577 .volt_table = lp872x_ldo_vtbl, 591 .volt_table = lp872x_ldo_vtbl, [all …]
|
| A D | lp3971.c | 248 .volt_table = ldo123_voltage_map, 257 .volt_table = ldo123_voltage_map, 266 .volt_table = ldo123_voltage_map, 275 .volt_table = ldo45_voltage_map, 284 .volt_table = ldo45_voltage_map, 293 .volt_table = buck_voltage_map, 302 .volt_table = buck_voltage_map, 311 .volt_table = buck_voltage_map,
|
| A D | lp3972.c | 401 .volt_table = ldo1_voltage_map, 410 .volt_table = ldo23_voltage_map, 419 .volt_table = ldo23_voltage_map, 428 .volt_table = ldo4_voltage_map, 437 .volt_table = ldo5_voltage_map, 446 .volt_table = buck1_voltage_map, 455 .volt_table = buck23_voltage_map, 464 .volt_table = buck23_voltage_map,
|
| A D | mc13xxx.h | 60 .volt_table = _voltages, \ 78 .volt_table = _voltages, \ 93 .volt_table = _voltages, \
|
| A D | bcm590xx-regulator.c | 144 const unsigned int *volt_table; member 153 .volt_table = _table, \ 308 pmu->desc[i].volt_table = info->volt_table; in bcm590xx_probe()
|
| A D | mc13xxx-regulator-core.c | 99 return rdev->desc->volt_table[val]; in mc13xxx_regulator_get_voltage() 120 if (min_uV <= rdev->desc->volt_table[0] && in mc13xxx_fixed_regulator_set_voltage() 121 rdev->desc->volt_table[0] <= max_uV) { in mc13xxx_fixed_regulator_set_voltage()
|
| A D | 88pm8607.c | 257 .volt_table = vreg##_table, \ 280 .volt_table = LDO##_id##_table, \
|
| A D | max77693-regulator.c | 156 .volt_table = max77693_safeout_table, \ 197 .volt_table = max77693_safeout_table, \
|
| A D | max1586.c | 100 rdev->desc->volt_table[selector] / 1000); in max1586_v6_set_voltage_sel() 144 .volt_table = v6_voltages_uv,
|
| A D | tps65023-regulator.c | 99 .volt_table = _t, \ 118 .volt_table = _t, \
|
| A D | pf8x00-regulator.c | 392 .volt_table = voltages, \ 452 .volt_table = voltages, \ 480 .volt_table = voltages, \
|
| A D | pfuze100-regulator.c | 264 .volt_table = voltages, \ 301 .volt_table = voltages, \ 338 .volt_table = voltages, \ 791 desc->volt_table = pfuze3000_sw2hi; in pfuze100_regulator_probe()
|
| A D | vqmmc-ipq4019-regulator.c | 33 .volt_table = ipq4019_vmmc_voltages,
|
| A D | stw481x-vmmc.c | 46 .volt_table = stw481x_vmmc_voltages,
|
| A D | tps6105x-regulator.c | 46 .volt_table = tps6105x_voltages,
|
| A D | bd9576-regulator.c | 161 return desc->volt_table[index]; in bd957x_list_voltage() 603 .volt_table = &vout1_volt_table[0], 626 .volt_table = &vout2_volt_table[0], 694 .volt_table = &voutl1_volt_table[0],
|
| A D | mt6397-regulator.c | 76 .volt_table = ldo_volt_table, \ 371 mt6397_regulators[MT6397_ID_VGP2].desc.volt_table = in mt6397_regulator_probe()
|
| A D | helpers.c | 665 if (!rdev->desc->volt_table) { in regulator_list_voltage_table() 666 BUG_ON(!rdev->desc->volt_table); in regulator_list_voltage_table() 675 return rdev->desc->volt_table[selector]; in regulator_list_voltage_table()
|
| A D | ltc3589.c | 405 descs[LTC3589_LDO4].volt_table = ltc3589_ldo4; in ltc3589_probe() 408 descs[LTC3589_LDO4].volt_table = ltc3589_12_ldo4; in ltc3589_probe()
|
| A D | tps65910-regulator.c | 553 return dev->desc->volt_table[0]; in tps65910_get_voltage_vdd3() 1171 pmic->desc[i].volt_table = info->voltage_table; in tps65910_probe() 1179 pmic->desc[i].volt_table = info->voltage_table; in tps65910_probe() 1183 pmic->desc[i].volt_table = info->voltage_table; in tps65910_probe()
|
| A D | hi6421v530-regulator.c | 84 .volt_table = v_table, \
|
| A D | cpcap-regulator.c | 117 .volt_table = (val_tbl), \ 542 if (regulator->rdesc.volt_table == unknown_val_tbl) in cpcap_regulator_probe()
|