Searched refs:locate_protocol (Results 1 – 4 of 4) sorted by relevance
| /Linux-v5.4/drivers/firmware/efi/libstub/ |
| D | random.c | 26 status = efi_call_early(locate_protocol, &rng_proto, NULL, in efi_get_random_bytes() 153 status = efi_call_early(locate_protocol, &rng_proto, NULL, in efi_random_get_seed()
|
| D | tpm.c | 75 status = efi_call_early(locate_protocol, &tcg2_guid, NULL, in efi_retrieve_tpm2_eventlog()
|
| /Linux-v5.4/include/linux/ |
| D | efi.h | 244 u32 locate_protocol; member 292 u64 locate_protocol; member 346 efi_status_t (*locate_protocol)(efi_guid_t *, void *, void **); member
|
| /Linux-v5.4/arch/x86/boot/compressed/ |
| D | eboot.c | 203 status = efi_call_early(locate_protocol, &guid, NULL, &p); in retrieve_apple_device_properties()
|