Searched refs:swap_port (Results 1 - 1 of 1) sorted by relevance

/linux-4.1.27/drivers/usb/serial/
H A Dvisor.c536 struct usb_serial_port *swap_port; treo_attach() local
579 swap_port = kmalloc(sizeof(*swap_port), GFP_KERNEL); treo_attach()
580 if (!swap_port) treo_attach()
582 COPY_PORT(swap_port, serial->port[0]); treo_attach()
584 COPY_PORT(serial->port[1], swap_port); treo_attach()
585 kfree(swap_port); treo_attach()

Completed in 411 milliseconds