Searched refs:sleep_no_lps0 (Results 1 – 2 of 2) sorted by relevance
26 static bool sleep_no_lps0 __read_mostly;27 module_param(sleep_no_lps0, bool, 0644);28 MODULE_PARM_DESC(sleep_no_lps0, "Do not use the special LPS0 device interface");447 if (!lps0_device_handle || sleep_no_lps0) in acpi_s2idle_prepare_late()482 if (!lps0_device_handle || sleep_no_lps0) in acpi_s2idle_restore_early()
517 #define sleep_no_lps0 (1) macro
Completed in 6 milliseconds