Home
last modified time | relevance | path

Searched defs:regulator_config (Results 1 – 2 of 2) sorted by relevance

/linux-6.12.1/include/linux/regulator/
Ddriver.h451 struct regulator_config { struct
452 struct device *dev;
453 const struct regulator_init_data *init_data;
454 void *driver_data;
455 struct device_node *of_node;
456 struct regmap *regmap;
458 struct gpio_desc *ena_gpiod;
/linux-6.12.1/drivers/power/supply/
Ducs1002_power.c542 struct regulator_config regulator_config = {}; in ucs1002_probe() local