HomeSort by relevance Sort by last modified time
    Searched refs:uEventMask (Results 1 - 19 of 19) sorted by null

  /system/wlan/ti/sta_dk_4_0_4_32/common/src/TNETW_Driver/FW_Transfer/inc/
FwEvent_api.h 60 void FwEvent_Enable(TI_HANDLE hFwEvent, UINT32 uEventMask);
61 void FwEvent_Disable(TI_HANDLE hFwEvent, UINT32 uEventMask);
  /system/wlan/ti/wilink_6_1/TWD/FW_Transfer/
FwEvent.c 111 TI_UINT32 uEventMask; /* Static interrupt event mask */
234 pFwEvent->uEventMask = 0;
326 pFwEvent->tFwStatusTxn.tFwStatus.intrStatus &= pFwEvent->uEventMask;
455 pFwEvent->uEventVector &= pFwEvent->uEventMask;
473 pFwEvent->tUnMaskTxn.uData = ~pFwEvent->uEventMask;
519 pFwEvent->uEventMask = ACX_INTR_CMD_COMPLETE | ACX_INTR_EVENT_A | ACX_INTR_EVENT_B;
521 return pFwEvent->uEventMask;
540 pFwEvent->uEventMask = 0;
567 pFwEvent->uEventMask = ALL_EVENTS_VECTOR;
628 WLAN_OS_REPORT(("intrMask = 0x%08x\n", pFwEvent->uEventMask));
    [all...]
  /hardware/ti/wlan/wl1271/TWD/FW_Transfer/
FwEvent.c 120 TI_UINT32 uEventMask; /* Static interrupt event mask */
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 = 0x%x\n", pFwEvent->uEventMask))
    [all...]
  /hardware/ti/omap3/dspbridge/inc/
DSPProcessor.h 273 * uEventMask: Type of event to be notified about.
280 * DSP_EVALUE: Parameter uEventMask is Invalid
287 UINT uEventMask,
DSPStream.h 40 *! 23-Nov-2002 gp: Comment change: uEventMask is really a "type".
267 * uEventMask: Type of event to be notified about.
273 * DSP_EVALUE: uEventMask is invalid
279 UINT uEventMask, UINT uNotifyType,
DSPNode.h 44 *! 23-Nov-2002 gp: Comment change: uEventMask now referred to as a "type".
369 * uEventMask: Type of event about which to be notified.
375 * DSP_EVALUE: Invalid uEventMask.
379 extern DBAPI DSPNode_RegisterNotify(DSP_HNODE hNode, UINT uEventMask,
wcdioctl.h 166 UINT uEventMask;
288 UINT uEventMask;
369 UINT uEventMask;
  /hardware/ti/omap3/dspbridge/libbridge/inc/
DSPProcessor.h 273 * uEventMask: Type of event to be notified about.
280 * DSP_EVALUE: Parameter uEventMask is Invalid
287 UINT uEventMask,
DSPStream.h 40 *! 23-Nov-2002 gp: Comment change: uEventMask is really a "type".
269 * uEventMask: Type of event to be notified about.
275 * DSP_EVALUE: uEventMask is invalid
281 UINT uEventMask, UINT uNotifyType,
DSPNode.h 44 *! 23-Nov-2002 gp: Comment change: uEventMask now referred to as a "type".
369 * uEventMask: Type of event about which to be notified.
375 * DSP_EVALUE: Invalid uEventMask.
379 extern DBAPI DSPNode_RegisterNotify(DSP_HNODE hNode, UINT uEventMask,
wcdioctl.h 166 UINT uEventMask;
288 UINT uEventMask;
369 UINT uEventMask;
  /hardware/ti/omap3/dspbridge/libbridge/
DSPProcessor.c 478 DBAPI DSPProcessor_RegisterNotify(DSP_HPROCESSOR hProcessor, UINT uEventMask,
489 if (IsValidProcEvent(uEventMask)) {
494 .uEventMask = uEventMask;
DSPNode.c 806 DSPNode_RegisterNotify(DSP_HNODE hNode, UINT uEventMask,
816 if (IsValidNodeEvent(uEventMask)) {
822 tempStruct.ARGS_NODE_REGISTERNOTIFY.uEventMask =
823 uEventMask;
DSPStrm.c 700 DSPStream_RegisterNotify(DSP_HSTREAM hStream, UINT uEventMask,
710 if (IsValidStrmEvent(uEventMask)) {
716 tempStruct.ARGS_STRM_REGISTERNOTIFY.uEventMask =
717 uEventMask;
  /system/wlan/ti/sta_dk_4_0_4_32/common/src/TNETW_Driver/FW_Transfer/FwEvent/
FwEvent.c 750 void FwEvent_Enable (TI_HANDLE hFwEvent, UINT32 uEventMask)
754 pFwEvent->EventMask |= uEventMask;
770 void FwEvent_Disable (TI_HANDLE hFwEvent, UINT32 uEventMask)
774 pFwEvent->EventMask &= ~uEventMask;
    [all...]
  /hardware/ti/wlan/wl1271/TWD/Ctrl/
CmdBldCfg.c     [all...]
CmdBld.h 106 TI_STATUS cmdBld_CfgEventMask (TI_HANDLE hCmdBld, TI_UINT32 uEventMask, void *fCb, TI_HANDLE hCb);
  /system/wlan/ti/wilink_6_1/TWD/Ctrl/
CmdBldCfg.c     [all...]
CmdBld.h 106 TI_STATUS cmdBld_CfgEventMask (TI_HANDLE hCmdBld, TI_UINT32 uEventMask, void *fCb, TI_HANDLE hCb);

Completed in 301 milliseconds