Searched refs:secondhalf (Results 1 – 1 of 1) sorted by relevance
1123 int secondhalf; in edge_write() local1172 secondhalf = copySize-firsthalf; in edge_write()1174 if (secondhalf) { in edge_write()1175 dev_dbg(&port->dev, "%s - copy rest of data %d\n", __func__, secondhalf); in edge_write()1176 memcpy(&fifo->fifo[fifo->head], &data[firsthalf], secondhalf); in edge_write()1177 usb_serial_debug_data(&port->dev, __func__, secondhalf, &fifo->fifo[fifo->head]); in edge_write()1179 fifo->count += secondhalf; in edge_write()1180 fifo->head += secondhalf; in edge_write()1223 int secondhalf; in send_more_port_data() local1279 secondhalf = count-firsthalf; in send_more_port_data()[all …]