Searched defs:regulator_config (Results 1 – 4 of 4) sorted by relevance
403 struct regulator_config { struct404 struct device *dev;405 const struct regulator_init_data *init_data;406 void *driver_data;407 struct device_node *of_node;408 struct regmap *regmap;410 struct gpio_desc *ena_gpiod;
453 struct regulator_config { struct454 struct device *dev;455 const struct regulator_init_data *init_data;456 void *driver_data;457 struct device_node *of_node;458 struct regmap *regmap;460 struct gpio_desc *ena_gpiod;
545 struct regulator_config regulator_config = {}; in ucs1002_probe() local
544 struct regulator_config regulator_config = {}; in ucs1002_probe() local