Lines Matching full:passive
11 * TBD: 1. Implement passive cooling hysteresis.
12 * 2. Enhance passive cooling (CPU) states/limit interface to support
84 MODULE_PARM_DESC(psv, "Disable or override all passive trip points.");
105 struct acpi_thermal_passive passive; member
399 tz->trips.passive.tc1 = tmp; in passive_trip_params_init()
405 tz->trips.passive.tc2 = tmp; in passive_trip_params_init()
409 tz->trips.passive.delay = tmp; in passive_trip_params_init()
417 tz->trips.passive.delay = tmp * 100; in passive_trip_params_init()
428 acpi_trip = &tz->trips.passive.trip; in acpi_thermal_init_trip()
512 t = tz->trips.passive.tc1 * (tz->temp_dk - in thermal_get_trend()
514 tz->trips.passive.tc2 * (tz->temp_dk - in thermal_get_trend()
773 acpi_handle_list_free(&tz->trips.passive.trip.devices); in acpi_thermal_free_thermal_zone()
845 acpi_trip = &tz->trips.passive.trip; in acpi_thermal_add()
847 passive_delay = tz->trips.passive.delay; in acpi_thermal_add()
1004 pr_notice("%s detected: disabling all passive thermal trip points\n", in thermal_psv()