Searched defs:regulator_config (Results 1 – 2 of 2) sorted by relevance
456 struct regulator_config { struct457 struct device *dev;458 const struct regulator_init_data *init_data;459 void *driver_data;460 struct device_node *of_node;461 struct regmap *regmap;463 struct gpio_desc *ena_gpiod;
544 struct regulator_config regulator_config = {}; in ucs1002_probe() local