Searched defs:i801_mux_config (Results 1 – 1 of 1) sorted by relevance
251 struct i801_mux_config { struct252 char *gpio_chip;253 unsigned values[3];254 int n_values;255 unsigned classes[3];256 unsigned gpios[2]; /* Relative to gpio_chip->base */280 const struct i801_mux_config *mux_drvdata; argument