Searched refs:threshold_down (Results 1 – 3 of 3) sorted by relevance
263 static int threshold_down(int tz_id, int temp, int prev_temp, __maybe_unused void *arg) in threshold_down() function289 .events.threshold_down = threshold_down,
117 return ops->threshold_down(nla_get_u32(attrs[THERMAL_GENL_ATTR_TZ_ID]), in handle_thermal_event()145 enabled_ops[THERMAL_GENL_EVENT_THRESHOLD_DOWN] = !!ops->threshold_down; in thermal_events_ops_init()
47 int (*threshold_down)(int tz_id, int temp, int prev_temp, void *arg); member
Completed in 5 milliseconds