Searched refs:handle_protocol (Results 1 – 5 of 5) sorted by relevance
/Linux-v4.19/drivers/firmware/efi/libstub/ |
D | gop.c | 140 status = efi_call_early(handle_protocol, h, in setup_gop32() 145 status = efi_call_early(handle_protocol, h, in setup_gop32() 258 status = efi_call_early(handle_protocol, h, in setup_gop64() 263 status = efi_call_early(handle_protocol, h, in setup_gop64()
|
D | arm-stub.c | 125 status = sys_table->boottime->handle_protocol(handle, in efi_entry()
|
D | efi-stub-helper.c | 428 status = efi_call_early(handle_protocol, handle, in efi_open_volume()
|
/Linux-v4.19/arch/x86/boot/compressed/ |
D | eboot.c | 172 status = efi_call_early(handle_protocol, in setup_efi_pci() 294 status = efi_call_early(handle_protocol, handle, in setup_uga() 300 efi_call_early(handle_protocol, handle, &pciio_proto, &pciio); in setup_uga() 412 status = efi_call_early(handle_protocol, handle, in make_boot_params()
|
/Linux-v4.19/include/linux/ |
D | efi.h | 210 u32 handle_protocol; member 258 u64 handle_protocol; member 311 efi_status_t (*handle_protocol)(efi_handle_t, efi_guid_t *, void **); member
|