Home
last modified time | relevance | path

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

/openbmc/u-boot/lib/efi_selftest/
H A Defi_selftest_controllers.c315 ret = boottime->connect_controller(handle_controller, NULL, NULL, 1); in execute()
357 ret = boottime->connect_controller(handle_controller, NULL, NULL, 1); in execute()
H A Defi_selftest_block_device.c314 ret = boottime->connect_controller(disk_handle, NULL, NULL, 1); in execute()
/openbmc/linux/drivers/firmware/efi/libstub/
H A Defistub.h309 void *connect_controller; member
359 u32 connect_controller; member
/openbmc/u-boot/include/
H A Defi_api.h138 efi_status_t(EFIAPI *connect_controller)(efi_handle_t controller_handle,
/openbmc/u-boot/lib/efi_loader/
H A Defi_boottime.c3178 .connect_controller = efi_connect_controller,