Searched defs:i2c_mux_core (Results 1 – 2 of 2) sorted by relevance
18 struct i2c_mux_core { struct27 int (*select)(struct i2c_mux_core *, u32 chan_id); argument28 int (*deselect)(struct i2c_mux_core *, u32 chan_id); argument35 struct i2c_mux_core *i2c_mux_alloc(struct i2c_adapter *parent, argument
285 int (*select)(struct i2c_mux_core *, u32), in i2c_mux_alloc()286 int (*deselect)(struct i2c_mux_core *, u32)) in i2c_mux_alloc()