Home
last modified time | relevance | path

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

/linux/drivers/thermal/
H A Dthermal_netlink.c71 int prev_temp; member
266 nla_put_u32(p->msg, THERMAL_GENL_ATTR_TZ_PREV_TEMP, p->prev_temp) || in thermal_genl_event_threshold_up()
476 struct param p = { .tz_id = tz->id, .temp = tz->temperature, .prev_temp = tz->last_temperature }; in thermal_notify_threshold_down()
483 struct param p = { .tz_id = tz->id, .temp = tz->temperature, .prev_temp = tz->last_temperature }; in thermal_notify_threshold_up()