Home
last modified time | relevance | path

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

/linux-6.8/include/linux/regulator/
Ddriver.h448 struct regulator_config { struct
449 struct device *dev;
450 const struct regulator_init_data *init_data;
451 void *driver_data;
452 struct device_node *of_node;
453 struct regmap *regmap;
455 struct gpio_desc *ena_gpiod;
/linux-6.8/drivers/power/supply/
Ducs1002_power.c544 struct regulator_config regulator_config = {}; in ucs1002_probe() local