Home
last modified time | relevance | path

Searched refs:efi_driver_binding_extended_protocol (Results 1 – 4 of 4) sorted by relevance

/u-boot/include/
A Defi_driver.h21 struct efi_driver_binding_extended_protocol { struct
43 efi_status_t (*init)(struct efi_driver_binding_extended_protocol *this); argument
44 efi_status_t (*bind)(struct efi_driver_binding_extended_protocol *this,
/u-boot/lib/efi_driver/
A Defi_uclass.c68 struct efi_driver_binding_extended_protocol *bp = in efi_uc_supported()
69 (struct efi_driver_binding_extended_protocol *)this; in efi_uc_supported()
124 struct efi_driver_binding_extended_protocol *bp = in efi_uc_start()
125 (struct efi_driver_binding_extended_protocol *)this; in efi_uc_start()
211 struct efi_driver_binding_extended_protocol *bp = in efi_uc_stop()
212 (struct efi_driver_binding_extended_protocol *)this; in efi_uc_stop()
269 struct efi_driver_binding_extended_protocol *bp; in efi_add_driver()
277 bp = calloc(1, sizeof(struct efi_driver_binding_extended_protocol)); in efi_add_driver()
A Defi_block_device.c183 struct efi_driver_binding_extended_protocol *this, in efi_bl_bind()
206 efi_bl_init(struct efi_driver_binding_extended_protocol *this) in efi_bl_init()
/u-boot/lib/efi_loader/
A Defi_disk.c662 struct efi_driver_binding_extended_protocol *db_prot = ctx; in efi_disk_probe()

Completed in 12 milliseconds