Lines Matching refs:reset
34 * @reset_type: store the type of EFI reset if capsule is pending
37 * firmware we need to perform a specific type of reset. If a capsule is
38 * pending return the reset type in @reset_type.
77 * @reset: the reset type required for this capsule
82 * No attempt is made to check @reset against the reset type required
85 int efi_capsule_supported(efi_guid_t guid, u32 flags, size_t size, int *reset)
99 status = efi.query_capsule_caps(cap_list, 1, &max_size, reset);
130 * @reset: the reset type required for @capsule
133 * whether efi_reset_type will conflict with @reset, and atomically
143 struct page **sg_pages, int reset)
152 * different reset type, we're out of luck and must abort.
154 if (efi_reset_type >= 0 && efi_reset_type != reset) {
155 pr_err("Conflicting capsule reset type %d (%d).\n",
156 reset, efi_reset_type);
176 efi_reset_type = reset;
208 * pending capsule that has a reset type that conflicts with the one