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");535 if (!lps0_device_handle || sleep_no_lps0) in acpi_s2idle_prepare_late()578 if (!lps0_device_handle || sleep_no_lps0) in acpi_s2idle_check()591 if (!lps0_device_handle || sleep_no_lps0) in acpi_s2idle_restore_early()645 if (!lps0_device_handle || sleep_no_lps0) in acpi_register_lps0_dev()660 if (!lps0_device_handle || sleep_no_lps0) in acpi_unregister_lps0_dev()
528 #define sleep_no_lps0 (1) macro