Home
last modified time | relevance | path

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

/external/u-boot/drivers/i2c/
Di2c-uclass.c76 struct dm_i2c_ops *ops = i2c_get_ops(bus); in i2c_read_bytewise()
105 struct dm_i2c_ops *ops = i2c_get_ops(bus); in i2c_write_bytewise()
128 struct dm_i2c_ops *ops = i2c_get_ops(bus); in dm_i2c_read()
159 struct dm_i2c_ops *ops = i2c_get_ops(bus); in dm_i2c_write()
213 struct dm_i2c_ops *ops = i2c_get_ops(bus); in dm_i2c_xfer()
252 struct dm_i2c_ops *ops = i2c_get_ops(bus); in i2c_probe_chip()
383 struct dm_i2c_ops *ops = i2c_get_ops(bus); in dm_i2c_set_bus_speed()
404 struct dm_i2c_ops *ops = i2c_get_ops(bus); in dm_i2c_get_bus_speed()
417 struct dm_i2c_ops *ops = i2c_get_ops(bus); in i2c_set_chip_flags()
557 struct dm_i2c_ops *ops = i2c_get_ops(bus); in i2c_deblock()
Dsandbox_i2c.c53 *opsp = i2c_get_ops(plat->emul); in get_emul()
/external/u-boot/drivers/i2c/muxes/
Di2c-mux-uclass.c148 struct dm_i2c_ops *ops = i2c_get_ops(priv->i2c_bus); in i2c_mux_bus_probe()
168 struct dm_i2c_ops *ops = i2c_get_ops(priv->i2c_bus); in i2c_mux_bus_xfer()
/external/u-boot/include/
Di2c.h444 #define i2c_get_ops(dev) ((struct dm_i2c_ops *)(dev)->driver->ops) macro