Home
last modified time | relevance | path

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

/Linux-v5.10/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,
2691 static int sInitChan(CONTROLLER_T * CtlP, CHANNEL_T * ChP, int AiopNum, in sInitChan() argument
2702 if (ChanNum >= CtlP->AiopNumChan[AiopNum]) in sInitChan()
2707 ChP->ChanID = CtlP->AiopID[AiopNum]; in sInitChan()
2708 ChP->AiopNum = AiopNum; in sInitChan()
2712 AiopIO = CtlP->AiopIO[AiopNum]; in sInitChan()