Home
last modified time | relevance | path

Searched refs:tz_id (Results 1 – 3 of 3) sorted by relevance

/linux/drivers/thermal/
H A Dthermal_trace_ipa.h19 __field(int, tz_id )
29 __entry->tz_id = tz->id;
40 __entry->tz_id, __entry->total_req_power,
51 __field(int, tz_id)
57 __entry->tz_id = tz->id;
64 __entry->tz_id, __entry->actor_id, __entry->req_power,
73 __field(int, tz_id )
82 __entry->tz_id = tz->id;
92 __entry->tz_id, __entry->err, __entry->err_integral,
H A Dthermal_netlink.c64 int tz_id; member
131 if (nla_put_u32(p->msg, THERMAL_GENL_ATTR_TZ_ID, p->tz_id) || in thermal_genl_event_tz_create()
140 if (nla_put_u32(p->msg, THERMAL_GENL_ATTR_TZ_ID, p->tz_id)) in thermal_genl_event_tz()
148 if (nla_put_u32(p->msg, THERMAL_GENL_ATTR_TZ_ID, p->tz_id) || in thermal_genl_event_tz_trip_up()
158 if (nla_put_u32(p->msg, THERMAL_GENL_ATTR_TZ_ID, p->tz_id) || in thermal_genl_event_tz_trip_change()
202 if (nla_put_u32(p->msg, THERMAL_GENL_ATTR_TZ_ID, p->tz_id) || in thermal_genl_event_gov_change()
247 if (nla_put_u32(p->msg, THERMAL_GENL_ATTR_TZ_ID, p->tz_id) || in thermal_genl_event_threshold_add()
257 if (nla_put_u32(p->msg, THERMAL_GENL_ATTR_TZ_ID, p->tz_id)) in thermal_genl_event_threshold_flush()
265 if (nla_put_u32(p->msg, THERMAL_GENL_ATTR_TZ_ID, p->tz_id) || in thermal_genl_event_threshold_up()
353 struct param p = { .tz_id = tz->id, .name = tz->type }; in thermal_notify_tz_create()
[all …]
/linux/tools/thermal/tmon/
H A Dsysfs.c167 int tz_id) in find_tzone_tp() argument
189 get_trip_point_data(tz_name, tz_id, tp_id); in find_tzone_tp()
199 struct tz_info *tzi, int tz_id, int cid) in find_tzone_cdev() argument
208 syslog(LOG_DEBUG, "TZ%d: cdev: %s cid %d\n", tz_id, nl->d_name, in find_tzone_cdev()