Searched refs:threshold_add (Results 1 – 3 of 3) sorted by relevance
234 static int threshold_add(int tz_id, int temp, int direction, __maybe_unused void *arg) in threshold_add() function285 .events.threshold_add = threshold_add,
99 return ops->threshold_add(nla_get_u32(attrs[THERMAL_GENL_ATTR_TZ_ID]), in handle_thermal_event()141 enabled_ops[THERMAL_GENL_EVENT_THRESHOLD_ADD] = !!ops->threshold_add; in thermal_events_ops_init()
43 int (*threshold_add)(int tz_id, int temperature, int direction, void *arg); member
Completed in 6 milliseconds