Home
last modified time | relevance | path

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

/openbmc/linux/drivers/firmware/efi/libstub/
H A Dpci.c26 status = efi_bs_call(locate_handle, EFI_LOCATE_BY_PROTOCOL, &pci_proto, in efi_pci_disable_bridge_busmaster()
42 status = efi_bs_call(locate_handle, EFI_LOCATE_BY_PROTOCOL, &pci_proto, in efi_pci_disable_bridge_busmaster()
H A Dx86-stub.c129 status = efi_bs_call(locate_handle, EFI_LOCATE_BY_PROTOCOL, in setup_efi_pci()
141 status = efi_bs_call(locate_handle, EFI_LOCATE_BY_PROTOCOL, in setup_efi_pci()
361 status = efi_bs_call(locate_handle, EFI_LOCATE_BY_PROTOCOL, in setup_uga()
438 status = efi_bs_call(locate_handle, EFI_LOCATE_BY_PROTOCOL, in setup_graphics()
445 status = efi_bs_call(locate_handle, EFI_LOCATE_BY_PROTOCOL, in setup_graphics()
H A Defi-stub.c63 status = efi_bs_call(locate_handle, EFI_LOCATE_BY_PROTOCOL, in setup_graphics()
H A Defistub.h285 efi_status_t (__efiapi *locate_handle)(int, efi_guid_t *,
348 u32 locate_handle; member
H A Dgop.c570 status = efi_bs_call(locate_handle, EFI_LOCATE_BY_PROTOCOL, proto, NULL, in efi_setup_gop()
/openbmc/u-boot/lib/efi_selftest/
H A Defi_selftest_manageprotocols.c248 ret = boottime->locate_handle(BY_PROTOCOL, &guid1, NULL, in execute()
/openbmc/u-boot/include/
H A Defi_api.h110 efi_status_t (EFIAPI *locate_handle)(
/openbmc/u-boot/lib/efi_loader/
H A Defi_boottime.c3167 .locate_handle = efi_locate_handle_ext,