Home
last modified time | relevance | path

Searched refs:wait_until_open_succeeds (Results 1 – 3 of 3) sorted by relevance

/external/u-boot/test/py/tests/
Dtest_ums.py141 fh = u_boot_utils.wait_until_open_succeeds(host_ums_part_node)
Dtest_dfu.py167 fh = u_boot_utils.wait_until_open_succeeds(
/external/u-boot/test/py/
Du_boot_utils.py110 def wait_until_open_succeeds(fn): function