threshold_flush
return ops->threshold_flush(nla_get_u32(attrs[THERMAL_GENL_ATTR_TZ_ID]), arg);
enabled_ops[THERMAL_GENL_EVENT_THRESHOLD_FLUSH] = !!ops->threshold_flush;
int (*threshold_flush)(int tz_id, void *arg);
.events.threshold_flush = threshold_flush,