Home
last modified time | relevance | path

Searched refs:open_protocol (Results 1 – 10 of 10) sorted by relevance

/openbmc/u-boot/lib/efi_driver/
H A Defi_uclass.c36 r = EFI_CALL(systab.boottime->open_protocol( in check_node_type()
70 ret = EFI_CALL(systab.boottime->open_protocol( in efi_uc_supported()
119 ret = EFI_CALL(systab.boottime->open_protocol( in efi_uc_start()
/openbmc/u-boot/lib/efi_selftest/
H A Defi_selftest_controllers.c82 ret = boottime->open_protocol( in supported()
121 ret = boottime->open_protocol( in start()
146 ret = boottime->open_protocol( in start()
H A Defi_selftest_loaded_image.c81 ret = boottime->open_protocol(image_handle, &loaded_image_protocol_guid, in execute()
H A Defi_selftest_block_device.c330 ret = boottime->open_protocol(handles[i], &guid_device_path, in execute()
356 ret = boottime->open_protocol(handle_partition, in execute()
H A Defi_selftest_devicepath.c292 ret = boottime->open_protocol(handles[i], &guid_device_path, in execute()
/openbmc/u-boot/lib/efi/
H A Defi.c71 ret = boot->open_protocol(priv->parent_image, &loaded_image_guid, in efi_init()
/openbmc/linux/drivers/firmware/efi/libstub/
H A Defistub.h313 void *open_protocol; member
361 u32 open_protocol; member
/openbmc/u-boot/cmd/
H A Defidebug.c35 ret = EFI_CALL(BS->open_protocol(handle, &efi_guid_device_path, in efi_get_device_handle_info()
/openbmc/u-boot/include/
H A Defi_api.h152 efi_status_t (EFIAPI *open_protocol)(efi_handle_t handle,
/openbmc/u-boot/lib/efi_loader/
H A Defi_boottime.c3180 .open_protocol = efi_open_protocol,