Lines Matching defs:temp
63 int temp;
76 int thermal_genl_sampling_temp(int id, int temp)
93 if (nla_put_u32(skb, THERMAL_GENL_ATTR_TZ_TEMP, temp))
132 nla_put_u32(p->msg, THERMAL_GENL_ATTR_TZ_TEMP, p->temp))
333 int thermal_notify_tz_trip_down(int tz_id, int trip_id, int temp)
335 struct param p = { .tz_id = tz_id, .trip_id = trip_id, .temp = temp };
340 int thermal_notify_tz_trip_up(int tz_id, int trip_id, int temp)
342 struct param p = { .tz_id = tz_id, .trip_id = trip_id, .temp = temp };
502 int temp, ret, id;
513 ret = thermal_zone_get_temp(tz, &temp);
518 nla_put_u32(msg, THERMAL_GENL_ATTR_TZ_TEMP, temp))