Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/tty/
Drocket_int.h333 int AiopNum; member
895 (ChP)->AiopNum = NULLAIOP; \
Drocket.c222 static int sInitChan(CONTROLLER_T * CtlP, CHANNEL_T * ChP, int AiopNum,
2684 static int sInitChan(CONTROLLER_T * CtlP, CHANNEL_T * ChP, int AiopNum, in sInitChan() argument
2695 if (ChanNum >= CtlP->AiopNumChan[AiopNum]) in sInitChan()
2700 ChP->ChanID = CtlP->AiopID[AiopNum]; in sInitChan()
2701 ChP->AiopNum = AiopNum; in sInitChan()
2705 AiopIO = CtlP->AiopIO[AiopNum]; in sInitChan()