Home
last modified time | relevance | path

Searched refs:volt_table (Results 1 – 23 of 23) sorted by relevance

/linux/drivers/regulator/
H A Dti-abb-regulator.c363 __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 Dlp8788-ldo.c191 .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 Dmc13xxx.h60 .volt_table = _voltages, \
78 .volt_table = _voltages, \
93 .volt_table = _voltages, \
H A Dmc13xxx-regulator-core.c99 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 Dstw481x-vmmc.c46 .volt_table = stw481x_vmmc_voltages,
H A Dvqmmc-ipq4019-regulator.c33 .volt_table = ipq4019_vmmc_voltages,
H A Dtps6105x-regulator.c46 .volt_table = tps6105x_voltages,
H A Dhelpers.c685 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 Dtps65912-regulator.c35 .volt_table = NULL, \
H A Dtps65910-regulator.c552 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 Dmtk-dvfsrc-regulator.c35 .volt_table = _volt_table, \
H A Daat2870-regulator.c110 .volt_table = aat2870_ldo_voltages, \
H A Dpbias-regulator.c202 desc->volt_table = info->pbias_volt_table; in pbias_regulator_probe()
H A Dtps65217-regulator.c37 .volt_table = _t, \
H A D88pm800-regulator.c131 .volt_table = ldo_volt_table, \
H A Dstm32-vrefbuf.c160 .volt_table = stm32_vrefbuf_voltages,
H A Dtps65218-regulator.c41 .volt_table = NULL, \
H A Dtps6507x-regulator.c413 tps->desc[i].volt_table = info->table; in tps6507x_pmic_probe()
H A Dmc13892-regulator.c445 volt = rdev->desc->volt_table[selector]; in mc13892_sw_regulator_set_voltage_sel()
H A Dtps6586x-regulator.c118 .volt_table = vdata##_voltages, \
H A Drtq2208-regulator.c448 desc->volt_table = rtq2208_ldo_volt_table; in rtq2208_init_regulator_desc()
H A Dbcm590xx-regulator.c94 .volt_table = _model_lower##_##_table, \
/linux/drivers/net/phy/qcom/
H A Dat803x.c730 .volt_table = vddio_voltage_table,