Searched refs:secondhalf (Results 1 – 1 of 1) sorted by relevance
1196 int secondhalf; in edge_write() local1245 secondhalf = copySize-firsthalf; in edge_write()1247 if (secondhalf) { in edge_write()1248 dev_dbg(&port->dev, "%s - copy rest of data %d\n", __func__, secondhalf); in edge_write()1249 memcpy(&fifo->fifo[fifo->head], &data[firsthalf], secondhalf); in edge_write()1250 usb_serial_debug_data(&port->dev, __func__, secondhalf, &fifo->fifo[fifo->head]); in edge_write()1252 fifo->count += secondhalf; in edge_write()1253 fifo->head += secondhalf; in edge_write()1296 int secondhalf; in send_more_port_data() local1352 secondhalf = count-firsthalf; in send_more_port_data()[all …]