Home
last modified time | relevance | path

Searched refs:close_protocol (Results 1 – 5 of 5) sorted by relevance

/openbmc/u-boot/lib/efi_driver/
H A Defi_uclass.c87 r = EFI_CALL(systab.boottime->close_protocol( in efi_uc_supported()
135 r = EFI_CALL(systab.boottime->close_protocol( in efi_uc_start()
166 ret = EFI_CALL(systab.boottime->close_protocol( in disconnect_child()
239 ret = EFI_CALL(systab.boottime->close_protocol( in efi_uc_stop()
/openbmc/u-boot/lib/efi_selftest/
H A Defi_selftest_controllers.c95 ret = boottime->close_protocol( in supported()
171 ret = boottime->close_protocol( in disconnect_child()
242 ret = boottime->close_protocol( in stop()
/openbmc/linux/drivers/firmware/efi/libstub/
H A Defistub.h314 void *close_protocol; member
362 u32 close_protocol; member
/openbmc/u-boot/include/
H A Defi_api.h156 efi_status_t (EFIAPI *close_protocol)(
/openbmc/u-boot/lib/efi_loader/
H A Defi_boottime.c3181 .close_protocol = efi_close_protocol,