Home
last modified time | relevance | path

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

/linux/include/linux/regulator/
A Ddriver.h445 struct regulator_config { struct
446 struct device *dev;
447 const struct regulator_init_data *init_data;
448 void *driver_data;
449 struct device_node *of_node;
450 struct regmap *regmap;
452 struct gpio_desc *ena_gpiod;
/linux/drivers/power/supply/
A Ducs1002_power.c544 struct regulator_config regulator_config = {}; in ucs1002_probe() local

Completed in 9 milliseconds