Searched refs:uEventMask (Results 1 – 14 of 14) sorted by relevance
/hardware/ti/wlan/wl1271/TWD/FW_Transfer/ |
D | FwEvent.c | 120 TI_UINT32 uEventMask; /* Static interrupt event mask */ member 243 pFwEvent->uEventMask = 0; in fwEvent_Init() 437 …pFwEvent->eSmState, eStatus, pFwEvent->bIntrPending, pFwEvent->uEventVector, pFwEvent->uEventMask); in fwEvent_StateMachine() 524 pFwEvent->uEventVector &= pFwEvent->uEventMask; in fwEvent_SmHandleEvents() 679 pFwEvent->uEventMask = ACX_INTR_CMD_COMPLETE | ACX_INTR_EVENT_A | ACX_INTR_EVENT_B; in fwEvent_SetInitMask() 680 pFwEvent->tMaskTxn.uData = ~pFwEvent->uEventMask; in fwEvent_SetInitMask() 703 pFwEvent->uEventMask = 0; in fwEvent_Stop() 728 pFwEvent->uEventMask = ALL_EVENTS_VECTOR; in fwEvent_EnableExternalEvents() 729 pFwEvent->tMaskTxn.uData = ~pFwEvent->uEventMask; in fwEvent_EnableExternalEvents() 781 WLAN_OS_REPORT(("uEventMask = 0x%x\n", pFwEvent->uEventMask)); in fwEvent_PrintStat()
|
/hardware/ti/omap3/dspbridge/libbridge/ |
D | DSPProcessor.c | 478 DBAPI DSPProcessor_RegisterNotify(DSP_HPROCESSOR hProcessor, UINT uEventMask, in DSPProcessor_RegisterNotify() argument 489 if (IsValidProcEvent(uEventMask)) { in DSPProcessor_RegisterNotify() 494 .uEventMask = uEventMask; in DSPProcessor_RegisterNotify()
|
D | DSPNode.c | 806 DSPNode_RegisterNotify(DSP_HNODE hNode, UINT uEventMask, in DSPNode_RegisterNotify() argument 816 if (IsValidNodeEvent(uEventMask)) { in DSPNode_RegisterNotify() 822 tempStruct.ARGS_NODE_REGISTERNOTIFY.uEventMask = in DSPNode_RegisterNotify() 823 uEventMask; in DSPNode_RegisterNotify()
|
D | DSPStrm.c | 700 DSPStream_RegisterNotify(DSP_HSTREAM hStream, UINT uEventMask, in DSPStream_RegisterNotify() argument 710 if (IsValidStrmEvent(uEventMask)) { in DSPStream_RegisterNotify() 716 tempStruct.ARGS_STRM_REGISTERNOTIFY.uEventMask = in DSPStream_RegisterNotify() 717 uEventMask; in DSPStream_RegisterNotify()
|
/hardware/ti/omap3/dspbridge/inc/ |
D | wcdioctl.h | 166 UINT uEventMask; member 288 UINT uEventMask; member 369 UINT uEventMask; member
|
D | DSPProcessor.h | 287 UINT uEventMask,
|
D | DSPStream.h | 279 UINT uEventMask, UINT uNotifyType,
|
D | DSPNode.h | 379 extern DBAPI DSPNode_RegisterNotify(DSP_HNODE hNode, UINT uEventMask,
|
/hardware/ti/omap3/dspbridge/libbridge/inc/ |
D | wcdioctl.h | 166 UINT uEventMask; member 288 UINT uEventMask; member 369 UINT uEventMask; member
|
D | DSPProcessor.h | 287 UINT uEventMask,
|
D | DSPStream.h | 281 UINT uEventMask, UINT uNotifyType,
|
D | DSPNode.h | 379 extern DBAPI DSPNode_RegisterNotify(DSP_HNODE hNode, UINT uEventMask,
|
/hardware/ti/wlan/wl1271/TWD/Ctrl/ |
D | CmdBldCfg.c | 896 TI_STATUS cmdBld_CfgEventMask (TI_HANDLE hCmdBld, TI_UINT32 uEventMask, void *fCb, TI_HANDLE hCb) in cmdBld_CfgEventMask() argument 898 return cmdBld_CfgIeEventMask (hCmdBld, uEventMask, fCb, hCb); in cmdBld_CfgEventMask()
|
D | CmdBld.h | 106 TI_STATUS cmdBld_CfgEventMask (TI_HANDLE hCmdBld, TI_UINT32 uEventMask, void *fCb, TI_HAN…
|