Searched refs:pci_proto (Results 1 - 2 of 2) sorted by relevance

/linux-master/drivers/firmware/efi/libstub/
H A Dpci.c18 efi_guid_t pci_proto = EFI_PCI_IO_PROTOCOL_GUID; local
26 status = efi_bs_call(locate_handle, EFI_LOCATE_BY_PROTOCOL, &pci_proto,
42 status = efi_bs_call(locate_handle, EFI_LOCATE_BY_PROTOCOL, &pci_proto,
53 status = efi_bs_call(handle_protocol, handle, &pci_proto,
88 status = efi_bs_call(handle_protocol, handle, &pci_proto,
H A Dx86-stub.c123 efi_guid_t pci_proto = EFI_PCI_IO_PROTOCOL_GUID; local
130 &pci_proto, NULL, &size, pci_handle);
142 &pci_proto, NULL, &size, pci_handle);
157 status = efi_bs_call(handle_protocol, h, &pci_proto,

Completed in 114 milliseconds