Lines Matching refs:trip

517 				 int trip, enum thermal_trip_type *type)  in thermal_get_trip_type()  argument
522 if (!tz || trip < 0) in thermal_get_trip_type()
526 if (!trip) { in thermal_get_trip_type()
530 trip--; in thermal_get_trip_type()
534 if (!trip) { in thermal_get_trip_type()
538 trip--; in thermal_get_trip_type()
542 if (!trip) { in thermal_get_trip_type()
546 trip--; in thermal_get_trip_type()
550 if (!trip) { in thermal_get_trip_type()
554 trip--; in thermal_get_trip_type()
561 int trip, int *temp) in thermal_get_trip_temp() argument
566 if (!tz || trip < 0) in thermal_get_trip_temp()
570 if (!trip) { in thermal_get_trip_temp()
576 trip--; in thermal_get_trip_temp()
580 if (!trip) { in thermal_get_trip_temp()
586 trip--; in thermal_get_trip_temp()
590 if (!trip) { in thermal_get_trip_temp()
596 trip--; in thermal_get_trip_temp()
601 if (!trip) { in thermal_get_trip_temp()
607 trip--; in thermal_get_trip_temp()
629 int trip, enum thermal_trend *trend) in thermal_get_trend() argument
635 if (thermal_get_trip_type(thermal, trip, &type)) in thermal_get_trend()
642 if (thermal_get_trip_temp(thermal, trip, &trip_temp)) in thermal_get_trend()
701 int trip = -1; in acpi_thermal_cooling_device_cb() local
705 trip++; in acpi_thermal_cooling_device_cb()
708 trip++; in acpi_thermal_cooling_device_cb()
711 trip++; in acpi_thermal_cooling_device_cb()
720 thermal, trip, cdev, in acpi_thermal_cooling_device_cb()
727 thermal, trip, cdev); in acpi_thermal_cooling_device_cb()
738 trip++; in acpi_thermal_cooling_device_cb()
747 thermal, trip, cdev, in acpi_thermal_cooling_device_cb()
753 thermal, trip, cdev); in acpi_thermal_cooling_device_cb()