Lines Matching defs:feature
196 struct acx_feature_config *feature;199 wl1251_debug(DEBUG_ACX, "acx feature cfg");201 feature = kzalloc(sizeof(*feature), GFP_KERNEL);202 if (!feature)206 feature->data_flow_options = data_flow_options;207 feature->options = 0;210 feature, sizeof(*feature));217 kfree(feature);