/linux/drivers/power/supply/ |
H A D | ucs1002_power.c | 542 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 ®ulator_config); in ucs1002_probe()
|
/linux/drivers/regulator/ |
H A D | sun20i-regulator.c | 109 struct regulator_config config; in sun20i_regulator_probe() 120 config = (struct regulator_config) { in sun20i_regulator_probe()
|
H A D | internal.h | 81 struct regulator_config *config, 105 struct regulator_config *config, in regulator_of_get_init_data()
|
H A D | mpq7920.c | 124 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 D | sy8827n.c | 87 struct regulator_config *config) in sy8827n_regulator_register() 129 struct regulator_config config = { }; in sy8827n_i2c_probe()
|
H A D | pf8x00-regulator.c | 209 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 D | lochnagar-regulator.c | 113 struct regulator_config *config) in lochnagar_micbias_of_parse() 244 struct regulator_config config = { }; in lochnagar_regulator_probe()
|
H A D | sy8824x.c | 88 struct regulator_config *config) in sy8824_regulator_register() 130 struct regulator_config config = { }; in sy8824_i2c_probe()
|
H A D | aw37503-regulator.c | 111 struct regulator_config *config) in aw37503_of_parse_cb() 184 struct regulator_config config = { }; in aw37503_probe()
|
H A D | tps65132-regulator.c | 133 struct regulator_config *config) in tps65132_of_parse_cb() 229 struct regulator_config config = { }; in tps65132_probe()
|
H A D | rt4801-regulator.c | 39 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 D | tps65086-regulator.c | 135 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 D | dummy.c | 42 struct regulator_config config = { }; in dummy_regulator_probe()
|
H A D | sky81452-regulator.c | 60 struct regulator_config config = { }; in sky81452_reg_probe()
|
H A D | arizona-micsupp.c | 229 struct regulator_config *config, in arizona_micsupp_of_get_pdata() 259 struct regulator_config config = { }; in arizona_micsupp_common_init()
|
H A D | stw481x-vmmc.c | 58 struct regulator_config config = { }; in stw481x_vmmc_regulator_probe()
|
H A D | vqmmc-ipq4019-regulator.c | 49 struct regulator_config cfg = {}; in ipq4019_regulator_probe()
|
H A D | wm831x-dcdc.c | 391 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 D | bd71815-regulator.c | 174 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 D | tps6105x-regulator.c | 62 struct regulator_config config = { }; in tps6105x_regulator_probe()
|
H A D | mp886x.c | 255 struct regulator_config *config) in mp886x_regulator_register() 294 struct regulator_config config = { }; in mp886x_i2c_probe()
|
H A D | rtq2134-regulator.c | 236 struct regulator_config *cfg) in rtq2134_buck_of_parse_cb() 333 struct regulator_config regulator_cfg = {}; in rtq2134_probe()
|
H A D | mt6370-regulator.c | 151 struct regulator_config *config) in mt6370_of_parse_cb() 326 struct regulator_config cfg = {}; in mt6370_regualtor_register()
|
H A D | 88pg86x.c | 63 struct regulator_config config = {.dev = &i2c->dev}; in pg86x_i2c_probe()
|
/linux/Documentation/power/regulator/ |
H A D | regulator.rst | 15 const struct regulator_config *config);
|