Home | History | Annotate | Download | only in Txn

Lines Matching refs:hTxnQ

89 TI_STATUS   txnQ_Destroy (TI_HANDLE hTxnQ);
92 * \param hTxnQ - The module's object
102 void txnQ_Init (TI_HANDLE hTxnQ,
108 * \param hTxnQ - The module's object
121 TI_STATUS txnQ_ConnectBus (TI_HANDLE hTxnQ,
130 * \param hTxnQ - The module's object
139 TI_STATUS txnQ_DisconnectBus (TI_HANDLE hTxnQ);
142 * \param hTxnQ - The module's object
156 TI_STATUS txnQ_Open (TI_HANDLE hTxnQ,
163 * \param hTxnQ - The module's object
175 void txnQ_Close (TI_HANDLE hTxnQ, TI_UINT32 uFuncId);
178 * \param hTxnQ - The module's object
193 ETxnStatus txnQ_Restart (TI_HANDLE hTxnQ, TI_UINT32 uFuncId);
196 * \param hTxnQ - The module's object
207 void txnQ_Run (TI_HANDLE hTxnQ, TI_UINT32 uFuncId);
210 * \param hTxnQ - The module's object
219 void txnQ_Stop (TI_HANDLE hTxnQ, TI_UINT32 uFuncId);
222 * \param hTxnQ - The module's object
232 ETxnStatus txnQ_Transact (TI_HANDLE hTxnQ, TTxnStruct *pTxn);
241 * \param hTxnQ - The module's object
246 void txnQ_ClearQueues (TI_HANDLE hTxnQ, TI_UINT32 uFuncId);
252 * \param hTxnQ - The module's object
259 void txnQ_PrintQueues (TI_HANDLE hTxnQ);