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

/drivers/usb/serial/
H A Dvisor.c577 struct usb_serial_port *swap_port; local
608 swap_port = kmalloc(sizeof(*swap_port), GFP_KERNEL);
609 if (!swap_port)
611 COPY_PORT(swap_port, serial->port[0]);
613 COPY_PORT(serial->port[1], swap_port);
614 kfree(swap_port);

Completed in 53 milliseconds