Home
last modified time | relevance | path

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

/linux/drivers/thermal/
A Dgov_step_wise.c119 enum thermal_trip_type trip_type; in thermal_zone_trip_update() local
126 tz->ops->get_trip_type(tz, trip, &trip_type); in thermal_zone_trip_update()
132 trace_thermal_zone_trip(tz, trip, trip_type); in thermal_zone_trip_update()
136 trip, trip_type, trip_temp, trend, throttle); in thermal_zone_trip_update()
155 update_passive_instance(tz, trip_type, 1); in thermal_zone_trip_update()
159 update_passive_instance(tz, trip_type, -1); in thermal_zone_trip_update()
A Dgov_fair_share.c26 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()
A Dthermal_netlink.c56 int trip_type; member
135 nla_put_u32(p->msg, THERMAL_GENL_ATTR_TZ_TRIP_TYPE, p->trip_type) || in thermal_genl_event_tz_trip_add()
303 int thermal_notify_tz_trip_add(int tz_id, int trip_id, int trip_type, in thermal_notify_tz_trip_add() argument
307 .trip_type = trip_type, .trip_temp = trip_temp, in thermal_notify_tz_trip_add()
320 int thermal_notify_tz_trip_change(int tz_id, int trip_id, int trip_type, in thermal_notify_tz_trip_change() argument
324 .trip_type = trip_type, .trip_temp = trip_temp, in thermal_notify_tz_trip_change()
A Dthermal_core.c343 int trip, enum thermal_trip_type trip_type) in handle_critical_trips() argument
353 trace_thermal_zone_trip(tz, trip, trip_type); in handle_critical_trips()
355 if (trip_type == THERMAL_TRIP_HOT && tz->ops->hot) in handle_critical_trips()
357 else if (trip_type == THERMAL_TRIP_CRITICAL) in handle_critical_trips()
1192 enum thermal_trip_type trip_type; in thermal_zone_device_register() local
1269 if (tz->ops->get_trip_type(tz, count, &trip_type) || in thermal_zone_device_register()
/linux/include/trace/events/
A Dthermal.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))
/linux/tools/thermal/tmon/
A Dsysfs.c125 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()
A Dtmon.h55 enum trip_type { enum
64 enum trip_type type;
/linux/drivers/net/ethernet/chelsio/cxgb4/
A Dcxgb4_thermal.c40 *type = adap->ch_thermal.trip_type; in cxgb4_thermal_get_trip_type()
83 ch_thermal->trip_type = THERMAL_TRIP_CRITICAL; in cxgb4_thermal_init()
A Dcxgb4.h1083 int trip_type; member
/linux/drivers/thermal/intel/
A Dintel_soc_dts_iosf.c102 enum thermal_trip_type trip_type) in update_trip_temp() argument
176 dts->trip_types[thres_index] = trip_type; in update_trip_temp()

Completed in 23 milliseconds