Searched refs:wArea (Results 1 – 3 of 3) sorted by relevance
/drivers/staging/ced1401/userspace/ |
D | use1401.c | 2203 U14API(short) U14UnSetTransfer(short hand, WORD wArea) in U14UnSetTransfer() argument 2210 csBlock.ints[0] = (short)wArea; /* Area number into control block */ in U14UnSetTransfer() 2213 VirtualUnlock(apAreas[hand][wArea], auAreas[hand][wArea]);/* Unlock */ in U14UnSetTransfer() 2214 apAreas[hand][wArea] = NULL; /* Clear locations */ in U14UnSetTransfer() 2215 auAreas[hand][wArea] = 0; in U14UnSetTransfer() 2220 return (sErr == U14ERR_NOERROR) ? CED_UnsetTransfer(aHand1401[hand], wArea) : sErr; in U14UnSetTransfer() 2231 U14API(short) U14SetTransArea(short hand, WORD wArea, void *pvBuff, in U14SetTransArea() argument 2238 if (wArea >= MAX_TRANSAREAS) // Is this a valid area number in U14SetTransArea() 2242 assert(apAreas[hand][wArea] == NULL); in U14SetTransArea() 2243 assert(auAreas[hand][wArea] == 0); in U14SetTransArea() [all …]
|
/drivers/staging/ced1401/ |
D | use1401.h | 227 U14API(short) U14SetTransArea(short hand, WORD wArea, void *pvBuff, 229 U14API(short) U14UnSetTransfer(short hand, WORD wArea); 230 U14API(short) U14SetTransferEvent(short hand, WORD wArea, BOOL bEvent, 232 U14API(int) U14TestTransferEvent(short hand, WORD wArea); 233 U14API(int) U14WaitTransferEvent(short hand, WORD wArea, int msTimeOut); 241 U14API(short) U14SetCircular(short hand, WORD wArea, BOOL bToHost, void *pvBuff, 244 U14API(int) U14GetCircBlk(short hand, WORD wArea, DWORD *pdwOffs); 245 U14API(int) U14FreeCircBlk(short hand, WORD wArea, DWORD dwOffs, DWORD dwSize,
|
D | use14_ioc.h | 282 WORD wArea; /* number of transfer area to set up */ member 293 WORD wArea; /* number of transfer area to set up */ member
|