Searched defs:secondhalf (Results 1 - 2 of 2) sorted by last modified time

/drivers/usb/serial/
H A Dio_edgeport.c1105 int secondhalf; local
1154 secondhalf = copySize-firsthalf;
1156 if (secondhalf) {
1157 dev_dbg(&port->dev, "%s - copy rest of data %d\n", __func__, secondhalf);
1158 memcpy(&fifo->fifo[fifo->head], &data[firsthalf], secondhalf);
1159 usb_serial_debug_data(&port->dev, __func__, secondhalf, &fifo->fifo[fifo->head]);
1161 fifo->count += secondhalf;
1162 fifo->head += secondhalf;
1205 int secondhalf; local
1261 secondhalf
[all...]
/drivers/isdn/icn/
H A Dicn.h146 int secondhalf; /* Flag: Second half of a doubleS0 */ member in struct:icn_card

Completed in 65 milliseconds