Home
last modified time | relevance | path

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

/external/u-boot/lib/efi_selftest/
Defi_selftest_controllers.c28 static efi_handle_t handle_controller; variable
275 &handle_controller, &guid_controller, in setup()
313 ret = boottime->connect_controller(handle_controller, NULL, NULL, 1); in execute()
319 ret = count_child_controllers(handle_controller, &guid_controller, in execute()
326 ret = boottime->disconnect_controller(handle_controller, in execute()
334 ret = count_child_controllers(handle_controller, &guid_controller, in execute()
341 ret = boottime->disconnect_controller(handle_controller, NULL, NULL); in execute()
347 ret = count_child_controllers(handle_controller, &guid_controller, in execute()
355 ret = boottime->connect_controller(handle_controller, NULL, NULL, 1); in execute()
361 ret = count_child_controllers(handle_controller, &guid_controller, in execute()
[all …]