Home
last modified time | relevance | path

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

/drivers/thermal/
Dthermal_trace.h71 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))
Dthermal_netlink.c62 int trip_type; member
143 nla_put_u32(p->msg, THERMAL_GENL_ATTR_TZ_TRIP_TYPE, p->trip_type) || in thermal_genl_event_tz_trip_add()
353 int thermal_notify_tz_trip_add(int tz_id, int trip_id, int trip_type, in thermal_notify_tz_trip_add() argument
357 .trip_type = trip_type, .trip_temp = trip_temp, in thermal_notify_tz_trip_add()
370 int thermal_notify_tz_trip_change(int tz_id, int trip_id, int trip_type, in thermal_notify_tz_trip_change() argument
374 .trip_type = trip_type, .trip_temp = trip_temp, in thermal_notify_tz_trip_change()
Dthermal_core.c332 int trip, int trip_temp, enum thermal_trip_type trip_type) in handle_critical_trips() argument
338 trace_thermal_zone_trip(tz, trip, trip_type); in handle_critical_trips()
340 if (trip_type == THERMAL_TRIP_HOT && tz->ops->hot) in handle_critical_trips()
342 else if (trip_type == THERMAL_TRIP_CRITICAL) in handle_critical_trips()
/drivers/thermal/intel/
Dintel_soc_dts_iosf.c133 int thres_index, enum thermal_trip_type trip_type, in configure_trip() argument
143 dts->trips[thres_index].type = trip_type; in configure_trip()
348 enum thermal_trip_type trip_type; in intel_soc_dts_iosf_init() local
359 trip_type = THERMAL_TRIP_CRITICAL; in intel_soc_dts_iosf_init()
362 trip_type = THERMAL_TRIP_PASSIVE; in intel_soc_dts_iosf_init()
365 ret = configure_trip(&sensors->soc_dts[i], 1, trip_type, temp); in intel_soc_dts_iosf_init()