Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/arch/loongarch/loongson64/
H A Dreset.c22 if (efi_capsule_pending(NULL)) in loongson_restart()
/kernel/linux/linux-5.10/drivers/firmware/efi/
H A Dreboot.c37 if (efi_capsule_pending(&cap_reset_mode)) { in efi_reboot()
H A Dcapsule.c33 * efi_capsule_pending - has a capsule been passed to the firmware?
50 bool efi_capsule_pending(int *reset_type) in efi_capsule_pending() function
139 * efi_capsule_pending().
162 * called efi_capsule_pending() to make decisions (such as in efi_capsule_update_locked()
202 * subsequent calls to efi_capsule_pending() will return true. @pages
209 * required by @capsule. Do NOT use efi_capsule_pending() to detect
/kernel/linux/linux-6.6/drivers/firmware/efi/
H A Dreboot.c37 if (efi_capsule_pending(&cap_reset_mode)) { in efi_reboot()
H A Dcapsule.c34 * efi_capsule_pending - has a capsule been passed to the firmware?
51 bool efi_capsule_pending(int *reset_type) in efi_capsule_pending() function
140 * efi_capsule_pending().
163 * called efi_capsule_pending() to make decisions (such as in efi_capsule_update_locked()
203 * subsequent calls to efi_capsule_pending() will return true. @pages
210 * required by @capsule. Do NOT use efi_capsule_pending() to detect
/kernel/linux/linux-6.6/arch/loongarch/kernel/
H A Dreset.c68 if (efi_capsule_pending(NULL)) in machine_restart()
/kernel/linux/linux-5.10/arch/x86/kernel/
H A Dreboot.c601 if (efi_capsule_pending(NULL)) { in native_machine_emergency_restart()
/kernel/linux/linux-6.6/arch/x86/kernel/
H A Dreboot.c647 if (efi_capsule_pending(NULL)) { in native_machine_emergency_restart()
/kernel/linux/linux-5.10/include/linux/
H A Defi.h835 efi_capsule_pending(int *reset_type) in efi_capsule_pending() function
1055 extern bool efi_capsule_pending(int *reset_type);
/kernel/linux/linux-6.6/include/linux/
H A Defi.h1116 extern bool efi_capsule_pending(int *reset_type);
1124 static inline bool efi_capsule_pending(int *reset_type) { return false; } in efi_capsule_pending() function

Completed in 10 milliseconds