Lines Matching defs:secondhalf
1120 int secondhalf;
1169 secondhalf = copySize-firsthalf;
1171 if (secondhalf) {
1172 dev_dbg(&port->dev, "%s - copy rest of data %d\n", __func__, secondhalf);
1173 memcpy(&fifo->fifo[fifo->head], &data[firsthalf], secondhalf);
1174 usb_serial_debug_data(&port->dev, __func__, secondhalf, &fifo->fifo[fifo->head]);
1176 fifo->count += secondhalf;
1177 fifo->head += secondhalf;
1220 int secondhalf;
1276 secondhalf = count-firsthalf;
1277 if (secondhalf) {
1279 secondhalf);
1280 fifo->tail += secondhalf;
1281 fifo->count -= secondhalf;