Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/tty/
Drocket_int.h332 int AiopNum; member
894 (ChP)->AiopNum = NULLAIOP; \
Drocket.c235 static int sInitChan(CONTROLLER_T * CtlP, CHANNEL_T * ChP, int AiopNum,
2725 static int sInitChan(CONTROLLER_T * CtlP, CHANNEL_T * ChP, int AiopNum, in sInitChan() argument
2736 if (ChanNum >= CtlP->AiopNumChan[AiopNum]) in sInitChan()
2741 ChP->ChanID = CtlP->AiopID[AiopNum]; in sInitChan()
2742 ChP->AiopNum = AiopNum; in sInitChan()
2746 AiopIO = CtlP->AiopIO[AiopNum]; in sInitChan()