Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/firmware/efi/libstub/
H A Drandom.c45 status = efi_bs_call(locate_protocol, &rng_proto, NULL, (void **)&rng); in efi_get_random_bytes()
74 status = efi_bs_call(locate_protocol, &rng_proto, NULL, (void **)&rng); in efi_random_get_seed()
H A Dtpm.c65 status = efi_bs_call(locate_protocol, &tcg2_guid, NULL, in efi_retrieve_tpm2_eventlog()
H A Defistub.h275 efi_status_t (__efiapi *locate_protocol)(efi_guid_t *, void *,
323 u32 locate_protocol; member
H A Dx86-stub.c172 status = efi_bs_call(locate_protocol, &guid, NULL, (void **)&p); in retrieve_apple_device_properties()
/OK3568_Linux_fs/u-boot/include/
H A Defi_api.h149 efi_status_t (EFIAPI *locate_protocol)(efi_guid_t *protocol,
/OK3568_Linux_fs/u-boot/lib/efi_loader/
H A Defi_boottime.c1280 .locate_protocol = efi_locate_protocol,