Searched refs:firsthalf (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/drivers/usb/serial/ |
H A D | io_edgeport.c | 1195 int firsthalf; in edge_write() local 1229 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...] |
/kernel/linux/linux-6.6/drivers/usb/serial/ |
H A D | io_edgeport.c | 1119 int firsthalf; in edge_write() local 1153 firsthalf = min(bytesleft, copySize); in edge_write() 1155 firsthalf, bytesleft); in edge_write() 1158 memcpy(&fifo->fifo[fifo->head], data, firsthalf); in edge_write() 1159 usb_serial_debug_data(&port->dev, __func__, firsthalf, &fifo->fifo[fifo->head]); in edge_write() 1162 fifo->head += firsthalf; in edge_write() 1163 fifo->count += firsthalf; in edge_write() 1169 secondhalf = copySize-firsthalf; in edge_write() 1173 memcpy(&fifo->fifo[fifo->head], &data[firsthalf], secondhalf); in edge_write() 1219 int firsthalf; in send_more_port_data() local [all...] |
Completed in 5 milliseconds