Searched refs:hTxnQ (Results 1 – 9 of 9) sorted by relevance
/hardware/ti/wlan/wl1271/Txn/ |
D | TxnQueue.h | 89 TI_STATUS txnQ_Destroy (TI_HANDLE hTxnQ); 102 void txnQ_Init (TI_HANDLE hTxnQ, 121 TI_STATUS txnQ_ConnectBus (TI_HANDLE hTxnQ, 139 TI_STATUS txnQ_DisconnectBus (TI_HANDLE hTxnQ); 156 TI_STATUS txnQ_Open (TI_HANDLE hTxnQ, 175 void txnQ_Close (TI_HANDLE hTxnQ, TI_UINT32 uFuncId); 193 ETxnStatus txnQ_Restart (TI_HANDLE hTxnQ, TI_UINT32 uFuncId); 207 void txnQ_Run (TI_HANDLE hTxnQ, TI_UINT32 uFuncId); 219 void txnQ_Stop (TI_HANDLE hTxnQ, TI_UINT32 uFuncId); 232 ETxnStatus txnQ_Transact (TI_HANDLE hTxnQ, TTxnStruct *pTxn); [all …]
|
D | TxnQueue.c | 135 static void txnQ_TxnDoneCb (TI_HANDLE hTxnQ, void *hTxn); 139 static void txnQ_ConnectCB (TI_HANDLE hTxnQ, void *hTxn); 151 TI_HANDLE hTxnQ; in txnQ_Create() local 155 hTxnQ = os_memoryAlloc(hOs, sizeof(TTxnQObj)); in txnQ_Create() 156 if (hTxnQ == NULL) in txnQ_Create() 159 pTxnQ = (TTxnQObj *)hTxnQ; in txnQ_Create() 161 os_memoryZero(hOs, hTxnQ, sizeof(TTxnQObj)); in txnQ_Create() 185 txnQ_Destroy (hTxnQ); in txnQ_Create() 192 TI_STATUS txnQ_Destroy (TI_HANDLE hTxnQ) in txnQ_Destroy() argument 194 TTxnQObj *pTxnQ = (TTxnQObj*)hTxnQ; in txnQ_Destroy() [all …]
|
/hardware/ti/wlan/wl1271/TWD/TwIf/ |
D | TwIf.c | 144 TI_HANDLE hTxnQ; member 251 txnQ_Close (pTwIf->hTxnQ, TXN_FUNC_ID_WLAN); in twIf_Destroy() 287 TI_HANDLE hTxnQ, in twIf_Init() argument 298 pTwIf->hTxnQ = hTxnQ; in twIf_Init() 346 …txnQ_Open (pTwIf->hTxnQ, TXN_FUNC_ID_WLAN, TXN_NUM_PRIORITYS, (TTxnQueueDoneCb)twIf_TxnDoneCb, hTw… in twIf_Init() 383 eStatus = txnQ_Restart (pTwIf->hTxnQ, TXN_FUNC_ID_WLAN); in twIf_Restart() 436 txnQ_Transact (pTwIf->hTxnQ, &(pTwIf->tElpTxnAwake.tHdr)); in twIf_WriteElpReg() 440 txnQ_Transact (pTwIf->hTxnQ, &(pTwIf->tElpTxnSleep.tHdr)); in twIf_WriteElpReg() 736 eStatus = txnQ_Transact(pTwIf->hTxnQ, pTxn); in twIf_SendTransaction() 807 txnQ_Stop (pTwIf->hTxnQ, TXN_FUNC_ID_WLAN); in twIf_HandleSmEvent() [all …]
|
D | TwIf.h | 86 TI_HANDLE hTxnQ,
|
/hardware/ti/wlan/wl1271/stad/src/Ctrl_Interface/ |
D | DrvMain.c | 289 pDrvMain->tStadHandles.hTxnQ = txnQ_Create (hOs); in drvMain_Create() 290 if (pDrvMain->tStadHandles.hTxnQ == NULL) in drvMain_Create() 737 if (pDrvMain->tStadHandles.hTxnQ != NULL) in drvMain_Destroy() 739 txnQ_Destroy (pDrvMain->tStadHandles.hTxnQ); in drvMain_Destroy() 798 txnQ_Init (pModules->hTxnQ, pModules->hOs, pModules->hReport, pModules->hContext); in drvMain_Init() 844 pModules->hTxnQ, in drvMain_Init() 1496 …eStatus = txnQ_ConnectBus(pDrvMain->tStadHandles.hTxnQ, &pDrvMain->tBusDrvCfg, NULL, NULL, &pDrvMa… in drvMain_Sm() 1681 txnQ_DisconnectBus (pDrvMain->tStadHandles.hTxnQ); in drvMain_Sm() 1725 txnQ_DisconnectBus (pDrvMain->tStadHandles.hTxnQ); in drvMain_Sm()
|
D | DrvMainModules.h | 81 TI_HANDLE hTxnQ; member
|
/hardware/ti/wlan/wl1271/TWD/TWDriver/ |
D | TWDriverInternal.h | 89 TI_HANDLE hTxnQ; member
|
D | TWDriver.c | 391 TI_HANDLE hTxnQ, in TWD_Init() argument 405 pTWD->hTxnQ = hTxnQ; in TWD_Init() 476 pTWD->hTxnQ, in TWD_Init()
|
D | TWDriver.h | 3022 TI_HANDLE hTxnQ,
|