Home
last modified time | relevance | path

Searched refs:THERMAL_GENL_ATTR_TZ_TRIP_ID (Results 1 – 2 of 2) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/thermal/
H A Dthermal_netlink.c28 [THERMAL_GENL_ATTR_TZ_TRIP_ID] = { .type = NLA_U32 },
125 nla_put_u32(p->msg, THERMAL_GENL_ATTR_TZ_TRIP_ID, p->trip_id)) in thermal_genl_event_tz_trip_up()
134 nla_put_u32(p->msg, THERMAL_GENL_ATTR_TZ_TRIP_ID, p->trip_id) || in thermal_genl_event_tz_trip_add()
146 nla_put_u32(p->msg, THERMAL_GENL_ATTR_TZ_TRIP_ID, p->trip_id)) in thermal_genl_event_tz_trip_delete()
434 if (nla_put_u32(msg, THERMAL_GENL_ATTR_TZ_TRIP_ID, i) || in thermal_genl_cmd_tz_get_trip()
/OK3568_Linux_fs/kernel/include/uapi/linux/
H A Dthermal.h32 THERMAL_GENL_ATTR_TZ_TRIP_ID, enumerator