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