Home
last modified time | relevance | path

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

/openbmc/linux/include/linux/regulator/
H A Dgpio-regulator.h64 struct gpio_regulator_config { struct
65 const char *supply_name;
66 const char *input_supply;
68 unsigned enabled_at_boot:1;
69 unsigned startup_delay;
71 enum gpiod_flags *gflags;
72 int ngpios;
74 struct gpio_regulator_state *states;
75 int nr_states;
77 enum regulator_type type;
[all …]