Searched refs:aHand1401 (Results 1 – 1 of 1) sorted by relevance
/drivers/staging/ced1401/userspace/ |
D | use1401.c | 250 static HANDLE aHand1401[MAX1401] = {0}; // handles for 1401s variable 265 static int aHand1401[MAX1401] = {0}; // handles for 1401s variable 302 if (aHand1401[h] <= 0) // must be open in CheckHandle() 321 if (DeviceIoControl(aHand1401[sHand], lCode, NULL, 0, pBlk,sizeof(TCSBLOCK),&dwBytes,NULL)) in U14Status1401() 331 … if (DeviceIoControl(aHand1401[sHand], lCode, NULL, 0, &rWork,sizeof(PARAMBLK),&dwBytes,NULL) && in U14Status1401() 356 … if (DeviceIoControl(aHand1401[sHand], lCode, NULL, 0, pBlk, sizeof(TCSBLOCK), &dwBytes, NULL)) in U14Control1401() 366 …if (DeviceIoControl(aHand1401[sHand], lCode, pBlk, sizeof(TCSBLOCK), &rWork, sizeof(PARAMBLK), &dw… in U14Control1401() 606 return (sErr == U14ERR_NOERROR) ? CED_GetOutBufSpace(aHand1401[hand]) : sErr; in U14OutBufSpace() 626 return (sErr == U14ERR_NOERROR) ? CED_GetBaseAddress(aHand1401[hand]) : sErr; in U14BaseAddr1401() 650 sErr = (short)CED_StateOf1401(aHand1401[hand]); in U14StateOf1401() [all …]
|