Home
last modified time | relevance | path

Searched refs:i2c_get_ops (Results 1 – 4 of 4) sorted by relevance

/openbmc/u-boot/drivers/i2c/
H A Di2c-uclass.c79 struct dm_i2c_ops *ops = i2c_get_ops(bus); in i2c_read_bytewise()
108 struct dm_i2c_ops *ops = i2c_get_ops(bus); in i2c_write_bytewise()
131 struct dm_i2c_ops *ops = i2c_get_ops(bus); in dm_i2c_read()
162 struct dm_i2c_ops *ops = i2c_get_ops(bus); in dm_i2c_write()
216 struct dm_i2c_ops *ops = i2c_get_ops(bus); in dm_i2c_xfer()
255 struct dm_i2c_ops *ops = i2c_get_ops(bus); in i2c_probe_chip()
398 struct dm_i2c_ops *ops = i2c_get_ops(bus); in dm_i2c_set_bus_speed()
419 struct dm_i2c_ops *ops = i2c_get_ops(bus); in dm_i2c_get_bus_speed()
432 struct dm_i2c_ops *ops = i2c_get_ops(bus); in i2c_set_chip_flags()
588 struct dm_i2c_ops *ops = i2c_get_ops(bus); in i2c_deblock()
H A Dsandbox_i2c.c35 *opsp = i2c_get_ops(plat->emul); in get_emul()
/openbmc/u-boot/drivers/i2c/muxes/
H A Di2c-mux-uclass.c169 struct dm_i2c_ops *ops = i2c_get_ops(priv->i2c_bus); in i2c_mux_bus_probe()
189 struct dm_i2c_ops *ops = i2c_get_ops(priv->i2c_bus); in i2c_mux_bus_xfer()
/openbmc/u-boot/include/
H A Di2c.h477 #define i2c_get_ops(dev) ((struct dm_i2c_ops *)(dev)->driver->ops) macro