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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/usb/serial/
H A Dvisor.c845 struct usb_serial_port *swap_port; local
871 swap_port = kmalloc(sizeof(*swap_port), GFP_KERNEL);
872 if (!swap_port)
874 COPY_PORT(swap_port, serial->port[0]);
876 COPY_PORT(serial->port[1], swap_port);
877 kfree(swap_port);

Completed in 40 milliseconds