Searched refs:check_devices (Results 1 – 2 of 2) sorted by relevance
/openbmc/openbmc/meta-arm/meta-arm/lib/oeqa/runtime/cases/ |
H A D | fvp_devices.py | 33 def check_devices(self, cls, min_count, search_drivers): member in FvpDevicesTest 116 self.check_devices("rtc", 1, ["rtc-pl031"]) 123 self.check_devices("watchdog", 1, ["sp805-wdt", "sbsa-gwdt"]) 129 self.check_devices("net", 2, ["virtio_net", "vif"])
|
/openbmc/u-boot/test/dm/ |
H A D | test-fdt.c | 406 static int check_devices(struct unit_test_state *uts, in check_devices() function 447 ut_assertok(check_devices(uts, devlist, 0)); in dm_test_first_next_ok_device() 453 ut_assertok(check_devices(uts, devlist, 1 << 1)); in dm_test_first_next_ok_device() 459 ut_assertok(check_devices(uts, devlist, 3 << 0)); in dm_test_first_next_ok_device() 467 ut_assertok(check_devices(uts, devlist, 0xf << 0)); in dm_test_first_next_ok_device()
|