Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/drivers/i2c/
H A Di2c-uclass.c69 struct dm_i2c_ops *ops = i2c_get_ops(bus); in i2c_read_bytewise()
98 struct dm_i2c_ops *ops = i2c_get_ops(bus); in i2c_write_bytewise()
121 struct dm_i2c_ops *ops = i2c_get_ops(bus); in dm_i2c_read()
152 struct dm_i2c_ops *ops = i2c_get_ops(bus); in dm_i2c_write()
206 struct dm_i2c_ops *ops = i2c_get_ops(bus); in dm_i2c_xfer()
260 struct dm_i2c_ops *ops = i2c_get_ops(bus); in i2c_probe_chip()
391 struct dm_i2c_ops *ops = i2c_get_ops(bus); in dm_i2c_set_bus_speed()
412 struct dm_i2c_ops *ops = i2c_get_ops(bus); in dm_i2c_get_bus_speed()
425 struct dm_i2c_ops *ops = i2c_get_ops(bus); in i2c_set_chip_flags()
467 struct dm_i2c_ops *ops = i2c_get_ops(bus); in i2c_deblock()
H A Dsandbox_i2c.c56 *opsp = i2c_get_ops(plat->emul); in get_emul()
/OK3568_Linux_fs/u-boot/drivers/i2c/muxes/
H A Di2c-mux-uclass.c153 struct dm_i2c_ops *ops = i2c_get_ops(priv->i2c_bus); in i2c_mux_bus_probe()
173 struct dm_i2c_ops *ops = i2c_get_ops(priv->i2c_bus); in i2c_mux_bus_xfer()
/OK3568_Linux_fs/u-boot/include/
H A Di2c.h459 #define i2c_get_ops(dev) ((struct dm_i2c_ops *)(dev)->driver->ops) macro
/OK3568_Linux_fs/u-boot/drivers/video/drm/
H A Ddw_hdmi_qp.c1162 hdmi->adap.ops = i2c_get_ops(hdmi->adap.i2c_bus); in rockchip_dw_hdmi_qp_init()
H A Ddw_hdmi.c2406 hdmi->adap.ops = i2c_get_ops(hdmi->adap.i2c_bus); in rockchip_dw_hdmi_init()