Home
last modified time | relevance | path

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

/openbmc/linux/drivers/firmware/efi/libstub/
H A Dpci.c53 status = efi_bs_call(handle_protocol, handle, &pci_proto, in efi_pci_disable_bridge_busmaster()
88 status = efi_bs_call(handle_protocol, handle, &pci_proto, in efi_pci_disable_bridge_busmaster()
H A Defi-stub-entry.c48 status = efi_bs_call(handle_protocol, handle, &loaded_image_proto, in efi_pe_entry()
H A Dfile.c81 status = efi_bs_call(handle_protocol, efi_table_attr(image, device_handle), in efi_open_volume()
153 efi_bs_call(handle_protocol, handle, &fs_proto, (void **)&io)) in efi_open_device_path()
H A Dkaslr.c31 } else if (efi_bs_call(handle_protocol, image_handle, in efi_kaslr_get_phys_seed()
H A Dzboot.c79 status = efi_bs_call(handle_protocol, handle, in efi_zboot_entry()
H A Dx86-stub.c157 status = efi_bs_call(handle_protocol, h, &pci_proto, in setup_efi_pci()
375 status = efi_bs_call(handle_protocol, handle, uga_proto, in setup_uga()
381 efi_bs_call(handle_protocol, handle, &pciio_proto, &pciio); in setup_uga()
489 status = efi_bs_call(handle_protocol, handle, &proto, (void **)&image); in efi_pe_entry()
H A Dgop.c483 status = efi_bs_call(handle_protocol, h, proto, (void **)&gop); in find_gop()
503 status = efi_bs_call(handle_protocol, h, &conout_proto, &dummy); in find_gop()
H A Defistub.h281 efi_status_t (__efiapi *handle_protocol)(efi_handle_t,
345 u32 handle_protocol; member
H A Defi-stub-helper.c522 status = efi_bs_call(handle_protocol, handle, &lf2_proto_guid, in efi_load_initrd_dev_path()
/openbmc/u-boot/lib/efi_selftest/
H A Defi_selftest_manageprotocols.c147 ret = boottime->handle_protocol(handle1, &guid3, (void **)&interface); in execute()
156 ret = boottime->handle_protocol(handle1, &guid2, (void **)&interface); in execute()
361 ret = boottime->handle_protocol(handle1, &guid1, (void **)&interface); in execute()
H A Defi_selftest.c242 ret = boottime->handle_protocol(image_handle, &efi_guid_loaded_image, in efi_selftest()
/openbmc/u-boot/lib/efi_loader/
H A Dhelloworld.c58 ret = boottime->handle_protocol(handle, &loaded_image_guid, in efi_main()
H A Defi_boottime.c3164 .handle_protocol = efi_handle_protocol,
/openbmc/u-boot/include/
H A Defi_api.h103 efi_status_t (EFIAPI *handle_protocol)(