Searched defs:i801_mux_config (Results 1 – 1 of 1) sorted by relevance
192 struct i801_mux_config { struct193 char *gpio_chip;194 unsigned values[3];195 int n_values;196 unsigned classes[3];197 unsigned gpios[2]; /* Relative to gpio_chip->base */221 const struct i801_mux_config *mux_drvdata; argument