Home
last modified time | relevance | path

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

12345678

/linux-6.3-rc2/drivers/power/supply/
A Ducs1002_power.c543 struct regulator_config regulator_config = {}; in ucs1002_probe() local
631 regulator_config.dev = dev; in ucs1002_probe()
632 regulator_config.of_node = dev->of_node; in ucs1002_probe()
633 regulator_config.regmap = info->regmap; in ucs1002_probe()
634 regulator_config.driver_data = info; in ucs1002_probe()
637 &regulator_config); in ucs1002_probe()
/linux-6.3-rc2/include/linux/regulator/
A Ddriver.h24 struct regulator_config;
369 struct regulator_config *);
452 struct regulator_config { struct
692 const struct regulator_config *config);
696 const struct regulator_config *config);
/linux-6.3-rc2/drivers/regulator/
A Dinternal.h72 struct regulator_config *config,
92 struct regulator_config *config, in regulator_of_get_init_data()
A Dtps65086-regulator.c115 struct regulator_config *config);
159 struct regulator_config *config) in tps65086_of_parse_cb()
205 struct regulator_config config = { }; in tps65086_regulator_probe()
A Dmpq7920.c125 struct regulator_config *config);
212 struct regulator_config *config) in mpq7920_parse_cb()
267 struct regulator_config config = { NULL, }; in mpq7920_i2c_probe()
A Dsy8827n.c87 struct regulator_config *config) in sy8827n_regulator_register()
129 struct regulator_config config = { }; in sy8827n_i2c_probe()
A Dsy8824x.c88 struct regulator_config *config) in sy8824_regulator_register()
130 struct regulator_config config = { }; in sy8824_i2c_probe()
A Dlochnagar-regulator.c114 struct regulator_config *config) in lochnagar_micbias_of_parse()
245 struct regulator_config config = { }; in lochnagar_regulator_probe()
A Dpf8x00-regulator.c209 struct regulator_config *config) in handle_ilim_property()
232 struct regulator_config *config) in handle_shift_property()
274 struct regulator_config *config) in pf8x00_of_parse_cb()
547 struct regulator_config config = { NULL, }; in pf8x00_i2c_probe()
A Drt4801-regulator.c39 struct regulator_config *config) in rt4801_of_parse_cb()
210 struct regulator_config config = { .dev = &i2c->dev, .driver_data = priv, in rt4801_probe()
A Dtps65132-regulator.c133 struct regulator_config *config) in tps65132_of_parse_cb()
229 struct regulator_config config = { }; in tps65132_probe()
A Ddummy.c42 struct regulator_config config = { }; in dummy_regulator_probe()
A Dsky81452-regulator.c60 struct regulator_config config = { }; in sky81452_reg_probe()
A Dvqmmc-ipq4019-regulator.c49 struct regulator_config cfg = {}; in ipq4019_regulator_probe()
A Dstw481x-vmmc.c58 struct regulator_config config = { }; in stw481x_vmmc_regulator_probe()
A Dtps6105x-regulator.c62 struct regulator_config config = { }; in tps6105x_regulator_probe()
A D88pg86x.c63 struct regulator_config config = {.dev = &i2c->dev}; in pg86x_i2c_probe()
A Darizona-ldo1.c191 struct regulator_config *config, in arizona_ldo1_of_get_pdata()
233 struct regulator_config config = { }; in arizona_ldo1_common_init()
A Darizona-micsupp.c229 struct regulator_config *config, in arizona_micsupp_of_get_pdata()
259 struct regulator_config config = { }; in arizona_micsupp_common_init()
A Dvexpress-regulator.c44 struct regulator_config config = { }; in vexpress_regulator_probe()
A Dqcom_usb_vbus-regulator.c50 struct regulator_config config = { }; in qcom_usb_vbus_regulator_probe()
A Dpcf50633-regulator.c78 struct regulator_config config = { }; in pcf50633_regulator_probe()
A Dstm32-booster.c76 struct regulator_config config = { }; in stm32_booster_probe()
A Dmt6370-regulator.c151 struct regulator_config *config) in mt6370_of_parse_cb()
326 struct regulator_config cfg = {}; in mt6370_regualtor_register()
/linux-6.3-rc2/Documentation/power/regulator/
A Dregulator.rst15 const struct regulator_config *config);

Completed in 23 milliseconds

12345678