Lines Matching full:trips
116 struct acpi_thermal_trips trips; member
195 return active - tz->trips.active; in active_trip_index()
217 * trips with thresholds greater than the override. in get_active_temp()
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()
439 acpi_trip = &tz->trips.active[index].trip; in acpi_thermal_init_trip()
473 tz->trips.active[i].trip.temp_dk = THERMAL_TEMP_INVALID; in acpi_thermal_get_trip_points()
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()
570 /* Skip critical and hot trips. */ in acpi_thermal_should_bind_cdev()
773 acpi_handle_list_free(&tz->trips.passive.trip.devices); in acpi_thermal_free_thermal_zone()
775 acpi_handle_list_free(&tz->trips.active[i].trip.devices); in acpi_thermal_free_thermal_zone()
843 acpi_trip = &tz->trips.passive.trip; in acpi_thermal_add()
845 passive_delay = tz->trips.passive.delay; in acpi_thermal_add()
854 acpi_trip = &tz->trips.active[i].trip; in acpi_thermal_add()
935 struct acpi_thermal_trip *acpi_trip = &tz->trips.active[i].trip; in acpi_thermal_resume()