| /OK3568_Linux_fs/u-boot/test/dm/ |
| H A D | i2c.c | 30 ut_asserteq(-ENODEV, uclass_find_device_by_seq(UCLASS_I2C, busnum, in dm_test_i2c_find() 37 ut_assertok(uclass_get_device_by_seq(UCLASS_I2C, busnum, &bus)); in dm_test_i2c_find() 40 ut_asserteq(-ENODEV, uclass_get_device_by_seq(UCLASS_I2C, 1, &bus)); in dm_test_i2c_find() 51 ut_assertok(uclass_get_device_by_seq(UCLASS_I2C, busnum, &bus)); in dm_test_i2c_read_write() 68 ut_assertok(uclass_get_device_by_seq(UCLASS_I2C, busnum, &bus)); in dm_test_i2c_speed() 90 ut_assertok(uclass_get_device_by_seq(UCLASS_I2C, busnum, &bus)); in dm_test_i2c_offset_len() 106 ut_assertok(uclass_get_device_by_seq(UCLASS_I2C, busnum, &bus)); in dm_test_i2c_probe_empty() 123 ut_assertok(uclass_get_device_by_seq(UCLASS_I2C, busnum, &bus)); in dm_test_i2c_bytewise()
|
| H A D | regmap.c | 50 ut_assertok(uclass_get_device(UCLASS_I2C, 0, &dev)); in dm_test_regmap_base()
|
| H A D | blk.c | 162 ut_assertok(uclass_get_device(UCLASS_I2C, 0, &dev)); in dm_test_blk_get_from_parent()
|
| /OK3568_Linux_fs/u-boot/drivers/i2c/muxes/ |
| H A D | i2c-mux-uclass.c | 41 if (device_get_uclass_id(dev) != UCLASS_I2C) in i2c_mux_child_post_bind() 93 if (UCLASS_I2C == device_get_uclass_id(mux->parent)) { in i2c_mux_post_probe() 100 ret = uclass_get_device_by_phandle(UCLASS_I2C, mux, "i2c-parent", in i2c_mux_post_probe() 196 .id = UCLASS_I2C,
|
| /OK3568_Linux_fs/u-boot/drivers/i2c/ |
| H A D | i2c-uclass-compat.c | 38 ret = uclass_get_device_by_seq(UCLASS_I2C, cur_busnum, &bus); in i2c_probe() 81 ret = uclass_get_device_by_of_offset(UCLASS_I2C, node, &bus); in i2c_get_bus_num_fdt()
|
| H A D | cros_ec_tunnel.c | 57 .id = UCLASS_I2C,
|
| H A D | cros_ec_ldo.c | 73 .id = UCLASS_I2C,
|
| H A D | sandbox_i2c.c | 116 .id = UCLASS_I2C,
|
| H A D | tegra_i2c.c | 507 for (uclass_first_device(UCLASS_I2C, &bus); in tegra_i2c_get_dvc_bus() 534 .id = UCLASS_I2C,
|
| H A D | tegra186_bpmp_i2c.c | 114 .id = UCLASS_I2C,
|
| H A D | i2c-uclass.c | 353 ret = uclass_get_device_by_seq(UCLASS_I2C, busnum, &bus); in i2c_get_chip_for_busnum() 536 .id = UCLASS_I2C,
|
| H A D | i2c-uniphier.c | 211 .id = UCLASS_I2C,
|
| H A D | intel_i2c.c | 306 .id = UCLASS_I2C,
|
| H A D | lpc32xx_i2c.c | 353 .id = UCLASS_I2C,
|
| H A D | s3c24x0_i2c.c | 342 .id = UCLASS_I2C,
|
| H A D | i2c-gpio.c | 342 .id = UCLASS_I2C,
|
| H A D | at91_i2c.c | 337 .id = UCLASS_I2C,
|
| /OK3568_Linux_fs/u-boot/board/CZ.NIC/turris_omnia/ |
| H A D | turris_omnia.c | 98 if (uclass_get_device_by_name(UCLASS_I2C, OMNIA_I2C_MCU_DM_NAME, &bus)) { in omnia_detect_sata() 159 if (uclass_get_device_by_name(UCLASS_I2C, OMNIA_I2C_EEPROM_DM_NAME, &bus)) { in omnia_read_eeprom() 333 if (uclass_get_device_by_name(UCLASS_I2C, OMNIA_I2C_MCU_DM_NAME, &bus)) { in disable_mcu_watchdog()
|
| /OK3568_Linux_fs/u-boot/include/dm/ |
| H A D | uclass-id.h | 42 UCLASS_I2C, /* I2C bus */ enumerator
|
| /OK3568_Linux_fs/u-boot/drivers/video/bridge/ |
| H A D | ps862x.c | 112 if (device_get_uclass_id(dev->parent) != UCLASS_I2C) in ps8622_probe()
|
| /OK3568_Linux_fs/u-boot/board/samsung/common/ |
| H A D | exynos5-dt-types.c | 101 ret = uclass_get_device(UCLASS_I2C, 0, &dev); in odroid_get_type_str()
|
| /OK3568_Linux_fs/u-boot/arch/x86/cpu/ivybridge/ |
| H A D | cpu.c | 169 ret = uclass_first_device_err(UCLASS_I2C, &dev); in checkcpu()
|
| /OK3568_Linux_fs/u-boot/board/gdsys/a38x/ |
| H A D | controlcenterdc.c | 246 err = uclass_get_device_by_name(UCLASS_I2C, "i2c@11000", &bus); in board_fix_fdt()
|
| /OK3568_Linux_fs/u-boot/board/atmel/sama5d2_xplained/ |
| H A D | sama5d2_xplained.c | 175 if (uclass_get_device_by_seq(UCLASS_I2C, 1, &bus)) { in set_ethaddr_from_eeprom()
|
| /OK3568_Linux_fs/u-boot/cmd/ |
| H A D | i2c.c | 142 ret = uclass_get_device_by_seq(UCLASS_I2C, busnum, &bus); in cmd_i2c_set_bus_num() 1731 ret = uclass_get(UCLASS_I2C, &uc); in do_i2c_show_bus() 1765 ret = uclass_get_device_by_seq(UCLASS_I2C, i, &bus); in do_i2c_show_bus()
|