Searched refs:handle_protocol (Results 1 – 4 of 4) sorted by relevance
/linux-4.1.27/arch/x86/boot/compressed/ |
D | eboot.c | 46 c->handle_protocol = bt->handle_protocol; \ 210 status = efi_call_early(handle_protocol, handle, in __open_volume32() 236 status = efi_call_early(handle_protocol, handle, in __open_volume64() 397 status = efi_call_early(handle_protocol, h, in setup_efi_pci32() 504 status = efi_call_early(handle_protocol, h, in setup_efi_pci64() 672 status = efi_call_early(handle_protocol, h, in setup_gop32() 677 status = efi_call_early(handle_protocol, h, in setup_gop32() 777 status = efi_call_early(handle_protocol, h, in setup_gop64() 782 status = efi_call_early(handle_protocol, h, in setup_gop64() 882 status = efi_call_early(handle_protocol, handle, in setup_uga32() [all …]
|
/linux-4.1.27/drivers/firmware/efi/libstub/ |
D | arm-stub.c | 55 status = sys_table_arg->boottime->handle_protocol(handle, in efi_open_volume() 198 status = sys_table->boottime->handle_protocol(handle, in efi_entry()
|
/linux-4.1.27/arch/x86/include/asm/ |
D | efi.h | 175 u64 handle_protocol; member
|
/linux-4.1.27/include/linux/ |
D | efi.h | 176 u32 handle_protocol; member 224 u64 handle_protocol; member 277 efi_status_t (*handle_protocol)(efi_handle_t, efi_guid_t *, void **); member
|