Searched refs:firsthalf (Results 1 – 1 of 1) sorted by relevance
1195 int firsthalf; in edge_write() local1229 firsthalf = min(bytesleft, copySize); in edge_write()1231 firsthalf, bytesleft); in edge_write()1234 memcpy(&fifo->fifo[fifo->head], data, firsthalf); in edge_write()1235 usb_serial_debug_data(&port->dev, __func__, firsthalf, &fifo->fifo[fifo->head]); in edge_write()1238 fifo->head += firsthalf; in edge_write()1239 fifo->count += firsthalf; in edge_write()1245 secondhalf = copySize-firsthalf; in edge_write()1249 memcpy(&fifo->fifo[fifo->head], &data[firsthalf], secondhalf); in edge_write()1295 int firsthalf; in send_more_port_data() local[all …]