Searched refs:locate_protocol (Results 1 – 8 of 8) sorted by relevance
/linux-6.12.1/drivers/firmware/efi/libstub/ |
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()
|
D | tpm.c | 158 status = efi_bs_call(locate_protocol, &tpm2_guid, NULL, (void **)&tpm2); in efi_retrieve_eventlog() 176 status = efi_bs_call(locate_protocol, &cc_guid, NULL, (void **)&cc); in efi_retrieve_eventlog()
|
D | riscv.c | 52 status = efi_bs_call(locate_protocol, &boot_protocol_guid, NULL, in get_boot_hartid_from_efi()
|
D | smbios.c | 43 status = efi_bs_call(locate_protocol, &EFI_SMBIOS_PROTOCOL_GUID, NULL, in efi_get_smbios_record()
|
D | efi-stub-helper.c | 262 efi_bs_call(locate_protocol, &tcg2_guid, NULL, (void **)&tcg2); in efi_measure_tagged_event() 278 efi_bs_call(locate_protocol, &cc_guid, NULL, (void **)&cc); in efi_measure_tagged_event() 734 status = efi_bs_call(locate_protocol, &guid, NULL, (void **)&memattr); in efi_remap_image()
|
D | x86-stub.c | 186 status = efi_bs_call(locate_protocol, &guid, NULL, (void **)&p); in retrieve_apple_device_properties() 271 status = efi_bs_call(locate_protocol, &APPLE_SET_OS_PROTOCOL_GUID, NULL, in apple_set_os() 379 status = efi_bs_call(locate_protocol, &mem_acceptance_proto, NULL, in setup_unaccepted_memory() 970 efi_bs_call(locate_protocol, &guid, NULL, (void **)&memattr); in efi_stub_entry()
|
D | file.c | 142 efi_bs_call(locate_protocol, &text_to_dp_guid, NULL, in efi_open_device_path()
|
D | efistub.h | 318 efi_status_t (__efiapi *locate_protocol)(efi_guid_t *, void *, 366 u32 locate_protocol; member
|