Searched refs:secondhalf (Results 1 - 3 of 3) sorted by relevance

/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/isdn/icn/
H A Dicn.c250 int mch = channel + ((card->secondhalf) ? 2 : 0);
301 int mch = channel + ((card->secondhalf) ? 2 : 0);
607 int mch = card->secondhalf ? 2 : 0;
921 if (card->secondhalf) {
976 if ((card->secondhalf) || (!card->doubleS0)) {
979 card->secondhalf);
1026 int mch = card->secondhalf ? 2 : 0;
1587 card->secondhalf = 0;
1590 card2->secondhalf = 1;
1666 if (card->secondhalf || (!car
[all...]
H A Dicn.h146 int secondhalf; /* Flag: Second half of a doubleS0 */ member in struct:icn_card
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/usb/serial/
H A Dio_edgeport.c1098 int secondhalf; local
1146 secondhalf = copySize-firsthalf;
1148 if (secondhalf) {
1149 dbg("%s - copy rest of data %d", __FUNCTION__, secondhalf);
1150 memcpy(&fifo->fifo[fifo->head], &data[firsthalf], secondhalf);
1151 usb_serial_debug_data(debug, &port->dev, __FUNCTION__, secondhalf, &fifo->fifo[fifo->head]);
1153 fifo->count += secondhalf;
1154 fifo->head += secondhalf;
1191 int secondhalf; local
1248 secondhalf
[all...]

Completed in 97 milliseconds