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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/char/ip2/
H A Di2lib.h232 } i2ChanStr, *i2ChanStrPtr; typedef in typeref:struct:_i2ChanStr
330 static int i2InitChannels(i2eBordStrPtr, int, i2ChanStrPtr);
331 static int i2QueueCommands(int, i2ChanStrPtr, int, int, cmdSyntaxPtr,...);
332 static int i2GetStatus(i2ChanStrPtr, int);
333 static int i2Input(i2ChanStrPtr);
334 static int i2InputFlush(i2ChanStrPtr);
335 static int i2Output(i2ChanStrPtr, const char *, int);
336 static int i2OutputFree(i2ChanStrPtr);
338 static void i2DrainOutput(i2ChanStrPtr, int);
H A Di2lib.c68 i2Validate ( i2ChanStrPtr pCh )
147 i2InitChannels ( i2eBordStrPtr pB, int nChannels, i2ChanStrPtr pCh)
150 i2ChanStrPtr *ppCh;
178 for (index = stuffIndex = 0, ppCh = (i2ChanStrPtr *)(pB->i2Fbuf);
288 static i2ChanStrPtr
294 i2ChanStrPtr pCh = NULL;
367 i2QueueNeeds(i2eBordStrPtr pB, i2ChanStrPtr pCh, int type)
454 i2QueueCommands(int type, i2ChanStrPtr pCh, int timeout, int nCommands,
710 i2GetStatus(i2ChanStrPtr pCh, int resetBits)
751 i2Input(i2ChanStrPtr pC
[all...]
H A Dip2main.c197 static void set_params (i2ChanStrPtr, struct ktermios *);
198 static int get_serial_info(i2ChanStrPtr, struct serial_struct __user *);
199 static int set_serial_info(i2ChanStrPtr, struct serial_struct __user *);
226 static i2ChanStrPtr DevTable[IP2_MAX_PORTS];
842 i2ChanStrPtr pCh;
1303 i2ChanStrPtr pCh = container_of(work, i2ChanStr, tqueue_input);
1337 i2ChanStrPtr pCh = container_of(work, i2ChanStr, tqueue_status);
1420 open_sanity_check( i2ChanStrPtr pCh, i2eBordStrPtr pBrd )
1429 } else if (&((i2ChanStrPtr)pBrd->i2eChannelPtr)[pCh->port_index] != pCh) {
1455 i2ChanStrPtr pC
[all...]

Completed in 112 milliseconds