Searched refs:stopc (Results 1 - 4 of 4) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/char/
H A Ddigi1.h32 #define DIGI_GETFLOW (('e'<<8) | 99) /* Get startc/stopc flow */
34 #define DIGI_SETFLOW (('e'<<8) | 100) /* Set startc/stopc flow */
36 #define DIGI_GETAFLOW (('e'<<8) | 101) /* Get Aux. startc/stopc */
38 #define DIGI_SETAFLOW (('e'<<8) | 102) /* Set Aux. startc/stopc */
48 unsigned char stopc; /* flow cntl stop char */ member in struct:digiflow_struct
H A DdigiFep1.h88 u8 stopc; member in struct:board_chan
H A Depca.h103 unsigned char stopc; member in struct:channel
H A Depca.c1388 ch->stopc = readb(&bc->stopc);
1822 if (ch->startc != ch->fepstartc || ch->stopc != ch->fepstopc) {
1824 ch->fepstopc = ch->stopc;
2065 unsigned char startc, stopc; local
2151 dflow.stopc = readb(&bc->stopc);
2154 dflow.stopc = readb(&bc->stopca);
2167 stopc = ch->stopc;
[all...]

Completed in 122 milliseconds