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

/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/usb/serial/
H A Dio_edgeport.c1097 int firsthalf; local
1130 firsthalf = min (bytesleft, copySize);
1131 dbg("%s - copy %d bytes of %d into fifo ", __FUNCTION__, firsthalf, bytesleft);
1134 memcpy(&fifo->fifo[fifo->head], data, firsthalf);
1135 usb_serial_debug_data(debug, &port->dev, __FUNCTION__, firsthalf, &fifo->fifo[fifo->head]);
1138 fifo->head += firsthalf;
1139 fifo->count += firsthalf;
1146 secondhalf = copySize-firsthalf;
1150 memcpy(&fifo->fifo[fifo->head], &data[firsthalf], secondhalf);
1190 int firsthalf; local
[all...]

Completed in 40 milliseconds