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");440 if (!lps0_device_handle || sleep_no_lps0) in acpi_s2idle_prepare_late()483 if (!lps0_device_handle || sleep_no_lps0) in acpi_s2idle_restore_early()534 if (!lps0_device_handle || sleep_no_lps0) in acpi_register_lps0_dev()547 if (!lps0_device_handle || sleep_no_lps0) in acpi_unregister_lps0_dev()
537 #define sleep_no_lps0 (1) macro