Searched refs:i2c_get_chip (Results 1 – 15 of 15) sorted by relevance
| /OK3568_Linux_fs/u-boot/test/dm/ |
| H A D | i2c.c | 52 ut_assertok(i2c_get_chip(bus, chip, 1, &dev)); in dm_test_i2c_read_write() 72 ut_assertok(i2c_get_chip(bus, chip, 1, &dev)); in dm_test_i2c_speed() 91 ut_assertok(i2c_get_chip(bus, chip, 1, &dev)); in dm_test_i2c_offset_len() 124 ut_assertok(i2c_get_chip(bus, chip, 1, &dev)); in dm_test_i2c_bytewise()
|
| /OK3568_Linux_fs/u-boot/board/CZ.NIC/turris_omnia/ |
| H A D | turris_omnia.c | 103 ret = i2c_get_chip(bus, OMNIA_I2C_MCU, 1, &dev); in omnia_detect_sata() 164 ret = i2c_get_chip(bus, OMNIA_I2C_EEPROM, OMNIA_I2C_EEPROM_ADDRLEN, &dev); in omnia_read_eeprom() 338 ret = i2c_get_chip(bus, OMNIA_I2C_MCU, 1, &dev); in disable_mcu_watchdog()
|
| /OK3568_Linux_fs/u-boot/arch/arm/mach-tegra/tegra20/ |
| H A D | pmu.c | 55 ret = i2c_get_chip(bus, PMI_I2C_ADDRESS, 1, &dev); in pmu_set_nominal()
|
| /OK3568_Linux_fs/u-boot/drivers/i2c/ |
| H A D | i2c-uclass.c | 322 int i2c_get_chip(struct udevice *bus, uint chip_addr, uint offset_len, in i2c_get_chip() function 358 ret = i2c_get_chip(bus, chip_addr, offset_len, devp); in i2c_get_chip_for_busnum() 383 ret = i2c_get_chip(bus, chip_addr, 1, devp); in dm_i2c_probe()
|
| H A D | sandbox_i2c.c | 82 ret = i2c_get_chip(bus, msg->addr, 1, &dev); in sandbox_i2c_xfer()
|
| H A D | i2c-uclass.su | |
| /OK3568_Linux_fs/u-boot/spl/drivers/i2c/ |
| H A D | i2c-uclass.su | |
| /OK3568_Linux_fs/u-boot/include/ |
| H A D | i2c.h | 512 int i2c_get_chip(struct udevice *bus, uint chip_addr, uint offset_len,
|
| /OK3568_Linux_fs/u-boot/board/ti/common/ |
| H A D | board_detect.c | 38 rc = i2c_get_chip(bus, dev_addr, 1, &dev); in ti_i2c_set_alen()
|
| /OK3568_Linux_fs/u-boot/cmd/ |
| H A D | i2c.c | 182 return i2c_get_chip(bus, chip_addr, 1, devp); in i2c_get_cur_bus_chip()
|
| /OK3568_Linux_fs/u-boot/spl/ |
| H A D | u-boot-spl.sym | |
| H A D | u-boot-spl.map | |
| /OK3568_Linux_fs/u-boot/ |
| H A D | System.map | |
| H A D | u-boot.map | |
| H A D | u-boot.sym | |