Searched refs:secondhalf (Results 1 – 1 of 1) sorted by relevance
1120 int secondhalf; in edge_write() local1169 secondhalf = copySize-firsthalf; in edge_write()1171 if (secondhalf) { in edge_write()1172 dev_dbg(&port->dev, "%s - copy rest of data %d\n", __func__, secondhalf); in edge_write()1173 memcpy(&fifo->fifo[fifo->head], &data[firsthalf], secondhalf); in edge_write()1174 usb_serial_debug_data(&port->dev, __func__, secondhalf, &fifo->fifo[fifo->head]); in edge_write()1176 fifo->count += secondhalf; in edge_write()1177 fifo->head += secondhalf; in edge_write()1220 int secondhalf; in send_more_port_data() local1276 secondhalf = count-firsthalf; in send_more_port_data()[all …]