Home
last modified time | relevance | path

Searched defs:ChP (Results 1 – 2 of 2) sorted by relevance

/linux-3.3/drivers/tty/
Drocket_int.h381 #define sClrBreak(ChP) \ argument
393 #define sClrDTR(ChP) \ argument
405 #define sClrRTS(ChP) \ argument
418 #define sClrTxXOFF(ChP) \ argument
480 #define sDisCTSFlowCtl(ChP) \ argument
492 #define sDisIXANY(ChP) \ argument
506 #define sDisParity(ChP) \ argument
518 #define sDisRTSToggle(ChP) \ argument
531 #define sDisRxFIFO(ChP) \ argument
546 #define sDisRxStatusMode(ChP) sOutW((ChP)->ChanStat,0) argument
[all …]
Drocket.c1149 static int sGetChanRI(CHANNEL_T * ChP) in sGetChanRI()
2697 static int sInitChan(CONTROLLER_T * CtlP, CHANNEL_T * ChP, int AiopNum, in sInitChan()
2845 static void sStopRxProcessor(CHANNEL_T * ChP) in sStopRxProcessor()
2870 static void sFlushRxFIFO(CHANNEL_T * ChP) in sFlushRxFIFO()
2912 static void sFlushTxFIFO(CHANNEL_T * ChP) in sFlushTxFIFO()
2952 static int sWriteTxPrioByte(CHANNEL_T * ChP, Byte_t Data) in sWriteTxPrioByte()
3014 static void sEnInterrupts(CHANNEL_T * ChP, Word_t Flags) in sEnInterrupts()
3058 static void sDisInterrupts(CHANNEL_T * ChP, Word_t Flags) in sDisInterrupts()
3074 static void sSetInterfaceMode(CHANNEL_T * ChP, Byte_t mode) in sSetInterfaceMode()