Home
last modified time | relevance | path

Searched refs:i2c_mux_ops (Results 1 – 5 of 5) sorted by relevance

/openbmc/u-boot/drivers/i2c/muxes/
H A Di2c-mux-uclass.c129 struct i2c_mux_ops *ops = i2c_mux_get_ops(mux); in i2c_mux_select()
141 struct i2c_mux_ops *ops = i2c_mux_get_ops(mux); in i2c_mux_deselect()
H A Di2c-mux-gpio.c120 static const struct i2c_mux_ops i2c_mux_gpio_ops = {
H A Di2c-arb-gpio-challenge.c128 static const struct i2c_mux_ops i2c_arbitrator_ops = {
H A Dpca954x.c86 static const struct i2c_mux_ops pca954x_ops = {
/openbmc/u-boot/include/
H A Di2c.h455 struct i2c_mux_ops { struct
483 #define i2c_mux_get_ops(dev) ((struct i2c_mux_ops *)(dev)->driver->ops) argument