Searched refs:threshold_delete (Results 1 – 3 of 3) sorted by relevance
241 static int threshold_delete(int tz_id, int temp, int direction, __maybe_unused void *arg) in threshold_delete() function286 .events.threshold_delete = threshold_delete,
104 return ops->threshold_delete(nla_get_u32(attrs[THERMAL_GENL_ATTR_TZ_ID]), in handle_thermal_event()142 enabled_ops[THERMAL_GENL_EVENT_THRESHOLD_DELETE] = !!ops->threshold_delete; in thermal_events_ops_init()
44 int (*threshold_delete)(int tz_id, int temperature, int direction, void *arg); member
Completed in 7 milliseconds