Home
last modified time | relevance | path

Searched refs:MAX_TRANSAREAS (Results 1 – 6 of 6) sorted by relevance

/drivers/staging/ced1401/
Dced_ioc.c604 if ((nArea < 0) || (nArea >= MAX_TRANSAREAS)) { in ClearArea()
809 if (te.wAreaNum >= MAX_TRANSAREAS) // the area must exist in SetEvent()
839 if ((unsigned)nArea >= MAX_TRANSAREAS) in WaitEvent()
886 if ((unsigned)nArea >= MAX_TRANSAREAS) in TestEvent()
911 if (dwIdent >= MAX_TRANSAREAS) in GetTransfer()
1384 if (nArea < MAX_TRANSAREAS) // The area number must be OK in GetCircBlock()
1438 if (nArea < MAX_TRANSAREAS) // The area number must be OK in FreeCircBlock()
Dusb1401.h161 TRANSAREA rTransDef[MAX_TRANSAREAS];/* transfer area info */
Duse14_ioc.h9 #define MAX_TRANSAREAS 8 /* The number of transfer areas supported by driver */ macro
Dusb1401.c446 if (nArea < MAX_TRANSAREAS) { in CopyUserSpace()
1004 if ((wIdent >= MAX_TRANSAREAS) || // Illegal area number, or... in ReadDMAInfo()
1397 for (i = 0; i < MAX_TRANSAREAS; ++i) // Initialise the wait queues in ced_probe()
1519 for (i = 0; i < MAX_TRANSAREAS; ++i) { in ced_disconnect()
Dced_ioctl.h50 #define MAX_TRANSAREAS 8 /* definitions for dma set up */ macro
/drivers/staging/ced1401/userspace/
Duse1401.c252 static LPVOID apAreas[MAX1401][MAX_TRANSAREAS]; // Locked areas
253 static DWORD auAreas[MAX1401][MAX_TRANSAREAS]; // Size of locked areas
1443 for (j = 0; j<MAX_TRANSAREAS; ++j) in U14Close1401()
1455 for (j = 0; j < MAX_TRANSAREAS; ++j) // Locate locked areas in U14Close1401()
2238 if (wArea >= MAX_TRANSAREAS) // Is this a valid area number in U14SetTransArea()
2356 if (wArea >= MAX_TRANSAREAS) // Check a valid area... in U14SetTransferEvent()
2402 if (wArea >= MAX_TRANSAREAS) // Is this a valid area number in U14SetTransferEvent()
2481 if (wArea >= MAX_TRANSAREAS) /* Is this a valid area number */ in U14SetCircular()
2551 if (wArea >= MAX_TRANSAREAS) // Is this a valid area number? in U14GetCircBlk()
2601 if (wArea < MAX_TRANSAREAS) // Is this a valid area number in U14FreeCircBlk()
[all …]