secondhalf       1196 drivers/usb/serial/io_edgeport.c 	int secondhalf;
secondhalf       1245 drivers/usb/serial/io_edgeport.c 	secondhalf = copySize-firsthalf;
secondhalf       1247 drivers/usb/serial/io_edgeport.c 	if (secondhalf) {
secondhalf       1248 drivers/usb/serial/io_edgeport.c 		dev_dbg(&port->dev, "%s - copy rest of data %d\n", __func__, secondhalf);
secondhalf       1249 drivers/usb/serial/io_edgeport.c 		memcpy(&fifo->fifo[fifo->head], &data[firsthalf], secondhalf);
secondhalf       1250 drivers/usb/serial/io_edgeport.c 		usb_serial_debug_data(&port->dev, __func__, secondhalf, &fifo->fifo[fifo->head]);
secondhalf       1252 drivers/usb/serial/io_edgeport.c 		fifo->count += secondhalf;
secondhalf       1253 drivers/usb/serial/io_edgeport.c 		fifo->head  += secondhalf;
secondhalf       1296 drivers/usb/serial/io_edgeport.c 	int		secondhalf;
secondhalf       1352 drivers/usb/serial/io_edgeport.c 	secondhalf = count-firsthalf;
secondhalf       1353 drivers/usb/serial/io_edgeport.c 	if (secondhalf) {
secondhalf       1355 drivers/usb/serial/io_edgeport.c 								secondhalf);
secondhalf       1356 drivers/usb/serial/io_edgeport.c 		fifo->tail  += secondhalf;
secondhalf       1357 drivers/usb/serial/io_edgeport.c 		fifo->count -= secondhalf;