tz_create
enabled_ops[THERMAL_GENL_EVENT_TZ_CREATE] = !!ops->tz_create;
return ops->tz_create(nla_get_string(attrs[THERMAL_GENL_ATTR_TZ_NAME]),
int (*tz_create)(const char *name, int tz_id, void *arg);
.events.tz_create = tz_create,