Searched refs:locate_protocol (Results 1 – 6 of 6) sorted by relevance
| /OK3568_Linux_fs/kernel/drivers/firmware/efi/libstub/ |
| H A D | random.c | 45 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 D | tpm.c | 65 status = efi_bs_call(locate_protocol, &tcg2_guid, NULL, in efi_retrieve_tpm2_eventlog()
|
| H A D | efistub.h | 275 efi_status_t (__efiapi *locate_protocol)(efi_guid_t *, void *, 323 u32 locate_protocol; member
|
| H A D | x86-stub.c | 172 status = efi_bs_call(locate_protocol, &guid, NULL, (void **)&p); in retrieve_apple_device_properties()
|
| /OK3568_Linux_fs/u-boot/include/ |
| H A D | efi_api.h | 149 efi_status_t (EFIAPI *locate_protocol)(efi_guid_t *protocol,
|
| /OK3568_Linux_fs/u-boot/lib/efi_loader/ |
| H A D | efi_boottime.c | 1280 .locate_protocol = efi_locate_protocol,
|