Searched refs:i2c_get_ops (Results 1 – 4 of 4) sorted by relevance
79 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()
35 *opsp = i2c_get_ops(plat->emul); in get_emul()
169 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()
477 #define i2c_get_ops(dev) ((struct dm_i2c_ops *)(dev)->driver->ops) macro