Searched refs:i2c_mux_ops (Results 1 – 5 of 5) sorted by relevance
131 struct i2c_mux_ops *ops = i2c_mux_get_ops(mux); in i2c_mux_select()143 struct i2c_mux_ops *ops = i2c_mux_get_ops(mux); in i2c_mux_deselect()
124 static const struct i2c_mux_ops i2c_mux_gpio_ops = {
132 static const struct i2c_mux_ops i2c_arbitrator_ops = {
97 static const struct i2c_mux_ops pca954x_ops = {
462 struct i2c_mux_ops { struct490 #define i2c_mux_get_ops(dev) ((struct i2c_mux_ops *)(dev)->driver->ops) argument
Completed in 7 milliseconds