Searched refs:uCount (Results 1 – 10 of 10) sorted by relevance
/hardware/ti/wlan/wl1271/utils/ |
D | queue.c | 54 TI_UINT32 uCount; /* Current number of nodes in queue */ member 183 if (pQue->uCount) in que_Destroy() 239 if(pQue->uCount < pQue->uLimit) in que_Enqueue() 254 pQue->uCount++; in que_Enqueue() 257 if (pQue->uCount > pQue->uMaxCount) in que_Enqueue() 259 pQue->uMaxCount = pQue->uCount; in que_Enqueue() 297 if (pQue->uCount) in que_Dequeue() 305 pQue->uCount--; in que_Dequeue() 342 if (pQue->uCount < pQue->uLimit) in que_Requeue() 356 pQue->uCount++; in que_Requeue() [all …]
|
/hardware/ti/wlan/wl1271/platforms/hw/linux/ |
D | SdioAdapter.c | 297 unsigned long uCount = 0; in sdioAdapt_ConnectBus() local 375 uCount++; in sdioAdapt_ConnectBus() 377 } while ((uByte != SDIO_BITS_CODE) && (uCount < MAX_RETRIES)); in sdioAdapt_ConnectBus() 379 uCount = 0; in sdioAdapt_ConnectBus() 394 uCount++; in sdioAdapt_ConnectBus() 396 } while ((uByte != 4) && (uCount < MAX_RETRIES)); in sdioAdapt_ConnectBus() 401 uCount = 0; in sdioAdapt_ConnectBus() 415 uCount++; in sdioAdapt_ConnectBus() 417 } while ((uByte != 3) && (uCount < MAX_RETRIES)); in sdioAdapt_ConnectBus() 422 uCount = 0; in sdioAdapt_ConnectBus() [all …]
|
/hardware/ti/omap3/dspbridge/libbridge/ |
D | DSPManager.c | 255 UINT uCount, OUT UINT *puIndex, UINT uTimeout) in DSPManager_WaitForEvents() argument 265 if (uCount) { in DSPManager_WaitForEvents() 270 tempStruct.ARGS_MGR_WAIT.uCount = uCount; in DSPManager_WaitForEvents()
|
/hardware/ti/omap3/dspbridge/libbridge/inc/ |
D | DSPManager.h | 159 aNotifications, UINT uCount,
|
D | sync.h | 339 hSyncEvents, IN UINT uCount,
|
D | wcdioctl.h | 104 UINT uCount; member
|
/hardware/ti/omap3/dspbridge/inc/ |
D | DSPManager.h | 159 aNotifications, UINT uCount,
|
D | sync.h | 339 hSyncEvents, IN UINT uCount,
|
D | wcdioctl.h | 104 UINT uCount; member
|
/hardware/ti/wlan/wl1271/TWD/FW_Transfer/ |
D | eventMbox.c | 67 TI_UINT32 uCount; member 742 …ITY_CONSOLE, " %d) Event Name = EVENT , Number of Event = %d\n", i, pEventMbox->CbTable[i].uCount); in eventMbox_Print()
|