Searched defs:i2c_mux_core (Results 1 – 4 of 4) sorted by relevance
| /kernel/linux/linux-5.10/include/linux/ |
| D | i2c-mux.h | 18 struct i2c_mux_core { struct 27 int (*select)(struct i2c_mux_core *, u32 chan_id); argument 28 int (*deselect)(struct i2c_mux_core *, u32 chan_id); argument 35 struct i2c_mux_core *i2c_mux_alloc(struct i2c_adapter *parent, argument
|
| /kernel/linux/linux-6.6/include/linux/ |
| D | i2c-mux.h | 18 struct i2c_mux_core { struct 27 int (*select)(struct i2c_mux_core *, u32 chan_id); argument 28 int (*deselect)(struct i2c_mux_core *, u32 chan_id); argument 35 struct i2c_mux_core *i2c_mux_alloc(struct i2c_adapter *parent, argument
|
| /kernel/linux/linux-5.10/drivers/i2c/ |
| D | i2c-mux.c | 242 int (*select)(struct i2c_mux_core *, u32), in i2c_mux_alloc() 243 int (*deselect)(struct i2c_mux_core *, u32)) in i2c_mux_alloc()
|
| /kernel/linux/linux-6.6/drivers/i2c/ |
| D | i2c-mux.c | 242 int (*select)(struct i2c_mux_core *, u32), in i2c_mux_alloc() 243 int (*deselect)(struct i2c_mux_core *, u32)) in i2c_mux_alloc()
|