Searched refs:i2c_mux_ops (Results 1 – 7 of 7) sorted by relevance
113 struct i2c_mux_ops *ops = i2c_mux_get_ops(mux); in i2c_mux_select()125 struct i2c_mux_ops *ops = i2c_mux_get_ops(mux); in i2c_mux_deselect()
74 static const struct i2c_mux_ops pca954x_ops = {
56 static const struct i2c_mux_ops max96745_ops = {
121 static const struct i2c_mux_ops i2c_mux_gpio_ops = {
59 static const struct i2c_mux_ops max96755f_ops = {
129 static const struct i2c_mux_ops i2c_arbitrator_ops = {
470 struct i2c_mux_ops { struct498 #define i2c_mux_get_ops(dev) ((struct i2c_mux_ops *)(dev)->driver->ops) argument