Home
last modified time | relevance | path

Searched refs:system_entering_hibernation (Results 1 – 3 of 3) sorted by relevance

/OK3568_Linux_fs/kernel/include/linux/
H A Dsuspend.h450 extern bool system_entering_hibernation(void);
465 static inline bool system_entering_hibernation(void) { return false; } in system_entering_hibernation() function
/OK3568_Linux_fs/kernel/kernel/power/
H A Dhibernate.c112 bool system_entering_hibernation(void) in system_entering_hibernation() function
116 EXPORT_SYMBOL(system_entering_hibernation);
/OK3568_Linux_fs/kernel/drivers/ata/
H A Dlibata-scsi.c1224 system_entering_hibernation()) in ata_scsi_start_stop_xlat()