Home
last modified time | relevance | path

Searched defs:i2c_mux_core (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/include/linux/
H A Di2c-mux.h18 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
/openbmc/linux/drivers/i2c/
H A Di2c-mux.c285 int (*select)(struct i2c_mux_core *, u32), in i2c_mux_alloc()
286 int (*deselect)(struct i2c_mux_core *, u32)) in i2c_mux_alloc()