Searched refs:new_setup (Results 1 – 1 of 1) sorted by relevance
197 struct oti6858_control_pkt *new_setup; in setup_line() local201 new_setup = kmalloc(OTI6858_CTRL_PKT_SIZE, GFP_KERNEL); in setup_line()202 if (!new_setup) { in setup_line()214 new_setup, OTI6858_CTRL_PKT_SIZE, in setup_line()219 kfree(new_setup); in setup_line()227 if (!OTI6858_CTRL_EQUALS_PENDING(new_setup, priv)) { in setup_line()228 new_setup->divisor = priv->pending_setup.divisor; in setup_line()229 new_setup->control = priv->pending_setup.control; in setup_line()230 new_setup->frame_fmt = priv->pending_setup.frame_fmt; in setup_line()238 new_setup, OTI6858_CTRL_PKT_SIZE, in setup_line()[all …]