Searched refs:locate_protocol (Results 1 – 8 of 8) sorted by relevance
/linux-6.3-rc2/drivers/firmware/efi/libstub/ |
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()
|
A D | smbios.c | 33 status = efi_bs_call(locate_protocol, &EFI_SMBIOS_PROTOCOL_GUID, NULL, in __efi_get_smbios_string()
|
A D | riscv.c | 52 status = efi_bs_call(locate_protocol, &boot_protocol_guid, NULL, in get_boot_hartid_from_efi()
|
A D | tpm.c | 65 status = efi_bs_call(locate_protocol, &tcg2_guid, NULL, in efi_retrieve_tpm2_eventlog()
|
A D | efi-stub-helper.c | 228 efi_bs_call(locate_protocol, &tcg2_guid, NULL, (void **)&tcg2); in efi_measure_tagged_event() 682 status = efi_bs_call(locate_protocol, &guid, NULL, (void **)&memattr); in efi_remap_image()
|
A D | file.c | 142 efi_bs_call(locate_protocol, &text_to_dp_guid, NULL, in efi_open_device_path()
|
A D | efistub.h | 317 efi_status_t (__efiapi *locate_protocol)(efi_guid_t *, void *, 365 u32 locate_protocol; member
|
A D | x86-stub.c | 173 status = efi_bs_call(locate_protocol, &guid, NULL, (void **)&p); in retrieve_apple_device_properties()
|
Completed in 16 milliseconds