Home
last modified time | relevance | path

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

/linux-5.10/include/linux/regulator/
Ddriver.h399 struct regulator_config { struct
400 struct device *dev;
401 const struct regulator_init_data *init_data;
402 void *driver_data;
403 struct device_node *of_node;
404 struct regmap *regmap;
406 struct gpio_desc *ena_gpiod;
/linux-5.10/drivers/power/supply/
Ducs1002_power.c544 struct regulator_config regulator_config = {}; in ucs1002_probe() local