Lines Matching full:trip

52 MODULE_PARM_DESC(act, "Disable or override all lowest active trip points.");
56 MODULE_PARM_DESC(crt, "Disable or lower all critical trip points.");
72 MODULE_PARM_DESC(psv, "Disable or override all passive trip points.");
250 * 1.An invalid trip point becomes invalid or a valid trip point becomes invalid
259 "ACPI thermal trip point %s changed\n" \
404 break; /* disable all active trip points */ in acpi_thermal_trips_update()
422 * the next higher trip point in acpi_thermal_trips_update()
493 pr_warn(FW_BUG "No valid trip found\n"); in acpi_thermal_get_trip_points()
519 int trip, enum thermal_trip_type *type) in thermal_get_trip_type() argument
524 if (!tz || trip < 0) in thermal_get_trip_type()
528 if (!trip) { in thermal_get_trip_type()
532 trip--; in thermal_get_trip_type()
536 if (!trip) { in thermal_get_trip_type()
540 trip--; in thermal_get_trip_type()
544 if (!trip) { in thermal_get_trip_type()
548 trip--; in thermal_get_trip_type()
553 if (!trip) { in thermal_get_trip_type()
557 trip--; in thermal_get_trip_type()
564 int trip, int *temp) in thermal_get_trip_temp() argument
569 if (!tz || trip < 0) in thermal_get_trip_temp()
573 if (!trip) { in thermal_get_trip_temp()
579 trip--; in thermal_get_trip_temp()
583 if (!trip) { in thermal_get_trip_temp()
589 trip--; in thermal_get_trip_temp()
593 if (!trip) { in thermal_get_trip_temp()
599 trip--; in thermal_get_trip_temp()
604 if (!trip) { in thermal_get_trip_temp()
610 trip--; in thermal_get_trip_temp()
631 int trip, enum thermal_trend *trend) in thermal_get_trend() argument
637 if (thermal_get_trip_type(thermal, trip, &type)) in thermal_get_trend()
644 if (thermal_get_trip_temp(thermal, trip, &trip_temp)) in thermal_get_trend()
704 int trip = -1; in acpi_thermal_cooling_device_cb() local
708 trip++; in acpi_thermal_cooling_device_cb()
711 trip++; in acpi_thermal_cooling_device_cb()
714 trip++; in acpi_thermal_cooling_device_cb()
724 (thermal, trip, cdev, in acpi_thermal_cooling_device_cb()
730 (thermal, trip, cdev); in acpi_thermal_cooling_device_cb()
739 trip++; in acpi_thermal_cooling_device_cb()
749 (thermal, trip, cdev, in acpi_thermal_cooling_device_cb()
754 (thermal, trip, cdev); in acpi_thermal_cooling_device_cb()
954 /* Get trip points [_CRT, _PSV, etc.] (required) */ in acpi_thermal_get_info()
986 * critical trip point with a value being a multiple of 0.5 degree Celsius.
1127 pr_notice("%s detected: disabling all active thermal trip points\n", in thermal_act()
1135 pr_notice("%s detected: disabling all critical thermal trip point actions.\n", in thermal_nocrt()
1152 pr_notice("%s detected: disabling all passive thermal trip points\n", in thermal_psv()