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