Lines Matching defs:new_setup
197 struct oti6858_control_pkt *new_setup;
201 new_setup = kmalloc(OTI6858_CTRL_PKT_SIZE, GFP_KERNEL);
202 if (!new_setup) {
214 new_setup, OTI6858_CTRL_PKT_SIZE,
219 kfree(new_setup);
227 if (!OTI6858_CTRL_EQUALS_PENDING(new_setup, priv)) {
228 new_setup->divisor = priv->pending_setup.divisor;
229 new_setup->control = priv->pending_setup.control;
230 new_setup->frame_fmt = priv->pending_setup.frame_fmt;
238 new_setup, OTI6858_CTRL_PKT_SIZE,
244 kfree(new_setup);