Home
last modified time | relevance | path

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

/linux-4.4.14/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.c1127 static int sGetChanRI(CHANNEL_T * ChP) in sGetChanRI()
2712 static int sInitChan(CONTROLLER_T * CtlP, CHANNEL_T * ChP, int AiopNum, in sInitChan()
2860 static void sStopRxProcessor(CHANNEL_T * ChP) in sStopRxProcessor()
2885 static void sFlushRxFIFO(CHANNEL_T * ChP) in sFlushRxFIFO()
2927 static void sFlushTxFIFO(CHANNEL_T * ChP) in sFlushTxFIFO()
2967 static int sWriteTxPrioByte(CHANNEL_T * ChP, Byte_t Data) in sWriteTxPrioByte()
3029 static void sEnInterrupts(CHANNEL_T * ChP, Word_t Flags) in sEnInterrupts()
3073 static void sDisInterrupts(CHANNEL_T * ChP, Word_t Flags) in sDisInterrupts()
3089 static void sSetInterfaceMode(CHANNEL_T * ChP, Byte_t mode) in sSetInterfaceMode()