Searched defs:efi_driver_ops (Results 1 – 1 of 1) sorted by relevance
40 struct efi_driver_ops { struct41 const efi_guid_t *protocol;42 const efi_guid_t *child_protocol;43 efi_status_t (*init)(struct efi_driver_binding_extended_protocol *this);44 efi_status_t (*bind)(struct efi_driver_binding_extended_protocol *this,
Completed in 1 milliseconds