Home
last modified time | relevance | path

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

12345678

/linux/drivers/power/supply/
H A Ducs1002_power.c542 struct regulator_config regulator_config = {}; in ucs1002_probe() local
630 regulator_config.dev = dev; in ucs1002_probe()
631 regulator_config.of_node = dev->of_node; in ucs1002_probe()
632 regulator_config.regmap = info->regmap; in ucs1002_probe()
633 regulator_config.driver_data = info; in ucs1002_probe()
636 &regulator_config); in ucs1002_probe()
/linux/drivers/regulator/
H A Dsun20i-regulator.c109 struct regulator_config config; in sun20i_regulator_probe()
120 config = (struct regulator_config) { in sun20i_regulator_probe()
H A Dinternal.h81 struct regulator_config *config,
105 struct regulator_config *config, in regulator_of_get_init_data()
H A Dmpq7920.c124 struct regulator_config *config);
211 struct regulator_config *config) in mpq7920_parse_cb()
266 struct regulator_config config = { NULL, }; in mpq7920_i2c_probe()
H A Dsy8827n.c87 struct regulator_config *config) in sy8827n_regulator_register()
129 struct regulator_config config = { }; in sy8827n_i2c_probe()
H 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()
H A Dlochnagar-regulator.c113 struct regulator_config *config) in lochnagar_micbias_of_parse()
244 struct regulator_config config = { }; in lochnagar_regulator_probe()
H A Dsy8824x.c88 struct regulator_config *config) in sy8824_regulator_register()
130 struct regulator_config config = { }; in sy8824_i2c_probe()
H A Daw37503-regulator.c111 struct regulator_config *config) in aw37503_of_parse_cb()
184 struct regulator_config config = { }; in aw37503_probe()
H A Dtps65132-regulator.c133 struct regulator_config *config) in tps65132_of_parse_cb()
229 struct regulator_config config = { }; in tps65132_probe()
H 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()
H A Dtps65086-regulator.c135 struct regulator_config *config);
304 struct regulator_config *config) in tps65086_of_parse_cb()
352 struct regulator_config config = { }; in tps65086_regulator_probe()
H A Ddummy.c42 struct regulator_config config = { }; in dummy_regulator_probe()
H A Dsky81452-regulator.c60 struct regulator_config config = { }; in sky81452_reg_probe()
H A Darizona-micsupp.c229 struct regulator_config *config, in arizona_micsupp_of_get_pdata()
259 struct regulator_config config = { }; in arizona_micsupp_common_init()
H A Dstw481x-vmmc.c58 struct regulator_config config = { }; in stw481x_vmmc_regulator_probe()
H A Dvqmmc-ipq4019-regulator.c49 struct regulator_config cfg = {}; in ipq4019_regulator_probe()
H A Dwm831x-dcdc.c391 struct regulator_config config = { }; in wm831x_buckv_probe()
550 struct regulator_config config = { }; in wm831x_buckp_probe()
683 struct regulator_config config = { }; in wm831x_boostp_probe()
776 struct regulator_config config = { }; in wm831x_epe_probe()
H A Dbd71815-regulator.c174 struct regulator_config *cfg) in set_hw_dvs_levels()
196 struct regulator_config *cfg) in buck12_set_hw_dvs_levels()
563 struct regulator_config config = {}; in bd7181x_probe()
H A Dtps6105x-regulator.c62 struct regulator_config config = { }; in tps6105x_regulator_probe()
H A Dmp886x.c255 struct regulator_config *config) in mp886x_regulator_register()
294 struct regulator_config config = { }; in mp886x_i2c_probe()
H A Drtq2134-regulator.c236 struct regulator_config *cfg) in rtq2134_buck_of_parse_cb()
333 struct regulator_config regulator_cfg = {}; in rtq2134_probe()
H A Dmt6370-regulator.c151 struct regulator_config *config) in mt6370_of_parse_cb()
326 struct regulator_config cfg = {}; in mt6370_regualtor_register()
H A D88pg86x.c63 struct regulator_config config = {.dev = &i2c->dev}; in pg86x_i2c_probe()
/linux/Documentation/power/regulator/
H A Dregulator.rst15 const struct regulator_config *config);

12345678