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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/usb/serial/
H A Dvisor.c565 struct usb_serial_port *swap_port; local
596 swap_port = kmalloc(sizeof(*swap_port), GFP_KERNEL);
597 if (!swap_port)
599 COPY_PORT(swap_port, serial->port[0]);
601 COPY_PORT(serial->port[1], swap_port);
602 kfree(swap_port);

Completed in 75 milliseconds