Home
last modified time | relevance | path

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

12345678

/OK3568_Linux_fs/kernel/include/linux/regulator/
H A Ddriver.h25 struct regulator_config;
326 struct regulator_config *);
407 struct regulator_config { struct
487 const struct regulator_config *config);
491 const struct regulator_config *config);
/OK3568_Linux_fs/kernel/drivers/power/supply/
H A Ducs1002_power.c544 struct regulator_config regulator_config = {}; in ucs1002_probe() local
632 regulator_config.dev = dev; in ucs1002_probe()
633 regulator_config.of_node = dev->of_node; in ucs1002_probe()
634 regulator_config.regmap = info->regmap; in ucs1002_probe()
635 regulator_config.driver_data = info; in ucs1002_probe()
638 &regulator_config); in ucs1002_probe()
/OK3568_Linux_fs/kernel/drivers/regulator/
H A Dinternal.h61 struct regulator_config *config,
81 struct regulator_config *config, in regulator_of_get_init_data()
H A 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()
H 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()
H A Dsy8827n.c83 struct regulator_config *config) in sy8827n_regulator_register()
115 struct regulator_config config = { }; in sy8827n_i2c_probe()
H A Ddio5632-regulator.c112 struct regulator_config *config) in DIO5632_of_parse_cb()
186 struct regulator_config config = { }; in DIO5632_probe()
H A Dlochnagar-regulator.c114 struct regulator_config *config) in lochnagar_micbias_of_parse()
245 struct regulator_config config = { }; in lochnagar_regulator_probe()
H A Dsy8824x.c87 struct regulator_config *config) in sy8824_regulator_register()
120 struct regulator_config config = { }; in sy8824_i2c_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 Ddummy.c42 struct regulator_config config = { }; in dummy_regulator_probe()
H A Dwm831x-dcdc.c391 struct regulator_config config = { }; in wm831x_buckv_probe()
549 struct regulator_config config = { }; in wm831x_buckp_probe()
681 struct regulator_config config = { }; in wm831x_boostp_probe()
773 struct regulator_config config = { }; in wm831x_epe_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 Darizona-ldo1.c191 struct regulator_config *config, in arizona_ldo1_of_get_pdata()
233 struct regulator_config config = { }; in arizona_ldo1_common_init()
H A Dsky81452-regulator.c60 struct regulator_config config = { }; in sky81452_reg_probe()
H A Dmp886x.c277 struct regulator_config *config) in mp886x_regulator_register()
312 struct regulator_config config = { }; in mp886x_i2c_probe()
H A Dvqmmc-ipq4019-regulator.c49 struct regulator_config cfg = {}; in ipq4019_regulator_probe()
H A Dqcom_usb_vbus-regulator.c40 struct regulator_config config = { }; in qcom_usb_vbus_regulator_probe()
H A Dstw481x-vmmc.c58 struct regulator_config config = { }; in stw481x_vmmc_regulator_probe()
H A Dtps6105x-regulator.c62 struct regulator_config config = { }; in tps6105x_regulator_probe()
H A D88pg86x.c63 struct regulator_config config = {.dev = &i2c->dev}; in pg86x_i2c_probe()
H A Dvexpress-regulator.c44 struct regulator_config config = { }; in vexpress_regulator_probe()
H A Dbd71828-regulator.c128 struct regulator_config *cfg) in buck_set_hw_dvs_levels()
139 struct regulator_config *cfg) in ldo6_parse_dt()
754 struct regulator_config config = { in bd71828_probe()
H A Dwm831x-ldo.c218 struct regulator_config config = { }; in wm831x_gp_ldo_probe()
428 struct regulator_config config = { }; in wm831x_aldo_probe()
572 struct regulator_config config = { }; in wm831x_alive_ldo_probe()
/OK3568_Linux_fs/kernel/Documentation/power/regulator/
H A Dregulator.rst15 const struct regulator_config *config);

12345678