Home
last modified time | relevance | path

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

/openbmc/u-boot/lib/efi_selftest/
H A Defi_selftest_controllers.c28 static efi_handle_t handle_controller; variable
277 &handle_controller, &guid_controller, in setup()
315 ret = boottime->connect_controller(handle_controller, NULL, NULL, 1); in execute()
321 ret = count_child_controllers(handle_controller, &guid_controller, in execute()
328 ret = boottime->disconnect_controller(handle_controller, in execute()
336 ret = count_child_controllers(handle_controller, &guid_controller, in execute()
343 ret = boottime->disconnect_controller(handle_controller, NULL, NULL); in execute()
349 ret = count_child_controllers(handle_controller, &guid_controller, in execute()
357 ret = boottime->connect_controller(handle_controller, NULL, NULL, 1); in execute()
363 ret = count_child_controllers(handle_controller, &guid_controller, in execute()
[all …]