Home
last modified time | relevance | path

Searched refs:new_setup (Results 1 – 1 of 1) sorted by relevance

/linux/drivers/usb/serial/
H A Doti6858.c194 struct oti6858_control_pkt *new_setup; in setup_line()
198 new_setup = kmalloc(OTI6858_CTRL_PKT_SIZE, GFP_KERNEL); in setup_line()
199 if (!new_setup) { in setup_line()
211 new_setup, OTI6858_CTRL_PKT_SIZE, in setup_line()
216 kfree(new_setup); in setup_line()
224 if (!OTI6858_CTRL_EQUALS_PENDING(new_setup, priv)) { in setup_line()
225 new_setup->divisor = priv->pending_setup.divisor; in setup_line()
226 new_setup->control = priv->pending_setup.control; in setup_line()
227 new_setup->frame_fmt = priv->pending_setup.frame_fmt; in setup_line()
235 new_setup, OTI6858_CTRL_PKT_SIZ in setup_line()
197 struct oti6858_control_pkt *new_setup; setup_line() local
[all...]