Searched refs:locate_protocol (Results 1 – 4 of 4) sorted by relevance
/linux/drivers/firmware/efi/libstub/ |
H A D | random.c | 45 status = efi_bs_call(locate_protocol, &rng_proto, NULL, (void **)&rng); in efi_get_random_bytes() 76 status = efi_bs_call(locate_protocol, &rng_proto, NULL, (void **)&rng); in efi_random_get_seed()
|
H A D | tpm.c | 161 status = efi_bs_call(locate_protocol, &tpm2_guid, NULL, (void **)&tpm2); in efi_retrieve_eventlog() 179 status = efi_bs_call(locate_protocol, &cc_guid, NULL, (void **)&cc); in efi_retrieve_eventlog()
|
H A D | riscv.c | 52 status = efi_bs_call(locate_protocol, &boot_protocol_guid, NULL, in get_boot_hartid_from_efi()
|
H A D | smbios.c | 43 status = efi_bs_call(locate_protocol, &EFI_SMBIOS_PROTOCOL_GUID, NULL, in efi_get_smbios_record()
|