/openbmc/u-boot/test/dm/ |
H A D | i2c.c | 29 ut_asserteq(-ENODEV, uclass_find_device_by_seq(UCLASS_I2C, busnum, in dm_test_i2c_find() 36 ut_assertok(uclass_get_device_by_seq(UCLASS_I2C, busnum, &bus)); in dm_test_i2c_find() 39 ut_asserteq(-ENODEV, uclass_get_device_by_seq(UCLASS_I2C, 1, &bus)); in dm_test_i2c_find() 50 ut_assertok(uclass_get_device_by_seq(UCLASS_I2C, busnum, &bus)); in dm_test_i2c_read_write() 67 ut_assertok(uclass_get_device_by_seq(UCLASS_I2C, busnum, &bus)); in dm_test_i2c_speed() 89 ut_assertok(uclass_get_device_by_seq(UCLASS_I2C, busnum, &bus)); in dm_test_i2c_offset_len() 105 ut_assertok(uclass_get_device_by_seq(UCLASS_I2C, busnum, &bus)); in dm_test_i2c_probe_empty() 122 ut_assertok(uclass_get_device_by_seq(UCLASS_I2C, busnum, &bus)); in dm_test_i2c_bytewise()
|
H A D | blk.c | 156 ut_assertok(uclass_get_device(UCLASS_I2C, 0, &dev)); in dm_test_blk_get_from_parent()
|
H A D | regmap.c | 45 ut_assertok(uclass_get_device(UCLASS_I2C, 0, &dev)); in dm_test_regmap_base()
|
/openbmc/u-boot/drivers/i2c/muxes/ |
H A D | i2c-mux-uclass.c | 109 if (UCLASS_I2C == device_get_uclass_id(mux->parent)) { in i2c_mux_post_probe() 116 ret = uclass_get_device_by_phandle(UCLASS_I2C, mux, "i2c-parent", in i2c_mux_post_probe() 212 .id = UCLASS_I2C,
|
/openbmc/u-boot/drivers/i2c/ |
H A D | i2c-uclass-compat.c | 37 ret = uclass_get_device_by_seq(UCLASS_I2C, cur_busnum, &bus); in i2c_probe() 80 ret = uclass_get_device_by_of_offset(UCLASS_I2C, node, &bus); in i2c_get_bus_num_fdt()
|
H A D | cros_ec_tunnel.c | 56 .id = UCLASS_I2C,
|
H A D | cros_ec_ldo.c | 72 .id = UCLASS_I2C,
|
H A D | sandbox_i2c.c | 95 .id = UCLASS_I2C,
|
H A D | tegra186_bpmp_i2c.c | 120 .id = UCLASS_I2C,
|
H A D | tegra_i2c.c | 504 for (uclass_first_device(UCLASS_I2C, &bus); in tegra_i2c_get_dvc_bus() 531 .id = UCLASS_I2C,
|
H A D | i2c-uniphier.c | 213 .id = UCLASS_I2C,
|
H A D | i2c-versatile.c | 275 .id = UCLASS_I2C,
|
H A D | intel_i2c.c | 305 .id = UCLASS_I2C,
|
H A D | i2c-uclass.c | 349 ret = uclass_get_device_by_seq(UCLASS_I2C, busnum, &bus); in i2c_get_chip_for_busnum() 691 .id = UCLASS_I2C,
|
H A D | rcar_iic.c | 267 .id = UCLASS_I2C,
|
H A D | xilinx_xiic.c | 335 .id = UCLASS_I2C,
|
H A D | lpc32xx_i2c.c | 352 .id = UCLASS_I2C,
|
/openbmc/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() 343 if (uclass_get_device_by_name(UCLASS_I2C, OMNIA_I2C_MCU_DM_NAME, &bus)) { in disable_mcu_watchdog()
|
/openbmc/u-boot/include/dm/ |
H A D | uclass-id.h | 48 UCLASS_I2C, /* I2C bus */ enumerator
|
/openbmc/u-boot/drivers/video/bridge/ |
H A D | ps862x.c | 111 if (device_get_uclass_id(dev->parent) != UCLASS_I2C) in ps8622_probe()
|
/openbmc/u-boot/board/samsung/common/ |
H A D | exynos5-dt-types.c | 143 ret = uclass_get_device(UCLASS_I2C, 0, &dev); in odroid_get_type_str()
|
/openbmc/u-boot/arch/x86/cpu/ivybridge/ |
H A D | cpu.c | 168 ret = uclass_first_device_err(UCLASS_I2C, &dev); in checkcpu()
|
/openbmc/u-boot/board/gdsys/a38x/ |
H A D | controlcenterdc.c | 258 err = uclass_get_device_by_name(UCLASS_I2C, "i2c@11000", &bus); in board_fix_fdt()
|
/openbmc/u-boot/drivers/board/ |
H A D | gazerbeam.c | 68 res = uclass_get_device_by_seq(UCLASS_I2C, I2C_BUS_SEQ_NO, &i2c_bus); in _read_board_variant_data()
|
/openbmc/u-boot/board/ti/ks2_evm/ |
H A D | board_k2g.c | 269 rc = uclass_get_device_by_seq(UCLASS_I2C, 1, &bus); in k2g_alt_board_detect()
|