Searched refs:UCLASS_TEST_PROBE (Results 1 – 3 of 3) sorted by relevance
/third_party/uboot/u-boot-2020.01/test/dm/ |
D | test-fdt.c | 145 .id = UCLASS_TEST_PROBE, 152 .id = UCLASS_TEST_PROBE, 364 for (ret = uclass_first_device(UCLASS_TEST_PROBE, &dev), count = 0; in dm_test_first_next_device() 374 ut_assertok(uclass_get_device(UCLASS_TEST_PROBE, 1, &dev)); in dm_test_first_next_device() 378 ut_assertok(uclass_first_device(UCLASS_TEST_PROBE, &dev)); in dm_test_first_next_device() 383 ut_assertok(uclass_get_device(UCLASS_TEST_PROBE, 0, &dev)); in dm_test_first_next_device() 387 ut_asserteq(-ENOENT, uclass_first_device(UCLASS_TEST_PROBE, &dev)); in dm_test_first_next_device() 416 uclass_first_device_check(UCLASS_TEST_PROBE, &dev)); in check_devices() 438 for (ret = uclass_first_device_check(UCLASS_TEST_PROBE, &dev); in dm_test_first_next_ok_device() 446 ut_assertok(uclass_first_device_check(UCLASS_TEST_PROBE, &dev)); in dm_test_first_next_ok_device()
|
D | syscon.c | 54 ut_assertok(uclass_get_device_by_name(UCLASS_TEST_PROBE, "test4", in dm_test_syscon_by_phandle()
|
/third_party/uboot/u-boot-2020.01/include/dm/ |
D | uclass-id.h | 20 UCLASS_TEST_PROBE, enumerator
|