Home
last modified time | relevance | path

Searched refs:dm_i2c_xfer (Results 1 – 14 of 14) sorted by relevance

/OK3568_Linux_fs/u-boot/drivers/video/drm/
H A Drk1000.c39 ret = dm_i2c_xfer(rk1000_ctl->dev, &msg, 1); in rk1000_ctl_i2c_write()
68 ret = dm_i2c_xfer(rk1000_ctl->dev, msg, 2); in rk1000_ctl_i2c_read()
H A Drk618.c31 ret = dm_i2c_xfer(rk618->dev, &msg, 1); in rk618_i2c_write()
59 ret = dm_i2c_xfer(rk618->dev, msg, 2); in rk618_i2c_read()
H A Drk1000_tve.c51 ret = dm_i2c_xfer(rk1000_tve->dev, &msg, 1); in rk1000_tve_i2c_write()
80 ret = dm_i2c_xfer(rk1000_tve->dev, msg, 2); in rk1000_tve_i2c_read()
/OK3568_Linux_fs/u-boot/drivers/misc/
H A Dcros_ec_i2c.c80 ret = dm_i2c_xfer(udev, &i2c_msg[0], 2); in cros_ec_i2c_packet()
186 ret = dm_i2c_xfer(udev, &i2c_msg[0], 2); in cros_ec_i2c_command()
H A Datsha204a-i2c.c158 return dm_i2c_xfer(dev, &msg, 1); in atsha204a_send()
171 return dm_i2c_xfer(dev, &msg, 1); in atsha204a_recv()
/OK3568_Linux_fs/u-boot/drivers/video/bridge/
H A Dps862x.c50 ret = dm_i2c_xfer(dev, &msg, 1); in ps8622_write()
H A Danx6345.c40 ret = dm_i2c_xfer(dev, &msg, 1); in anx6345_write()
66 ret = dm_i2c_xfer(dev, msg, 2); in anx6345_read()
/OK3568_Linux_fs/u-boot/spl/drivers/i2c/
H A Di2c-uclass.su
/OK3568_Linux_fs/u-boot/drivers/i2c/
H A Di2c-uclass.su
H A Di2c-uclass.c203 int dm_i2c_xfer(struct udevice *dev, struct i2c_msg *msg, int nmsgs) in dm_i2c_xfer() function
/OK3568_Linux_fs/u-boot/drivers/video/rk_eink/
H A Dtps65185.c131 ret = dm_i2c_xfer(priv_data->dev, &msg, 1); in tps65185_i2c_write()
159 ret = dm_i2c_xfer(priv_data->dev, msg, 2); in tps65185_i2c_read()
/OK3568_Linux_fs/u-boot/include/
H A Di2c.h218 int dm_i2c_xfer(struct udevice *dev, struct i2c_msg *msg, int nmsgs);
/OK3568_Linux_fs/u-boot/spl/
H A Du-boot-spl.map
/OK3568_Linux_fs/u-boot/
H A Du-boot.map