/Linux-v5.10/drivers/thermal/ |
D | gov_step_wise.c | 119 enum thermal_trip_type trip_type; in thermal_zone_trip_update() local 127 trip_type = THERMAL_TRIPS_NONE; in thermal_zone_trip_update() 130 tz->ops->get_trip_type(tz, trip, &trip_type); in thermal_zone_trip_update() 137 trace_thermal_zone_trip(tz, trip, trip_type); in thermal_zone_trip_update() 141 trip, trip_type, trip_temp, trend, throttle); in thermal_zone_trip_update() 160 update_passive_instance(tz, trip_type, 1); in thermal_zone_trip_update() 164 update_passive_instance(tz, trip_type, -1); in thermal_zone_trip_update()
|
D | gov_fair_share.c | 26 enum thermal_trip_type trip_type; in get_trip_level() local 42 tz->ops->get_trip_type(tz, count - 1, &trip_type); in get_trip_level() 43 trace_thermal_zone_trip(tz, count - 1, trip_type); in get_trip_level()
|
D | thermal_netlink.c | 56 int trip_type; member 134 nla_put_u32(p->msg, THERMAL_GENL_ATTR_TZ_TRIP_TYPE, p->trip_type) || in thermal_genl_event_tz_trip_add() 302 int thermal_notify_tz_trip_add(int tz_id, int trip_id, int trip_type, in thermal_notify_tz_trip_add() argument 306 .trip_type = trip_type, .trip_temp = trip_temp, in thermal_notify_tz_trip_add() 319 int thermal_notify_tz_trip_change(int tz_id, int trip_id, int trip_type, in thermal_notify_tz_trip_change() argument 323 .trip_type = trip_type, .trip_temp = trip_temp, in thermal_notify_tz_trip_change()
|
D | thermal_core.c | 384 int trip, enum thermal_trip_type trip_type) in handle_critical_trips() argument 394 trace_thermal_zone_trip(tz, trip, trip_type); in handle_critical_trips() 397 tz->ops->notify(tz, trip, trip_type); in handle_critical_trips() 399 if (trip_type == THERMAL_TRIP_CRITICAL) { in handle_critical_trips() 1380 enum thermal_trip_type trip_type; in thermal_zone_device_register() local 1449 if (tz->ops->get_trip_type(tz, count, &trip_type)) in thermal_zone_device_register()
|
D | thermal_sysfs.c | 453 enum thermal_trip_type trip_type; in thermal_zone_passive_is_visible() local 459 tz->ops->get_trip_type(tz, count, &trip_type); in thermal_zone_passive_is_visible() 461 if (trip_type == THERMAL_TRIP_PASSIVE) in thermal_zone_passive_is_visible()
|
/Linux-v5.10/include/trace/events/ |
D | thermal.h | 71 enum thermal_trip_type trip_type), 73 TP_ARGS(tz, trip, trip_type), 79 __field(enum thermal_trip_type, trip_type) 86 __entry->trip_type = trip_type; 91 show_tzt_type(__entry->trip_type))
|
/Linux-v5.10/tools/thermal/tmon/ |
D | tmon.h | 55 enum trip_type { enum 64 enum trip_type type;
|
D | sysfs.c | 125 int trip_type; in get_trip_point_data() local 132 trip_type = str_to_trip_type(temp_str); in get_trip_point_data() 133 if (trip_type < 0) { in get_trip_point_data() 137 ptdata.tzi[tzid].tp[tpid].type = trip_type; in get_trip_point_data() 139 tpid, temp_str, trip_type); in get_trip_point_data()
|
/Linux-v5.10/drivers/net/ethernet/chelsio/cxgb4/ |
D | cxgb4_thermal.c | 40 *type = adap->ch_thermal.trip_type; in cxgb4_thermal_get_trip_type() 83 ch_thermal->trip_type = THERMAL_TRIP_CRITICAL; in cxgb4_thermal_init()
|
D | cxgb4.h | 1085 int trip_type; member
|
/Linux-v5.10/drivers/thermal/intel/ |
D | intel_soc_dts_iosf.c | 102 enum thermal_trip_type trip_type) in update_trip_temp() argument 176 dts->trip_types[thres_index] = trip_type; in update_trip_temp()
|
/Linux-v5.10/drivers/acpi/ |
D | thermal.c | 682 enum thermal_trip_type trip_type) in thermal_notify() argument 687 if (trip_type == THERMAL_TRIP_CRITICAL) in thermal_notify() 689 else if (trip_type == THERMAL_TRIP_HOT) in thermal_notify() 697 if (trip_type == THERMAL_TRIP_CRITICAL && nocrt) in thermal_notify()
|