Searched refs:tz_id (Results 1 – 4 of 4) sorted by relevance
/drivers/thermal/ |
D | thermal_netlink.h | 17 int thermal_notify_tz_create(int tz_id, const char *name); 18 int thermal_notify_tz_delete(int tz_id); 19 int thermal_notify_tz_enable(int tz_id); 20 int thermal_notify_tz_disable(int tz_id); 21 int thermal_notify_tz_trip_down(int tz_id, int id, int temp); 22 int thermal_notify_tz_trip_up(int tz_id, int id, int temp); 23 int thermal_notify_tz_trip_delete(int tz_id, int id); 24 int thermal_notify_tz_trip_add(int tz_id, int id, int type, 26 int thermal_notify_tz_trip_change(int tz_id, int id, int type, 31 int thermal_notify_tz_gov_change(int tz_id, const char *name); [all …]
|
D | thermal_netlink.c | 58 int tz_id; member 114 if (nla_put_u32(p->msg, THERMAL_GENL_ATTR_TZ_ID, p->tz_id) || in thermal_genl_event_tz_create() 123 if (nla_put_u32(p->msg, THERMAL_GENL_ATTR_TZ_ID, p->tz_id)) in thermal_genl_event_tz() 131 if (nla_put_u32(p->msg, THERMAL_GENL_ATTR_TZ_ID, p->tz_id) || in thermal_genl_event_tz_trip_up() 141 if (nla_put_u32(p->msg, THERMAL_GENL_ATTR_TZ_ID, p->tz_id) || in thermal_genl_event_tz_trip_add() 153 if (nla_put_u32(p->msg, THERMAL_GENL_ATTR_TZ_ID, p->tz_id) || in thermal_genl_event_tz_trip_delete() 194 if (nla_put_u32(p->msg, THERMAL_GENL_ATTR_TZ_ID, p->tz_id) || in thermal_genl_event_gov_change() 280 trace_android_vh_enable_thermal_genl_check(event, p->tz_id, &enable_thermal_genl); in thermal_genl_send_event() 311 int thermal_notify_tz_create(int tz_id, const char *name) in thermal_notify_tz_create() argument 313 struct param p = { .tz_id = tz_id, .name = name }; in thermal_notify_tz_create() [all …]
|
D | thermal_trace_ipa.h | 20 __field(int, tz_id ) 32 __entry->tz_id = tz->id; 47 __entry->tz_id, 63 __field(int, tz_id ) 72 __entry->tz_id = tz->id; 82 __entry->tz_id, __entry->err, __entry->err_integral,
|
D | thermal_core.c | 1441 int tz_id; in thermal_zone_device_unregister() local 1448 tz_id = tz->id; in thermal_zone_device_unregister() 1484 thermal_notify_tz_delete(tz_id); in thermal_zone_device_unregister()
|