Searched refs:efi_driver_binding_extended_protocol (Results 1 – 4 of 4) sorted by relevance
21 struct efi_driver_binding_extended_protocol { struct43 efi_status_t (*init)(struct efi_driver_binding_extended_protocol *this); argument44 efi_status_t (*bind)(struct efi_driver_binding_extended_protocol *this,
68 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()
183 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()
662 struct efi_driver_binding_extended_protocol *db_prot = ctx; in efi_disk_probe()
Completed in 12 milliseconds