Searched refs:new_setup (Results 1 – 1 of 1) sorted by relevance
198 struct oti6858_control_pkt *new_setup; in setup_line() local202 new_setup = kmalloc(OTI6858_CTRL_PKT_SIZE, GFP_KERNEL); in setup_line()203 if (!new_setup) { in setup_line()215 new_setup, OTI6858_CTRL_PKT_SIZE, in setup_line()220 kfree(new_setup); in setup_line()228 if (!OTI6858_CTRL_EQUALS_PENDING(new_setup, priv)) { in setup_line()229 new_setup->divisor = priv->pending_setup.divisor; in setup_line()230 new_setup->control = priv->pending_setup.control; in setup_line()231 new_setup->frame_fmt = priv->pending_setup.frame_fmt; in setup_line()239 new_setup, OTI6858_CTRL_PKT_SIZE, in setup_line()[all …]