Searched refs:THERMAL_GENL_ATTR_TZ_ID (Results 1 – 2 of 2) sorted by relevance
| /OK3568_Linux_fs/kernel/drivers/thermal/ |
| H A D | thermal_netlink.c | 25 [THERMAL_GENL_ATTR_TZ_ID] = { .type = NLA_U32 }, 84 if (nla_put_u32(skb, THERMAL_GENL_ATTR_TZ_ID, id)) in thermal_genl_sampling_temp() 107 if (nla_put_u32(p->msg, THERMAL_GENL_ATTR_TZ_ID, p->tz_id) || in thermal_genl_event_tz_create() 116 if (nla_put_u32(p->msg, THERMAL_GENL_ATTR_TZ_ID, p->tz_id)) in thermal_genl_event_tz() 124 if (nla_put_u32(p->msg, THERMAL_GENL_ATTR_TZ_ID, p->tz_id) || in thermal_genl_event_tz_trip_up() 133 if (nla_put_u32(p->msg, THERMAL_GENL_ATTR_TZ_ID, p->tz_id) || in thermal_genl_event_tz_trip_add() 145 if (nla_put_u32(p->msg, THERMAL_GENL_ATTR_TZ_ID, p->tz_id) || in thermal_genl_event_tz_trip_delete() 186 if (nla_put_u32(p->msg, THERMAL_GENL_ATTR_TZ_ID, p->tz_id) || in thermal_genl_event_gov_change() 371 if (nla_put_u32(msg, THERMAL_GENL_ATTR_TZ_ID, tz->id) || in __thermal_genl_cmd_tz_get_id() 409 if (!p->attrs[THERMAL_GENL_ATTR_TZ_ID]) in thermal_genl_cmd_tz_get_trip() [all …]
|
| /OK3568_Linux_fs/kernel/include/uapi/linux/ |
| H A D | thermal.h | 29 THERMAL_GENL_ATTR_TZ_ID, enumerator
|