Searched defs:regulator_config (Results 1 – 2 of 2) sorted by relevance
451 struct regulator_config { struct452 struct device *dev;453 const struct regulator_init_data *init_data;454 void *driver_data;455 struct device_node *of_node;456 struct regmap *regmap;458 struct gpio_desc *ena_gpiod;
542 struct regulator_config regulator_config = {}; in ucs1002_probe() local