Searched refs:new_setup (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/drivers/usb/serial/ |
H A D | oti6858.c | 197 struct oti6858_control_pkt *new_setup; in setup_line() local 201 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_SIZ in setup_line() [all...] |
/kernel/linux/linux-6.6/drivers/usb/serial/ |
H A D | oti6858.c | 198 struct oti6858_control_pkt *new_setup; in setup_line() local 202 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_SIZ in setup_line() [all...] |
Completed in 2 milliseconds