Home
last modified time | relevance | path

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

/Linux-v4.19/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,
2678 static int sInitChan(CONTROLLER_T * CtlP, CHANNEL_T * ChP, int AiopNum, in sInitChan() argument
2689 if (ChanNum >= CtlP->AiopNumChan[AiopNum]) in sInitChan()
2694 ChP->ChanID = CtlP->AiopID[AiopNum]; in sInitChan()
2695 ChP->AiopNum = AiopNum; in sInitChan()
2699 AiopIO = CtlP->AiopIO[AiopNum]; in sInitChan()