Lines Matching full:dsm
79 * method (DSM) interface. The returned acpi object must be freed by calling
92 "ACPI: DSM method invocation failed (rev: %d, func:%d)\n", in iwl_acpi_get_dsm_object()
100 * Generic function to evaluate a DSM with no arguments
116 "Failed to get DSM object. func= %d\n", in iwl_acpi_get_dsm_integer()
134 "ACPI: DSM invalid buffer size, padding or truncating (%d)\n", in iwl_acpi_get_dsm_integer()
143 "ACPI: DSM method did not return a valid object, type=%d\n", in iwl_acpi_get_dsm_integer()
150 "ACPI: DSM method evaluated: func=%d, value=%lld\n", in iwl_acpi_get_dsm_integer()
159 * This function receives a DSM function number, calculates its expected size
192 IWL_DEBUG_RADIO(fwrt, "ACPI DSM validity bitmap 0x%x\n", in iwl_acpi_get_dsm()
199 IWL_DEBUG_RADIO(fwrt, "ACPI DSM %d not indicated as valid\n", in iwl_acpi_get_dsm()
212 "DSM value overflows the expected size, truncating\n"); in iwl_acpi_get_dsm()