Searched refs:locate_protocol (Results 1 – 4 of 4) sorted by relevance
/kernel/linux/linux-5.10/drivers/firmware/efi/libstub/ |
D | random.c | 45 status = efi_bs_call(locate_protocol, &rng_proto, NULL, (void **)&rng); in efi_get_random_bytes() 75 status = efi_bs_call(locate_protocol, &rng_proto, NULL, (void **)&rng); in efi_random_get_seed()
|
D | tpm.c | 65 status = efi_bs_call(locate_protocol, &tcg2_guid, NULL, in efi_retrieve_tpm2_eventlog()
|
D | efistub.h | 275 efi_status_t (__efiapi *locate_protocol)(efi_guid_t *, void *, 323 u32 locate_protocol; member
|
D | x86-stub.c | 172 status = efi_bs_call(locate_protocol, &guid, NULL, (void **)&p); in retrieve_apple_device_properties()
|