Home
last modified time | relevance | path

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

/Linux-v4.19/include/linux/regulator/
Dgpio-regulator.h69 struct gpio_regulator_config { struct
70 const char *supply_name;
72 int enable_gpio;
73 unsigned enable_high:1;
74 unsigned enabled_at_boot:1;
75 unsigned startup_delay;
77 struct gpio *gpios;
78 int nr_gpios;
80 struct gpio_regulator_state *states;
81 int nr_states;
[all …]