Searched refs:trip_type (Results 1 – 3 of 3) sorted by relevance
/drivers/thermal/ |
D | step_wise.c | 108 enum thermal_trip_type trip_type; in thermal_zone_trip_update() local 116 trip_type = THERMAL_TRIPS_NONE; in thermal_zone_trip_update() 119 tz->ops->get_trip_type(tz, trip, &trip_type); in thermal_zone_trip_update() 139 update_passive_instance(tz, trip_type, 1); in thermal_zone_trip_update() 143 update_passive_instance(tz, trip_type, -1); in thermal_zone_trip_update()
|
D | thermal_core.c | 327 int trip, enum thermal_trip_type trip_type) in handle_non_critical_trips() argument 334 int trip, enum thermal_trip_type trip_type) in handle_critical_trips() argument 345 tz->ops->notify(tz, trip, trip_type); in handle_critical_trips() 347 if (trip_type == THERMAL_TRIP_CRITICAL) { in handle_critical_trips() 1613 enum thermal_trip_type trip_type; in thermal_zone_device_register() local 1682 tz->ops->get_trip_type(tz, count, &trip_type); in thermal_zone_device_register() 1683 if (trip_type == THERMAL_TRIP_PASSIVE) in thermal_zone_device_register()
|
/drivers/acpi/ |
D | thermal.c | 760 enum thermal_trip_type trip_type) in thermal_notify() argument 765 if (trip_type == THERMAL_TRIP_CRITICAL) in thermal_notify() 767 else if (trip_type == THERMAL_TRIP_HOT) in thermal_notify() 776 if (trip_type == THERMAL_TRIP_CRITICAL && nocrt) in thermal_notify()
|