Searched refs:i2c_get_ops (Results 1 – 4 of 4) sorted by relevance
76 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()394 struct dm_i2c_ops *ops = i2c_get_ops(bus); in dm_i2c_set_bus_speed()415 struct dm_i2c_ops *ops = i2c_get_ops(bus); in dm_i2c_get_bus_speed()428 struct dm_i2c_ops *ops = i2c_get_ops(bus); in i2c_set_chip_flags()568 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()
444 #define i2c_get_ops(dev) ((struct dm_i2c_ops *)(dev)->driver->ops) macro