Searched defs:fixed_voltage_config (Results 1 – 1 of 1) sorted by relevance
41 struct fixed_voltage_config { struct42 const char *supply_name;43 int microvolts;44 int gpio;45 unsigned startup_delay;46 unsigned enable_high:1;47 unsigned enabled_at_boot:1;48 struct regulator_init_data *init_data;