Searched defs:regulator_config (Results 1 – 2 of 2) sorted by relevance
411 struct regulator_config { struct412 struct device *dev;413 const struct regulator_init_data *init_data;414 void *driver_data;415 struct device_node *of_node;416 struct regmap *regmap;418 struct gpio_desc *ena_gpiod;
500 struct regulator_config regulator_config = {}; in ucs1002_probe() local