Home
last modified time | relevance | path

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

/openbmc/linux/drivers/firmware/efi/libstub/
H A Drandom.c45 status = efi_bs_call(locate_protocol, &rng_proto, NULL, (void **)&rng); in efi_get_random_bytes()
76 status = efi_bs_call(locate_protocol, &rng_proto, NULL, (void **)&rng); in efi_random_get_seed()
H A Dsmbios.c32 status = efi_bs_call(locate_protocol, &EFI_SMBIOS_PROTOCOL_GUID, NULL, in efi_get_smbios_record()
H A Driscv.c52 status = efi_bs_call(locate_protocol, &boot_protocol_guid, NULL, in get_boot_hartid_from_efi()
H A Dtpm.c65 status = efi_bs_call(locate_protocol, &tcg2_guid, NULL, in efi_retrieve_tpm2_eventlog()
H A Defi-stub-helper.c238 efi_bs_call(locate_protocol, &tcg2_guid, NULL, (void **)&tcg2); in efi_measure_tagged_event()
692 status = efi_bs_call(locate_protocol, &guid, NULL, (void **)&memattr); in efi_remap_image()
H A Dx86-stub.c186 status = efi_bs_call(locate_protocol, &guid, NULL, (void **)&p); in retrieve_apple_device_properties()
317 status = efi_bs_call(locate_protocol, &mem_acceptance_proto, NULL, in setup_unaccepted_memory()
906 efi_bs_call(locate_protocol, &guid, NULL, (void **)&memattr); in efi_stub_entry()
H A Dfile.c142 efi_bs_call(locate_protocol, &text_to_dp_guid, NULL, in efi_open_device_path()
H A Defistub.h318 efi_status_t (__efiapi *locate_protocol)(efi_guid_t *, void *,
366 u32 locate_protocol; member
/openbmc/u-boot/lib/efi_selftest/
H A Defi_selftest_gop.c30 ret = boottime->locate_protocol(&efi_gop_guid, NULL, (void **)&gop); in setup()
H A Defi_selftest_textinputex.c68 ret = boottime->locate_protocol(&text_input_ex_protocol_guid, NULL, in setup()
H A Defi_selftest_unicode_collation.c33 ret = boottime->locate_protocol(&unicode_collation_protocol_guid, NULL, in setup()
H A Defi_selftest_devicepath_util.c34 ret = boottime->locate_protocol(&guid_device_path_utilities_protocol, in setup()
H A Defi_selftest_manageprotocols.c279 ret = boottime->locate_protocol(&guid1, NULL, (void **)&interface); in execute()
H A Defi_selftest_hii.c41 ret = boottime->locate_protocol(&hii_database_protocol_guid, NULL, in setup()
50 ret = boottime->locate_protocol(&hii_string_protocol_guid, NULL, in setup()
H A Defi_selftest_devicepath.c74 ret = boottime->locate_protocol(&guid_device_path_to_text_protocol, in setup()
H A Defi_selftest_snp.c206 ret = boottime->locate_protocol(&efi_net_guid, NULL, (void **)&net); in setup()
H A Defi_selftest_bitblt.c118 ret = boottime->locate_protocol(&efi_gop_guid, NULL, (void **)&gop); in setup()
/openbmc/u-boot/lib/efi/
H A Defi_stub.c320 ret = boot->locate_protocol(&efi_gop_guid, NULL, (void **)&gop); in efi_main()
/openbmc/u-boot/include/
H A Defi_api.h171 efi_status_t (EFIAPI *locate_protocol)(const efi_guid_t *protocol,
/openbmc/u-boot/lib/efi_loader/
H A Defi_boottime.c3185 .locate_protocol = efi_locate_protocol,