Searched defs:uEventMask (Results 1 - 7 of 7) sorted by relevance

/hardware/ti/omap3/dspbridge/libbridge/
H A DDSPNode.c806 DSPNode_RegisterNotify(DSP_HNODE hNode, UINT uEventMask, argument
816 if (IsValidNodeEvent(uEventMask)) {
822 tempStruct.ARGS_NODE_REGISTERNOTIFY.uEventMask =
823 uEventMask;
H A DDSPProcessor.c478 DBAPI DSPProcessor_RegisterNotify(DSP_HPROCESSOR hProcessor, UINT uEventMask, argument
489 if (IsValidProcEvent(uEventMask)) {
494 .uEventMask = uEventMask;
H A DDSPStrm.c700 DSPStream_RegisterNotify(DSP_HSTREAM hStream, UINT uEventMask, argument
710 if (IsValidStrmEvent(uEventMask)) {
716 tempStruct.ARGS_STRM_REGISTERNOTIFY.uEventMask =
717 uEventMask;
/hardware/ti/wlan/wl1271/TWD/FW_Transfer/
H A DFwEvent.c120 TI_UINT32 uEventMask; /* Static interrupt event mask */ member in struct:__anon2326
243 pFwEvent->uEventMask = 0;
437 TRACE5(pFwEvent->hReport, REPORT_SEVERITY_ERROR, "fwEvent_StateMachine: NewState=%d, Status=%d, IntrPending=%d, EventVector=0x%x, EventMask=0x%x\n", pFwEvent->eSmState, eStatus, pFwEvent->bIntrPending, pFwEvent->uEventVector, pFwEvent->uEventMask);
524 pFwEvent->uEventVector &= pFwEvent->uEventMask;
679 pFwEvent->uEventMask = ACX_INTR_CMD_COMPLETE | ACX_INTR_EVENT_A | ACX_INTR_EVENT_B;
680 pFwEvent->tMaskTxn.uData = ~pFwEvent->uEventMask;
703 pFwEvent->uEventMask = 0;
728 pFwEvent->uEventMask = ALL_EVENTS_VECTOR;
729 pFwEvent->tMaskTxn.uData = ~pFwEvent->uEventMask;
781 WLAN_OS_REPORT(("uEventMask
[all...]
/hardware/ti/wlan/wl1271/TWD/Ctrl/
H A DCmdBldCfg.c896 TI_STATUS cmdBld_CfgEventMask (TI_HANDLE hCmdBld, TI_UINT32 uEventMask, void *fCb, TI_HANDLE hCb) argument
898 return cmdBld_CfgIeEventMask (hCmdBld, uEventMask, fCb, hCb);
/hardware/ti/omap3/dspbridge/inc/
H A Dwcdioctl.h166 UINT uEventMask; member in struct:__anon1872::__anon1886
288 UINT uEventMask; member in struct:__anon1872::__anon1906
369 UINT uEventMask; member in struct:__anon1872::__anon1919
/hardware/ti/omap3/dspbridge/libbridge/inc/
H A Dwcdioctl.h166 UINT uEventMask; member in struct:__anon1949::__anon1963
288 UINT uEventMask; member in struct:__anon1949::__anon1983
369 UINT uEventMask; member in struct:__anon1949::__anon1996

Completed in 273 milliseconds