Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/drivers/i2c/muxes/
H A Di2c-mux-uclass.c113 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()
H A Dpca954x.c74 static const struct i2c_mux_ops pca954x_ops = {
H A Dmax96745.c56 static const struct i2c_mux_ops max96745_ops = {
H A Di2c-mux-gpio.c121 static const struct i2c_mux_ops i2c_mux_gpio_ops = {
H A Dmax96755f.c59 static const struct i2c_mux_ops max96755f_ops = {
H A Di2c-arb-gpio-challenge.c129 static const struct i2c_mux_ops i2c_arbitrator_ops = {
/OK3568_Linux_fs/u-boot/include/
H A Di2c.h470 struct i2c_mux_ops { struct
498 #define i2c_mux_get_ops(dev) ((struct i2c_mux_ops *)(dev)->driver->ops) argument