Home
last modified time | relevance | path

Searched refs:efi_capsule_update (Results 1 – 2 of 2) sorted by relevance

/drivers/firmware/efi/
Dcapsule.c215 int efi_capsule_update(efi_capsule_header_t *capsule, phys_addr_t *pages) in efi_capsule_update() function
284 EXPORT_SYMBOL_GPL(efi_capsule_update);
Dcapsule-loader.c126 ret = efi_capsule_update(cap_info->capsule, cap_info->phys); in efi_capsule_submit_update()