Home
last modified time | relevance | path

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

/linux/include/linux/regulator/
H A Ddriver.h458 struct regulator_config { struct
459 struct device *dev;
460 const struct regulator_init_data *init_data;
461 void *driver_data;
462 struct device_node *of_node;
463 struct regmap *regmap;
465 struct gpio_desc *ena_gpiod;
/linux/drivers/power/supply/
H A Ducs1002_power.c542 struct regulator_config regulator_config = {}; in ucs1002_probe() local