Searched refs:trip_type (Results 1 – 5 of 5) sorted by relevance
/drivers/thermal/ |
D | step_wise.c | 131 enum thermal_trip_type trip_type; in thermal_zone_trip_update() local 139 trip_type = THERMAL_TRIPS_NONE; in thermal_zone_trip_update() 142 tz->ops->get_trip_type(tz, trip, &trip_type); in thermal_zone_trip_update() 149 trace_thermal_zone_trip(tz, trip, trip_type); in thermal_zone_trip_update() 153 trip, trip_type, trip_temp, trend, throttle); in thermal_zone_trip_update() 172 update_passive_instance(tz, trip_type, 1); in thermal_zone_trip_update() 176 update_passive_instance(tz, trip_type, -1); in thermal_zone_trip_update()
|
D | fair_share.c | 38 enum thermal_trip_type trip_type; in get_trip_level() local 54 tz->ops->get_trip_type(tz, count - 1, &trip_type); in get_trip_level() 55 trace_thermal_zone_trip(tz, count - 1, trip_type); in get_trip_level()
|
D | intel_soc_dts_iosf.c | 110 enum thermal_trip_type trip_type) in update_trip_temp() argument 181 dts->trip_types[thres_index] = trip_type; in update_trip_temp()
|
D | thermal_core.c | 423 int trip, enum thermal_trip_type trip_type) in handle_non_critical_trips() argument 430 int trip, enum thermal_trip_type trip_type) in handle_critical_trips() argument 440 trace_thermal_zone_trip(tz, trip, trip_type); in handle_critical_trips() 443 tz->ops->notify(tz, trip, trip_type); in handle_critical_trips() 445 if (trip_type == THERMAL_TRIP_CRITICAL) { in handle_critical_trips() 1869 enum thermal_trip_type trip_type; in thermal_zone_device_register() local 1942 if (tz->ops->get_trip_type(tz, count, &trip_type)) in thermal_zone_device_register() 1944 if (trip_type == THERMAL_TRIP_PASSIVE) in thermal_zone_device_register()
|
/drivers/acpi/ |
D | thermal.c | 747 enum thermal_trip_type trip_type) in thermal_notify() argument 752 if (trip_type == THERMAL_TRIP_CRITICAL) in thermal_notify() 754 else if (trip_type == THERMAL_TRIP_HOT) in thermal_notify() 762 if (trip_type == THERMAL_TRIP_CRITICAL && nocrt) in thermal_notify()
|