Lines Matching full:trips
114 struct acpi_thermal_trips trips; member
188 return active - tz->trips.active; in active_trip_index()
210 * trips with thresholds greater than the override. in get_active_temp()
392 tz->trips.passive.tc1 = tmp; in passive_trip_params_init()
398 tz->trips.passive.tc2 = tmp; in passive_trip_params_init()
402 tz->trips.passive.delay = tmp; in passive_trip_params_init()
410 tz->trips.passive.delay = tmp * 100; in passive_trip_params_init()
421 acpi_trip = &tz->trips.passive.trip; in acpi_thermal_init_trip()
432 acpi_trip = &tz->trips.active[index].trip; in acpi_thermal_init_trip()
471 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()
576 /* Skip critical and hot trips. */ in bind_unbind_cdev_cb()
817 acpi_handle_list_free(&tz->trips.passive.trip.devices); in acpi_thermal_free_thermal_zone()
819 acpi_handle_list_free(&tz->trips.active[i].trip.devices); in acpi_thermal_free_thermal_zone()
904 acpi_trip = &tz->trips.passive.trip; in acpi_thermal_add()
906 passive_delay = tz->trips.passive.delay; in acpi_thermal_add()
915 acpi_trip = &tz->trips.active[i].trip; in acpi_thermal_add()
994 struct acpi_thermal_trip *acpi_trip = &tz->trips.active[i].trip; in acpi_thermal_resume()