Home
last modified time | relevance | path

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

/linux-4.4.14/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,
2712 static int sInitChan(CONTROLLER_T * CtlP, CHANNEL_T * ChP, int AiopNum, in sInitChan() argument
2723 if (ChanNum >= CtlP->AiopNumChan[AiopNum]) in sInitChan()
2728 ChP->ChanID = CtlP->AiopID[AiopNum]; in sInitChan()
2729 ChP->AiopNum = AiopNum; in sInitChan()
2733 AiopIO = CtlP->AiopIO[AiopNum]; in sInitChan()