Lines Matching full: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.");
250 * 1.An invalid trip point becomes invalid or a valid trip point becomes invalid
259 "ACPI thermal trip point %s changed\n" \
403 break; /* disable all active trip points */ in acpi_thermal_trips_update()
421 * the next higher trip point in acpi_thermal_trips_update()
492 pr_warn(FW_BUG "No valid trip found\n"); in acpi_thermal_get_trip_points()
526 int trip, enum thermal_trip_type *type) in thermal_get_trip_type() argument
531 if (!tz || trip < 0) in thermal_get_trip_type()
535 if (!trip) { in thermal_get_trip_type()
539 trip--; in thermal_get_trip_type()
543 if (!trip) { in thermal_get_trip_type()
547 trip--; in thermal_get_trip_type()
551 if (!trip) { in thermal_get_trip_type()
555 trip--; in thermal_get_trip_type()
560 if (!trip) { in thermal_get_trip_type()
564 trip--; in thermal_get_trip_type()
571 int trip, int *temp) in thermal_get_trip_temp() argument
576 if (!tz || trip < 0) 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()
600 if (!trip) { in thermal_get_trip_temp()
606 trip--; in thermal_get_trip_temp()
611 if (!trip) { in thermal_get_trip_temp()
617 trip--; in thermal_get_trip_temp()
638 int trip, enum thermal_trend *trend) in thermal_get_trend() argument
644 if (thermal_get_trip_type(thermal, trip, &type)) in thermal_get_trend()
651 if (thermal_get_trip_temp(thermal, trip, &trip_temp)) in thermal_get_trend()
681 static int thermal_notify(struct thermal_zone_device *thermal, int trip, in thermal_notify() argument
714 int trip = -1; in acpi_thermal_cooling_device_cb() local
718 trip++; in acpi_thermal_cooling_device_cb()
721 trip++; in acpi_thermal_cooling_device_cb()
724 trip++; in acpi_thermal_cooling_device_cb()
734 (thermal, trip, cdev, in acpi_thermal_cooling_device_cb()
740 (thermal, trip, cdev); in acpi_thermal_cooling_device_cb()
749 trip++; in acpi_thermal_cooling_device_cb()
759 (thermal, trip, cdev, in acpi_thermal_cooling_device_cb()
764 (thermal, trip, cdev); in acpi_thermal_cooling_device_cb()
976 /* Get trip points [_CRT, _PSV, etc.] (required) */ in acpi_thermal_get_info()
1008 * critical trip point with a value being a multiple of 0.5 degree Celsius.
1130 "disabling all active thermal trip points\n", d->ident); in thermal_act()
1138 "disabling all critical thermal trip point actions.\n", d->ident); in thermal_nocrt()
1155 "disabling all passive thermal trip points\n", d->ident); in thermal_psv()