Lines Matching refs:trip

55 MODULE_PARM_DESC(act, "Disable or override all lowest active trip points.");
59 MODULE_PARM_DESC(crt, "Disable or lower all critical trip points.");
75 MODULE_PARM_DESC(psv, "Disable or override all passive trip points.");
252 * 1.An invalid trip point becomes invalid or a valid trip point becomes invalid
261 "ACPI thermal trip point %s changed\n" \
405 break; /* disable all active trip points */
423 * the next higher trip point
494 pr_warn(FW_BUG "No valid trip found\n");
520 int trip, enum thermal_trip_type *type)
525 if (!tz || trip < 0)
529 if (!trip) {
533 trip--;
537 if (!trip) {
541 trip--;
545 if (!trip) {
549 trip--;
554 if (!trip) {
558 trip--;
565 int trip, int *temp)
570 if (!tz || trip < 0)
574 if (!trip) {
580 trip--;
584 if (!trip) {
590 trip--;
594 if (!trip) {
600 trip--;
605 if (!trip) {
611 trip--;
632 int trip, enum thermal_trend *trend)
638 if (thermal_get_trip_type(thermal, trip, &type))
645 if (thermal_get_trip_temp(thermal, trip, &trip_temp))
675 static int thermal_notify(struct thermal_zone_device *thermal, int trip,
708 int trip = -1;
712 trip++;
715 trip++;
718 trip++;
728 (thermal, trip, cdev,
734 (thermal, trip, cdev);
743 trip++;
753 (thermal, trip, cdev,
758 (thermal, trip, cdev);
976 /* Get trip points [_CRT, _PSV, etc.] (required) */
1008 * critical trip point with a value being a multiple of 0.5 degree Celsius.
1148 "disabling all active thermal trip points\n", d->ident);
1156 "disabling all critical thermal trip point actions.\n", d->ident);
1173 "disabling all passive thermal trip points\n", d->ident);