Home
last modified time | relevance | path

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

/Linux-v4.19/include/linux/regulator/
Ddriver.h400 struct regulator_config { struct
401 struct device *dev;
402 const struct regulator_init_data *init_data;
403 void *driver_data;
404 struct device_node *of_node;
405 struct regmap *regmap;
407 bool ena_gpio_initialized;
408 int ena_gpio;
409 struct gpio_desc *ena_gpiod;
410 unsigned int ena_gpio_invert:1;
[all …]