Home
last modified time | relevance | path

Searched refs:uCount (Results 1 – 10 of 10) sorted by relevance

/hardware/ti/wlan/wl1271/utils/
Dqueue.c54 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/
DSdioAdapter.c297 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/
DDSPManager.c255 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/
DDSPManager.h159 aNotifications, UINT uCount,
Dsync.h339 hSyncEvents, IN UINT uCount,
Dwcdioctl.h104 UINT uCount; member
/hardware/ti/omap3/dspbridge/inc/
DDSPManager.h159 aNotifications, UINT uCount,
Dsync.h339 hSyncEvents, IN UINT uCount,
Dwcdioctl.h104 UINT uCount; member
/hardware/ti/wlan/wl1271/TWD/FW_Transfer/
DeventMbox.c67 TI_UINT32 uCount; member
742 …ITY_CONSOLE, " %d) Event Name = EVENT , Number of Event = %d\n", i, pEventMbox->CbTable[i].uCount); in eventMbox_Print()