Searched refs:threshold_flush (Results 1 – 3 of 3) sorted by relevance
248 static int threshold_flush(int tz_id, __maybe_unused void *arg) in threshold_flush() function 287 .events.threshold_flush = threshold_flush,
109 return ops->threshold_flush(nla_get_u32(attrs[THERMAL_GENL_ATTR_TZ_ID]), arg); in handle_thermal_event() 143 enabled_ops[THERMAL_GENL_EVENT_THRESHOLD_FLUSH] = !!ops->threshold_flush; in thermal_events_ops_init()
45 int (*threshold_flush)(int tz_id, void *arg); member