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

/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/char/
H A Drocket_int.h347 int AiopNum; member in struct:__anon4300
481 int AiopNum; Number of AIOP on controller
596 int AiopNum; Number of AIOP on controller
735 Call: sGetAiopIntStatus(CtlP,AiopNum)
737 int AiopNum; AIOP number
747 Call: sGetAiopNumChan(CtlP,AiopNum)
749 int AiopNum; AIOP number
902 (ChP)->AiopNum = NULLAIOP; \
H A Drocket.c236 static int sInitChan(CONTROLLER_T * CtlP, CHANNEL_T * ChP, int AiopNum,
2806 Call: sInitChan(CtlP,ChP,AiopNum,ChanNum)
2809 int AiopNum; AIOP number within controller
2818 static int sInitChan(CONTROLLER_T * CtlP, CHANNEL_T * ChP, int AiopNum, argument
2829 if (ChanNum >= CtlP->AiopNumChan[AiopNum])
2834 ChP->ChanID = CtlP->AiopID[AiopNum];
2835 ChP->AiopNum = AiopNum;
2839 AiopIO = CtlP->AiopIO[AiopNum];

Completed in 103 milliseconds