Home
last modified time | relevance | path

Searched refs:regulator_config (Results 1 – 25 of 145) sorted by relevance

123456

/Linux-v5.4/include/linux/regulator/
Ddriver.h23 struct regulator_config;
334 struct regulator_config *);
411 struct regulator_config { struct
489 const struct regulator_config *config);
493 const struct regulator_config *config);
/Linux-v5.4/drivers/regulator/
Dinternal.h60 struct regulator_config *config,
80 struct regulator_config *config, in regulator_of_get_init_data()
Dtps65086-regulator.c123 struct regulator_config *config);
167 struct regulator_config *config) in tps65086_of_parse_cb()
213 struct regulator_config config = { }; in tps65086_regulator_probe()
Dlochnagar-regulator.c113 struct regulator_config *config) in lochnagar_micbias_of_parse()
244 struct regulator_config config = { }; in lochnagar_regulator_probe()
Dsy8824x.c87 struct regulator_config *config) in sy8824_regulator_register()
121 struct regulator_config config = { }; in sy8824_i2c_probe()
Ddummy.c42 struct regulator_config config = { }; in dummy_regulator_probe()
Dtps65132-regulator.c133 struct regulator_config *config) in tps65132_of_parse_cb()
227 struct regulator_config config = { }; in tps65132_probe()
Dsky81452-regulator.c60 struct regulator_config config = { }; in sky81452_reg_probe()
Dstw481x-vmmc.c58 struct regulator_config config = { }; in stw481x_vmmc_regulator_probe()
Dtps6105x-regulator.c61 struct regulator_config config = { }; in tps6105x_regulator_probe()
D88pg86x.c63 struct regulator_config config = {.dev = &i2c->dev}; in pg86x_i2c_probe()
Dbd718x7-regulator.c390 struct regulator_config *cfg) in buck4_set_hw_dvs_levels()
409 struct regulator_config *cfg) in buck3_set_hw_dvs_levels()
429 struct regulator_config *cfg) in buck2_set_hw_dvs_levels()
455 struct regulator_config *cfg) in buck1_set_hw_dvs_levels()
1153 struct regulator_config config = { 0 }; in bd718xx_probe()
Dvexpress-regulator.c44 struct regulator_config config = { }; in vexpress_regulator_probe()
Darizona-ldo1.c191 struct regulator_config *config, in arizona_ldo1_of_get_pdata()
233 struct regulator_config config = { }; in arizona_ldo1_common_init()
Darizona-micsupp.c229 struct regulator_config *config, in arizona_micsupp_of_get_pdata()
259 struct regulator_config config = { }; in arizona_micsupp_common_init()
Dpcf50633-regulator.c78 struct regulator_config config = { }; in pcf50633_regulator_probe()
Dstm32-booster.c76 struct regulator_config config = { }; in stm32_booster_probe()
Dwm831x-dcdc.c395 struct regulator_config config = { }; in wm831x_buckv_probe()
553 struct regulator_config config = { }; in wm831x_buckp_probe()
685 struct regulator_config config = { }; in wm831x_boostp_probe()
777 struct regulator_config config = { }; in wm831x_epe_probe()
Drt5033-regulator.c85 struct regulator_config config = {}; in rt5033_regulator_probe()
Dsy8106a-regulator.c69 struct regulator_config config = { }; in sy8106a_i2c_probe()
Dltc3676.c147 struct regulator_config *config) in ltc3676_of_parse_cb()
333 struct regulator_config config = { }; in ltc3676_regulator_probe()
Dtps6507x-regulator.c363 struct regulator_config *config) in tps6507x_pmic_of_parse_cb()
381 struct regulator_config config = { }; in tps6507x_pmic_probe()
Disl6271a-regulator.c112 struct regulator_config config = { }; in isl6271a_probe()
/Linux-v5.4/drivers/power/supply/
Ducs1002_power.c500 struct regulator_config regulator_config = {}; in ucs1002_probe() local
589 regulator_config.dev = dev; in ucs1002_probe()
590 regulator_config.of_node = dev->of_node; in ucs1002_probe()
591 regulator_config.regmap = info->regmap; in ucs1002_probe()
594 &regulator_config); in ucs1002_probe()
/Linux-v5.4/Documentation/power/regulator/
Dregulator.rst15 const struct regulator_config *config);

123456