| /linux-6.15/include/linux/regulator/ |
| H A D | driver.h | 24 struct regulator_config; 372 struct regulator_config *); 374 struct regulator_config *); 458 struct regulator_config { struct 700 const struct regulator_config *config); 704 const struct regulator_config *config);
|
| /linux-6.15/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-6.15/drivers/regulator/ |
| H A D | internal.h | 81 struct regulator_config *config, 105 struct regulator_config *config, in regulator_of_get_init_data()
|
| 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 | 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 | aw37503-regulator.c | 111 struct regulator_config *config) in aw37503_of_parse_cb() 184 struct regulator_config config = { }; in aw37503_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 | tps6287x-regulator.c | 59 static int tps6287x_best_range(struct regulator_config *config, const struct regulator_desc *desc) in tps6287x_best_range() 180 struct regulator_config config = {}; in tps6287x_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 | dummy.c | 42 struct regulator_config config = { }; in dummy_regulator_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 | renesas-usb-vbus-regulator.c | 38 struct regulator_config config = { }; in rzg2l_usb_vbus_regulator_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 | sky81452-regulator.c | 60 struct regulator_config config = { }; in sky81452_reg_probe()
|
| H A D | vqmmc-ipq4019-regulator.c | 49 struct regulator_config cfg = {}; in ipq4019_regulator_probe()
|
| H A D | stw481x-vmmc.c | 58 struct regulator_config config = { }; in stw481x_vmmc_regulator_probe()
|
| H A D | tps6105x-regulator.c | 62 struct regulator_config config = { }; in tps6105x_regulator_probe()
|
| H A D | 88pg86x.c | 63 struct regulator_config config = {.dev = &i2c->dev}; in pg86x_i2c_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 | arizona-ldo1.c | 191 struct regulator_config *config, in arizona_ldo1_of_get_pdata() 233 struct regulator_config config = { }; in arizona_ldo1_common_init()
|
| H A D | vexpress-regulator.c | 45 struct regulator_config config = { }; in vexpress_regulator_probe()
|
| /linux-6.15/Documentation/power/regulator/ |
| H A D | regulator.rst | 15 const struct regulator_config *config);
|