Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/tty/
H A Drocket_int.h333 int AiopNum; member
467 int AiopNum; Number of AIOP on controller
582 int AiopNum; Number of AIOP on controller
721 Call: sGetAiopIntStatus(CtlP,AiopNum)
723 int AiopNum; AIOP number
733 Call: sGetAiopNumChan(CtlP,AiopNum)
735 int AiopNum; AIOP number
895 (ChP)->AiopNum = NULLAIOP; \
H A Drocket.c222 static int sInitChan(CONTROLLER_T * CtlP, CHANNEL_T * ChP, int AiopNum,
2679 Call: sInitChan(CtlP,ChP,AiopNum,ChanNum)
2682 int AiopNum; AIOP number within controller
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()

Completed in 6 milliseconds