Searched refs:locate_protocol (Results 1 – 4 of 4) sorted by relevance
/Linux-v4.19/drivers/firmware/efi/libstub/ |
D | random.c | 30 status = efi_call_early(locate_protocol, &rng_proto, NULL, in efi_get_random_bytes() 157 status = efi_call_early(locate_protocol, &rng_proto, NULL, in efi_random_get_seed()
|
D | tpm.c | 74 status = efi_call_early(locate_protocol, &tcg2_guid, NULL, in efi_retrieve_tpm2_eventlog_1_2()
|
/Linux-v4.19/include/linux/ |
D | efi.h | 231 u32 locate_protocol; member 279 u64 locate_protocol; member 333 efi_status_t (*locate_protocol)(efi_guid_t *, void *, void **); member
|
/Linux-v4.19/arch/x86/boot/compressed/ |
D | eboot.c | 203 status = efi_call_early(locate_protocol, &guid, NULL, &p); in retrieve_apple_device_properties()
|