Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/include/linux/regulator/
H A Ddriver.h407 struct regulator_config { struct
408 struct device *dev;
409 const struct regulator_init_data *init_data;
410 void *driver_data;
411 struct device_node *of_node;
412 struct regmap *regmap;
414 struct gpio_desc *ena_gpiod;
/OK3568_Linux_fs/kernel/drivers/power/supply/
H A Ducs1002_power.c544 struct regulator_config regulator_config = {}; in ucs1002_probe() local