Searched refs:efi_capsule_pending (Results 1 - 5 of 5) sorted by relevance

/linux-master/drivers/firmware/efi/
H A Dreboot.c37 if (efi_capsule_pending(&cap_reset_mode)) {
H A Dcapsule.c34 * efi_capsule_pending - has a capsule been passed to the firmware?
51 bool efi_capsule_pending(int *reset_type) function
140 * efi_capsule_pending().
163 * called efi_capsule_pending() to make decisions (such as
203 * subsequent calls to efi_capsule_pending() will return true. @pages
210 * required by @capsule. Do NOT use efi_capsule_pending() to detect
/linux-master/arch/loongarch/kernel/
H A Dreset.c68 if (efi_capsule_pending(NULL))
/linux-master/arch/x86/kernel/
H A Dreboot.c647 if (efi_capsule_pending(NULL)) {
/linux-master/include/linux/
H A Defi.h1117 extern bool efi_capsule_pending(int *reset_type);
1125 static inline bool efi_capsule_pending(int *reset_type) { return false; } function

Completed in 169 milliseconds