Lines Matching refs:hTxnQ
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()
211 void txnQ_Init (TI_HANDLE hTxnQ, TI_HANDLE hOs, TI_HANDLE hReport, TI_HANDLE hContext) in txnQ_Init() argument
213 TTxnQObj *pTxnQ = (TTxnQObj*)hTxnQ; in txnQ_Init()
231 TI_STATUS txnQ_ConnectBus (TI_HANDLE hTxnQ, in txnQ_ConnectBus() argument
238 TTxnQObj *pTxnQ = (TTxnQObj*) hTxnQ; in txnQ_ConnectBus()
245 …return busDrv_ConnectBus (pTxnQ->hBusDrv, pBusDrvCfg, txnQ_TxnDoneCb, hTxnQ, txnQ_ConnectCB, pRxDm… in txnQ_ConnectBus()
248 TI_STATUS txnQ_DisconnectBus (TI_HANDLE hTxnQ) in txnQ_DisconnectBus() argument
250 TTxnQObj *pTxnQ = (TTxnQObj*) hTxnQ; in txnQ_DisconnectBus()
255 TI_STATUS txnQ_Open (TI_HANDLE hTxnQ, in txnQ_Open() argument
261 TTxnQObj *pTxnQ = (TTxnQObj*) hTxnQ; in txnQ_Open()
309 void txnQ_Close (TI_HANDLE hTxnQ, TI_UINT32 uFuncId) in txnQ_Close() argument
311 TTxnQObj *pTxnQ = (TTxnQObj*)hTxnQ; in txnQ_Close()
351 ETxnStatus txnQ_Restart (TI_HANDLE hTxnQ, TI_UINT32 uFuncId) in txnQ_Restart() argument
353 TTxnQObj *pTxnQ = (TTxnQObj*) hTxnQ; in txnQ_Restart()
378 txnQ_ClearQueues (hTxnQ, uFuncId); in txnQ_Restart()
384 void txnQ_Run (TI_HANDLE hTxnQ, TI_UINT32 uFuncId) in txnQ_Run() argument
386 TTxnQObj *pTxnQ = (TTxnQObj*) hTxnQ; in txnQ_Run()
403 void txnQ_Stop (TI_HANDLE hTxnQ, TI_UINT32 uFuncId) in txnQ_Stop() argument
405 TTxnQObj *pTxnQ = (TTxnQObj*) hTxnQ; in txnQ_Stop()
419 ETxnStatus txnQ_Transact (TI_HANDLE hTxnQ, TTxnStruct *pTxn) in txnQ_Transact() argument
421 TTxnQObj *pTxnQ = (TTxnQObj*)hTxnQ; in txnQ_Transact()
464 static void txnQ_ConnectCB (TI_HANDLE hTxnQ, void *hTxn) in txnQ_ConnectCB() argument
466 TTxnQObj *pTxnQ = (TTxnQObj*)hTxnQ; in txnQ_ConnectCB()
486 static void txnQ_TxnDoneCb (TI_HANDLE hTxnQ, void *hTxn) in txnQ_TxnDoneCb() argument
488 TTxnQObj *pTxnQ = (TTxnQObj*)hTxnQ; in txnQ_TxnDoneCb()
506 txnQ_ClearQueues (hTxnQ, uFuncId); in txnQ_TxnDoneCb()
819 void txnQ_ClearQueues (TI_HANDLE hTxnQ, TI_UINT32 uFuncId) in txnQ_ClearQueues() argument
821 TTxnQObj *pTxnQ = (TTxnQObj*)hTxnQ; in txnQ_ClearQueues()
851 void txnQ_PrintQueues (TI_HANDLE hTxnQ) in txnQ_PrintQueues() argument
853 TTxnQObj *pTxnQ = (TTxnQObj*)hTxnQ; in txnQ_PrintQueues()