Searched refs:firsthalf (Results 1 – 1 of 1) sorted by relevance
1122 int firsthalf; in edge_write() local1156 firsthalf = min(bytesleft, copySize); in edge_write()1158 firsthalf, bytesleft); in edge_write()1161 memcpy(&fifo->fifo[fifo->head], data, firsthalf); in edge_write()1162 usb_serial_debug_data(&port->dev, __func__, firsthalf, &fifo->fifo[fifo->head]); in edge_write()1165 fifo->head += firsthalf; in edge_write()1166 fifo->count += firsthalf; in edge_write()1172 secondhalf = copySize-firsthalf; in edge_write()1176 memcpy(&fifo->fifo[fifo->head], &data[firsthalf], secondhalf); in edge_write()1222 int firsthalf; in send_more_port_data() local[all …]