Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/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 Dx86-stub.c143 status = efi_bs_call(handle_protocol, h, &pci_proto, in setup_efi_pci()
259 status = efi_bs_call(handle_protocol, handle, uga_proto, in setup_uga()
265 efi_bs_call(handle_protocol, handle, &pciio_proto, &pciio); in setup_uga()
372 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 Dfile.c73 status = efi_bs_call(handle_protocol, image->device_handle, &fs_proto, in efi_open_volume()
H A Defistub.h242 efi_status_t (__efiapi *handle_protocol)(efi_handle_t,
302 u32 handle_protocol; member
H A Defi-stub.c156 status = efi_system_table->boottime->handle_protocol(handle, in efi_pe_entry()
H A Defi-stub-helper.c585 status = efi_bs_call(handle_protocol, handle, &lf2_proto_guid, in efi_load_initrd_dev_path()
/OK3568_Linux_fs/u-boot/include/
H A Defi_api.h85 efi_status_t (EFIAPI *handle_protocol)(efi_handle_t, efi_guid_t *,
/OK3568_Linux_fs/u-boot/lib/efi_loader/
H A Defi_boottime.c1259 .handle_protocol = efi_handle_protocol,