Searched refs:lps0_device_handle (Results 1 – 1 of 1) sorted by relevance
/linux-6.12.1/drivers/acpi/x86/ |
D | s2idle.c | 56 static acpi_handle lps0_device_handle; variable 107 out_obj = acpi_evaluate_dsm_typed(lps0_device_handle, &lps0_dsm_guid, in lpi_device_get_constraints_amd() 111 acpi_handle_debug(lps0_device_handle, "_DSM function 1 eval %s\n", in lpi_device_get_constraints_amd() 122 acpi_handle_err(lps0_device_handle, in lpi_device_get_constraints_amd() 134 acpi_handle_debug(lps0_device_handle, in lpi_device_get_constraints_amd() 164 acpi_handle_debug(lps0_device_handle, in lpi_device_get_constraints_amd() 186 acpi_handle_debug(lps0_device_handle, "LPI: constraints list end\n"); in lpi_device_get_constraints_amd() 197 out_obj = acpi_evaluate_dsm_typed(lps0_device_handle, &lps0_dsm_guid, in lpi_device_get_constraints() 201 acpi_handle_debug(lps0_device_handle, "_DSM function 1 eval %s\n", in lpi_device_get_constraints() 213 acpi_handle_debug(lps0_device_handle, "LPI: constraints list begin:\n"); in lpi_device_get_constraints() [all …]
|