Lines Matching refs:lps0_device_handle
713 static acpi_handle lps0_device_handle; variable
744 out_obj = acpi_evaluate_dsm_typed(lps0_device_handle, &lps0_dsm_guid, in lpi_device_get_constraints()
748 acpi_handle_debug(lps0_device_handle, "_DSM function 1 eval %s\n", in lpi_device_get_constraints()
760 acpi_handle_debug(lps0_device_handle, "LPI: constraints list begin:\n"); in lpi_device_get_constraints()
799 acpi_handle_debug(lps0_device_handle, in lpi_device_get_constraints()
824 acpi_handle_debug(lps0_device_handle, in lpi_device_get_constraints()
835 acpi_handle_debug(lps0_device_handle, in lpi_device_get_constraints()
843 acpi_handle_debug(lps0_device_handle, "LPI: constraints list end\n"); in lpi_device_get_constraints()
886 out_obj = acpi_evaluate_dsm(lps0_device_handle, &lps0_dsm_guid, 1, func, NULL); in acpi_sleep_run_lps0_dsm()
889 acpi_handle_debug(lps0_device_handle, "_DSM function %u evaluation %s\n", in acpi_sleep_run_lps0_dsm()
898 if (lps0_device_handle) in lps0_device_attach()
920 lps0_device_handle = adev->handle; in lps0_device_attach()
971 if (!lps0_device_handle || sleep_no_lps0) in acpi_s2idle_prepare_late()
1051 if (!lps0_device_handle || sleep_no_lps0) in acpi_s2idle_restore_early()
1112 #define lps0_device_handle (NULL) macro