Home
last modified time | relevance | path

Searched refs:locate_protocol (Results 1 – 4 of 4) sorted by relevance

/Linux-v4.19/drivers/firmware/efi/libstub/
Drandom.c30 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()
Dtpm.c74 status = efi_call_early(locate_protocol, &tcg2_guid, NULL, in efi_retrieve_tpm2_eventlog_1_2()
/Linux-v4.19/include/linux/
Defi.h231 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/
Deboot.c203 status = efi_call_early(locate_protocol, &guid, NULL, &p); in retrieve_apple_device_properties()