Searched defs:mux_config (Results 1 – 6 of 6) sorted by relevance
14 struct mux_config { struct15 const char *name;16 const char *mux_reg_name;17 const unsigned char mux_reg;18 const unsigned char mask_offset;19 const unsigned char mask;20 const unsigned char mode;21 bool debug;
22 struct mux_config { struct23 const char *name;24 const char *mux_reg_name;25 const unsigned char mux_reg;26 const unsigned char mask_offset;27 const unsigned char mask;28 const unsigned char mode;29 bool debug;
1429 const struct i801_mux_config *mux_config; in i801_add_mux() local1493 const struct i801_mux_config *mux_config; in i801_get_adapter_class() local
1392 const struct i801_mux_config *mux_config; in i801_add_mux() local1447 const struct i801_mux_config *mux_config; in i801_get_adapter_class() local
87 void __iomem *mux_config; member