Searched refs:EFI_LOCATE_BY_PROTOCOL (Results 1 – 5 of 5) sorted by relevance
/Linux-v5.10/drivers/firmware/efi/libstub/ |
D | pci.c | 26 status = efi_bs_call(locate_handle, EFI_LOCATE_BY_PROTOCOL, &pci_proto, in efi_pci_disable_bridge_busmaster() 42 status = efi_bs_call(locate_handle, EFI_LOCATE_BY_PROTOCOL, &pci_proto, in efi_pci_disable_bridge_busmaster()
|
D | x86-stub.c | 115 status = efi_bs_call(locate_handle, EFI_LOCATE_BY_PROTOCOL, in setup_efi_pci() 127 status = efi_bs_call(locate_handle, EFI_LOCATE_BY_PROTOCOL, in setup_efi_pci() 245 status = efi_bs_call(locate_handle, EFI_LOCATE_BY_PROTOCOL, in setup_uga() 322 status = efi_bs_call(locate_handle, EFI_LOCATE_BY_PROTOCOL, in setup_graphics() 329 status = efi_bs_call(locate_handle, EFI_LOCATE_BY_PROTOCOL, in setup_graphics()
|
D | efi-stub.c | 61 status = efi_bs_call(locate_handle, EFI_LOCATE_BY_PROTOCOL, in setup_graphics()
|
D | gop.c | 570 status = efi_bs_call(locate_handle, EFI_LOCATE_BY_PROTOCOL, proto, NULL, in efi_setup_gop()
|
D | efistub.h | 135 #define EFI_LOCATE_BY_PROTOCOL 2 macro
|