Searched defs:max77620_pin_function (Results 1 – 1 of 1) sorted by relevance
46 struct max77620_pin_function { struct47 const char *name;48 const char * const *groups;49 unsigned int ngroups;50 int mux_option;151 static const struct max77620_pin_function max77620_pin_function[] = { variable