Searched defs:max77620_pin_function (Results 1 – 1 of 1) sorted by relevance
43 struct max77620_pin_function { struct44 const char *name;45 const char * const *groups;46 unsigned int ngroups;47 int mux_option;148 static const struct max77620_pin_function max77620_pin_function[] = { variable