Searched refs:i2c_set_chip_offset_len (Results 1 – 17 of 17) sorted by relevance
| /OK3568_Linux_fs/u-boot/test/dm/ |
| H A D | i2c.c | 92 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 D | i2c.c | 335 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 D | phycore-rk3288.c | 93 ret = i2c_set_chip_offset_len(dev, 2); in rk3288_board_late_init()
|
| /OK3568_Linux_fs/u-boot/spl/drivers/i2c/ |
| H A D | i2c-uclass.su | |
| /OK3568_Linux_fs/u-boot/drivers/i2c/ |
| H A D | i2c-uclass.su | |
| H A D | i2c-uclass.c | 447 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 D | max96745.c | 100 ret = i2c_set_chip_offset_len(dev, 2); in max96745_probe()
|
| H A D | max96755f.c | 92 ret = i2c_set_chip_offset_len(dev, 2); in max96755f_probe()
|
| /OK3568_Linux_fs/u-boot/drivers/video/drm/ |
| H A D | rohm-bu18rl82.c | 174 ret = i2c_set_chip_offset_len(dev, 2); in bu18rl82_probe()
|
| H A D | rohm-bu18tl82.c | 201 ret = i2c_set_chip_offset_len(dev, 2); in bu18tl82_probe()
|
| H A D | panel-maxim-max96752f.c | 106 ret = i2c_set_chip_offset_len(dev, 2); in max96752f_probe()
|
| H A D | panel-rohm-bu18rl82.c | 104 ret = i2c_set_chip_offset_len(dev, 2); in bu18rl82_probe()
|
| /OK3568_Linux_fs/u-boot/include/ |
| H A D | i2c.h | 268 int i2c_set_chip_offset_len(struct udevice *dev, uint offset_len);
|
| /OK3568_Linux_fs/u-boot/board/ti/common/ |
| H A D | board_detect.c | 41 rc = i2c_set_chip_offset_len(dev, alen); in ti_i2c_set_alen()
|
| /OK3568_Linux_fs/u-boot/drivers/tpm/ |
| H A D | tpm_tis_st33zp24_i2c.c | 516 i2c_set_chip_offset_len(dev, 0); in st33zp24_i2c_probe()
|
| /OK3568_Linux_fs/u-boot/spl/ |
| H A D | u-boot-spl.map | |
| /OK3568_Linux_fs/u-boot/ |
| H A D | u-boot.map | |