Home
last modified time | relevance | path

Searched refs:i2c_set_chip_offset_len (Results 1 – 17 of 17) sorted by relevance

/OK3568_Linux_fs/u-boot/test/dm/
H A Di2c.c92 ut_assertok(i2c_set_chip_offset_len(dev, 1)); in dm_test_i2c_offset_len()
96 ut_asserteq(-EINVAL, i2c_set_chip_offset_len(dev, 5)); in dm_test_i2c_offset_len()
186 ut_assertok(i2c_set_chip_offset_len(dev, 0)); in dm_test_i2c_offset()
193 ut_assertok(i2c_set_chip_offset_len(dev, 1)); in dm_test_i2c_offset()
200 ut_assertok(i2c_set_chip_offset_len(dev, 2)); in dm_test_i2c_offset()
207 ut_assertok(i2c_set_chip_offset_len(dev, 2)); in dm_test_i2c_offset()
214 ut_assertok(i2c_set_chip_offset_len(dev, 2)); in dm_test_i2c_offset()
/OK3568_Linux_fs/u-boot/cmd/
H A Di2c.c335 ret = i2c_set_chip_offset_len(dev, alen); in do_i2c_read()
389 ret = i2c_set_chip_offset_len(dev, alen); in do_i2c_write()
485 ret = i2c_set_chip_offset_len(dev, olen); in do_i2c_olen()
565 ret = i2c_set_chip_offset_len(dev, alen); in do_i2c_md()
663 ret = i2c_set_chip_offset_len(dev, alen); in do_i2c_mw()
751 ret = i2c_set_chip_offset_len(dev, alen); in do_i2c_crc()
852 ret = i2c_set_chip_offset_len(dev, alen); in mod_i2c_mem()
1057 ret = i2c_set_chip_offset_len(dev, alen); in do_i2c_loop()
/OK3568_Linux_fs/u-boot/board/phytec/phycore_rk3288/
H A Dphycore-rk3288.c93 ret = i2c_set_chip_offset_len(dev, 2); in rk3288_board_late_init()
/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.c447 int i2c_set_chip_offset_len(struct udevice *dev, uint offset_len) in i2c_set_chip_offset_len() function
/OK3568_Linux_fs/u-boot/drivers/i2c/muxes/
H A Dmax96745.c100 ret = i2c_set_chip_offset_len(dev, 2); in max96745_probe()
H A Dmax96755f.c92 ret = i2c_set_chip_offset_len(dev, 2); in max96755f_probe()
/OK3568_Linux_fs/u-boot/drivers/video/drm/
H A Drohm-bu18rl82.c174 ret = i2c_set_chip_offset_len(dev, 2); in bu18rl82_probe()
H A Drohm-bu18tl82.c201 ret = i2c_set_chip_offset_len(dev, 2); in bu18tl82_probe()
H A Dpanel-maxim-max96752f.c106 ret = i2c_set_chip_offset_len(dev, 2); in max96752f_probe()
H A Dpanel-rohm-bu18rl82.c104 ret = i2c_set_chip_offset_len(dev, 2); in bu18rl82_probe()
/OK3568_Linux_fs/u-boot/include/
H A Di2c.h268 int i2c_set_chip_offset_len(struct udevice *dev, uint offset_len);
/OK3568_Linux_fs/u-boot/board/ti/common/
H A Dboard_detect.c41 rc = i2c_set_chip_offset_len(dev, alen); in ti_i2c_set_alen()
/OK3568_Linux_fs/u-boot/drivers/tpm/
H A Dtpm_tis_st33zp24_i2c.c516 i2c_set_chip_offset_len(dev, 0); in st33zp24_i2c_probe()
/OK3568_Linux_fs/u-boot/spl/
H A Du-boot-spl.map
/OK3568_Linux_fs/u-boot/
H A Du-boot.map