Searched defs:gpio_regulator_config (Results 1 – 1 of 1) sorted by relevance
69 struct gpio_regulator_config { struct70 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 …]