Lines Matching refs:handles
490 passive->devices.handles[i], in acpi_thermal_passive()
496 passive->devices.handles[i], in acpi_thermal_passive()
510 passive->devices.handles[i], in acpi_thermal_passive()
555 result = acpi_bus_set_power(active->devices.handles[j], ACPI_STATE_D0); in acpi_thermal_active()
557 …BUG_PRINT((ACPI_DB_WARN, "Unable to turn cooling device [%p] 'on'\n", active->devices.handles[j])); in acpi_thermal_active()
561 ACPI_DEBUG_PRINT((ACPI_DB_INFO, "Cooling device [%p] now 'on'\n", active->devices.handles[j])); in acpi_thermal_active()
573 result = acpi_bus_set_power(active->devices.handles[j], ACPI_STATE_D3); in acpi_thermal_active()
575 …UG_PRINT((ACPI_DB_WARN, "Unable to turn cooling device [%p] 'off'\n", active->devices.handles[j])); in acpi_thermal_active()
579 ACPI_DEBUG_PRINT((ACPI_DB_INFO, "Cooling device [%p] now 'off'\n", active->devices.handles[j])); in acpi_thermal_active()
837 p += sprintf(p, "0x%p ", tz->trips.passive.devices.handles[j]); in acpi_thermal_read_trip_points()
849 tz->trips.active[i].devices.handles[j]); in acpi_thermal_read_trip_points()