Home
last modified time | relevance | path

Searched refs:CHANNEL_T (Results 1 – 2 of 2) sorted by relevance

/linux-2.4.37.9/drivers/char/
Drocket_int.h375 } CHANNEL_T; typedef
377 typedef CHANNEL_T CHANNEL_t;
378 typedef CHANNEL_T * CHANPTR_T;
1085 CHANNEL_T *ChP,
1088 Byte_t sGetRxErrStatus(CHANNEL_T *ChP);
1089 void sStopRxProcessor(CHANNEL_T *ChP);
1090 void sStopSWInFlowCtl(CHANNEL_T *ChP);
1091 void sFlushRxFIFO(CHANNEL_T *ChP);
1092 void sFlushTxFIFO(CHANNEL_T *ChP);
1093 int sWriteTxPrioByte(CHANNEL_T *ChP, Byte_t Data);
[all …]
Drocket.c2735 CHANNEL_T *ChP, in sInitChan()
2886 void sStopRxProcessor(CHANNEL_T *ChP) in sStopRxProcessor()
2911 void sFlushRxFIFO(CHANNEL_T *ChP) in sFlushRxFIFO()
2954 void sFlushTxFIFO(CHANNEL_T *ChP) in sFlushTxFIFO()
2995 int sWriteTxPrioByte(CHANNEL_T *ChP, Byte_t Data) in sWriteTxPrioByte()
3059 void sEnInterrupts(CHANNEL_T *ChP,Word_t Flags) in sEnInterrupts()
3104 void sDisInterrupts(CHANNEL_T *ChP,Word_t Flags) in sDisInterrupts()