HomeSort by relevance Sort by last modified time
    Searched refs:testdev (Results 1 - 2 of 2) sorted by null

  /external/u-boot/test/dm/
core.c 759 struct udevice *testdev; local
766 * - current 'testdev' name is equal to the returned 'finddev' name
767 * - current 'testdev' pointer is equal to the returned 'finddev'
770 * this will fail on checking condition: testdev == finddev, since the
773 for (ret = uclass_find_first_device(UCLASS_TEST_FDT, &testdev);
774 testdev;
775 ret = uclass_find_next_device(&testdev)) {
777 ut_assert(testdev);
780 testdev->name,
784 ut_assert(testdev);
813 struct udevice *testdev; local
    [all...]
  /external/u-boot/include/dm/
test.h 134 * @testdev: Test device
141 struct udevice *testdev; member in struct:dm_test_state

Completed in 129 milliseconds