Home
last modified time | relevance | path

Searched refs:RxEventDistributor (Results 1 – 2 of 2) sorted by relevance

/hardware/ti/wlan/wl1271/stad/src/Data_link/
Drx.h94 TI_HANDLE RxEventDistributor; member
Drx.c154 pRxData->RxEventDistributor = DistributorMgr_Create (hOs, MAX_RX_NOTIF_REQ_ELMENTS); in rxData_create()
314 DistributorMgr_Destroy(pRxData->RxEventDistributor); in rxData_unLoad()
884 DistributorMgr_EventCall (pRxData->RxEventDistributor, Mask, DataLen); in rxData_DistributorRxEvent()
897 …return DistributorMgr_Reg (pRxData->RxEventDistributor, EventMask, (TI_HANDLE)CallBack, context, C… in rxData_RegNotif()
910 return DistributorMgr_AddToMask (pRxData->RxEventDistributor, Notifh, EventMask); in rxData_AddToNotifMask()
924 return DistributorMgr_UnReg (pRxData->RxEventDistributor, RegEventHandle); in rxData_UnRegNotif()