Searched refs:threshold_up (Results 1 – 3 of 3) sorted by relevance
255 static int threshold_up(int tz_id, int temp, int prev_temp, __maybe_unused void *arg) in threshold_up() function288 .events.threshold_up = threshold_up,
112 return ops->threshold_up(nla_get_u32(attrs[THERMAL_GENL_ATTR_TZ_ID]), in handle_thermal_event()144 enabled_ops[THERMAL_GENL_EVENT_THRESHOLD_UP] = !!ops->threshold_up; in thermal_events_ops_init()
46 int (*threshold_up)(int tz_id, int temp, int prev_temp, void *arg); member
Completed in 5 milliseconds