Home
last modified time | relevance | path

Searched refs:trip_type (Results 1 – 2 of 2) sorted by relevance

/linux-3.3/drivers/thermal/
Dthermal_sys.c1039 enum thermal_trip_type trip_type; in thermal_zone_device_update() local
1053 tz->ops->get_trip_type(tz, count, &trip_type); in thermal_zone_device_update()
1056 switch (trip_type) { in thermal_zone_device_update()
1061 trip_type); in thermal_zone_device_update()
1073 tz->ops->notify(tz, count, trip_type); in thermal_zone_device_update()
1139 enum thermal_trip_type trip_type; in thermal_zone_device_register() local
1205 tz->ops->get_trip_type(tz, count, &trip_type); in thermal_zone_device_register()
1206 if (trip_type == THERMAL_TRIP_PASSIVE) in thermal_zone_device_register()
/linux-3.3/drivers/acpi/
Dthermal.c710 enum thermal_trip_type trip_type) in thermal_notify() argument
715 if (trip_type == THERMAL_TRIP_CRITICAL) in thermal_notify()
717 else if (trip_type == THERMAL_TRIP_HOT) in thermal_notify()
726 if (trip_type == THERMAL_TRIP_CRITICAL && nocrt) in thermal_notify()