Searched refs:sleep_no_lps0 (Results 1 – 2 of 2) sorted by relevance
27 static bool sleep_no_lps0 __read_mostly;28 module_param(sleep_no_lps0, bool, 0644);29 MODULE_PARM_DESC(sleep_no_lps0, "Do not use the special LPS0 device interface");548 if (!lps0_device_handle || sleep_no_lps0) in acpi_s2idle_prepare_late()591 if (!lps0_device_handle || sleep_no_lps0) in acpi_s2idle_check()604 if (!lps0_device_handle || sleep_no_lps0) in acpi_s2idle_restore_early()659 if (!lps0_device_handle || sleep_no_lps0) in acpi_register_lps0_dev()674 if (!lps0_device_handle || sleep_no_lps0) in acpi_unregister_lps0_dev()
536 #define sleep_no_lps0 (1) macro