Searched defs:i801_mux_config (Results 1 – 1 of 1) sorted by relevance
214 struct i801_mux_config { struct215 char *gpio_chip;216 unsigned values[3];217 int n_values;218 unsigned classes[3];219 unsigned gpios[2]; /* Relative to gpio_chip->base */243 const struct i801_mux_config *mux_drvdata; argument