| /linux/drivers/regulator/ |
| H A D | ti-abb-regulator.c | 363 __func__, desc->volt_table[sel], sel, in ti_abb_set_voltage_sel() 504 unsigned int *volt_table; in ti_abb_init_table() local 532 volt_table = devm_kcalloc(dev, num_entries, sizeof(unsigned int), in ti_abb_init_table() 534 if (!volt_table) in ti_abb_init_table() 538 abb->rdesc.volt_table = volt_table; in ti_abb_init_table() 542 for (i = 0; i < num_entries; i++, info++, volt_table++) { in ti_abb_init_table() 548 volt_table); in ti_abb_init_table() 562 i, *volt_table, info->opp_sel, efuse_offset, rbb_mask, in ti_abb_init_table() 566 if (min_uV > *volt_table) in ti_abb_init_table() 567 min_uV = *volt_table; in ti_abb_init_table() [all …]
|
| H 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, 269 .volt_table = lp8788_dldo578_aldo6_vtbl, 282 .volt_table = lp8788_dldo578_aldo6_vtbl, 295 .volt_table = lp8788_dldo1239_vtbl, 308 .volt_table = lp8788_dldo1011_vtbl, [all …]
|
| H A D | mc13xxx.h | 60 .volt_table = _voltages, \ 78 .volt_table = _voltages, \ 93 .volt_table = _voltages, \
|
| H 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()
|
| H A D | stw481x-vmmc.c | 46 .volt_table = stw481x_vmmc_voltages,
|
| H A D | vqmmc-ipq4019-regulator.c | 33 .volt_table = ipq4019_vmmc_voltages,
|
| H A D | tps6105x-regulator.c | 46 .volt_table = tps6105x_voltages,
|
| H A D | helpers.c | 685 if (!rdev->desc->volt_table) { in regulator_list_voltage_table() 686 BUG_ON(!rdev->desc->volt_table); in regulator_list_voltage_table() 695 return rdev->desc->volt_table[selector]; in regulator_list_voltage_table()
|
| H A D | tps65912-regulator.c | 35 .volt_table = NULL, \
|
| H A D | tps65910-regulator.c | 552 return dev->desc->volt_table[0]; in tps65910_get_voltage_vdd3() 1170 pmic->desc[i].volt_table = info->voltage_table; in tps65910_probe() 1178 pmic->desc[i].volt_table = info->voltage_table; in tps65910_probe() 1182 pmic->desc[i].volt_table = info->voltage_table; in tps65910_probe()
|
| H A D | mtk-dvfsrc-regulator.c | 35 .volt_table = _volt_table, \
|
| H A D | aat2870-regulator.c | 110 .volt_table = aat2870_ldo_voltages, \
|
| H A D | pbias-regulator.c | 202 desc->volt_table = info->pbias_volt_table; in pbias_regulator_probe()
|
| H A D | tps65217-regulator.c | 37 .volt_table = _t, \
|
| H A D | 88pm800-regulator.c | 131 .volt_table = ldo_volt_table, \
|
| H A D | stm32-vrefbuf.c | 160 .volt_table = stm32_vrefbuf_voltages,
|
| H A D | tps65218-regulator.c | 41 .volt_table = NULL, \
|
| H A D | tps6507x-regulator.c | 413 tps->desc[i].volt_table = info->table; in tps6507x_pmic_probe()
|
| H A D | mc13892-regulator.c | 445 volt = rdev->desc->volt_table[selector]; in mc13892_sw_regulator_set_voltage_sel()
|
| H A D | tps6586x-regulator.c | 118 .volt_table = vdata##_voltages, \
|
| H A D | rtq2208-regulator.c | 448 desc->volt_table = rtq2208_ldo_volt_table; in rtq2208_init_regulator_desc()
|
| H A D | bcm590xx-regulator.c | 94 .volt_table = _model_lower##_##_table, \
|
| /linux/drivers/net/phy/qcom/ |
| H A D | at803x.c | 730 .volt_table = vddio_voltage_table,
|