Lines Matching refs:reset
35 * @reset_type: store the type of EFI reset if capsule is pending
38 * firmware we need to perform a specific type of reset. If a capsule is
39 * pending return the reset type in @reset_type.
78 * @reset: the reset type required for this capsule
83 * No attempt is made to check @reset against the reset type required
86 int efi_capsule_supported(efi_guid_t guid, u32 flags, size_t size, int *reset)
100 status = efi.query_capsule_caps(cap_list, 1, &max_size, reset);
131 * @reset: the reset type required for @capsule
134 * whether efi_reset_type will conflict with @reset, and atomically
144 struct page **sg_pages, int reset)
153 * different reset type, we're out of luck and must abort.
155 if (efi_reset_type >= 0 && efi_reset_type != reset) {
156 pr_err("Conflicting capsule reset type %d (%d).\n",
157 reset, efi_reset_type);
177 efi_reset_type = reset;
209 * pending capsule that has a reset type that conflicts with the one