Searched defs:i801_mux_config (Results 1 – 1 of 1) sorted by relevance
247 struct i801_mux_config { struct248 char *gpio_chip;249 unsigned values[3];250 int n_values;251 unsigned classes[3];252 unsigned gpios[2]; /* Relative to gpio_chip->base */276 const struct i801_mux_config *mux_drvdata; argument