Home
last modified time | relevance | path

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

/openbmc/u-boot/lib/efi_selftest/
H A Defi_selftest_controllers.c328 ret = boottime->disconnect_controller(handle_controller, in execute()
343 ret = boottime->disconnect_controller(handle_controller, NULL, NULL); in execute()
/openbmc/linux/drivers/firmware/efi/libstub/
H A Dpci.c82 efi_bs_call(disconnect_controller, handle, NULL, NULL); in efi_pci_disable_bridge_busmaster()
H A Defistub.h310 efi_status_t (__efiapi *disconnect_controller)(efi_handle_t,
360 u32 disconnect_controller; member
/openbmc/u-boot/include/
H A Defi_api.h142 efi_status_t (EFIAPI *disconnect_controller)(
/openbmc/u-boot/lib/efi_loader/
H A Defi_boottime.c3179 .disconnect_controller = efi_disconnect_controller,