Searched refs:handle_protocol (Results 1 – 9 of 9) sorted by relevance
/drivers/firmware/efi/libstub/ |
D | pci.c | 53 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()
|
D | zboot.c | 189 status = efi_bs_call(handle_protocol, handle, in efi_zboot_entry() 196 status = efi_bs_call(handle_protocol, handle, in efi_zboot_entry() 259 status = efi_bs_call(handle_protocol, child_handle, in efi_zboot_entry()
|
D | file.c | 83 status = efi_bs_call(handle_protocol, image->parent_handle, in efi_open_volume() 91 status = efi_bs_call(handle_protocol, image->device_handle, &fs_proto, in efi_open_volume()
|
D | x86-stub.c | 144 status = efi_bs_call(handle_protocol, h, &pci_proto, in setup_efi_pci() 363 status = efi_bs_call(handle_protocol, handle, uga_proto, in setup_uga() 369 efi_bs_call(handle_protocol, handle, &pciio_proto, &pciio); in setup_uga() 474 status = efi_bs_call(handle_protocol, handle, &proto, (void **)&image); in efi_pe_entry()
|
D | arm64-stub.c | 149 } else if (efi_bs_call(handle_protocol, image_handle, in handle_kernel_image()
|
D | gop.c | 483 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()
|
D | efi-stub.c | 157 status = efi_bs_call(handle_protocol, handle, &loaded_image_proto, in efi_pe_entry()
|
D | efistub.h | 253 efi_status_t (__efiapi *handle_protocol)(efi_handle_t, 317 u32 handle_protocol; member
|
D | efi-stub-helper.c | 655 status = efi_bs_call(handle_protocol, handle, &lf2_proto_guid, in efi_load_initrd_dev_path()
|