Home
last modified time | relevance | path

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

/linux-6.3-rc2/include/linux/regulator/
A Ddriver.h452 struct regulator_config { struct
453 struct device *dev;
454 const struct regulator_init_data *init_data;
455 void *driver_data;
456 struct device_node *of_node;
457 struct regmap *regmap;
459 struct gpio_desc *ena_gpiod;
/linux-6.3-rc2/drivers/power/supply/
A Ducs1002_power.c543 struct regulator_config regulator_config = {}; in ucs1002_probe() local

Completed in 9 milliseconds