Home | History | Annotate | Download | only in TWDriver

Lines Matching refs:hTxResult

138     pTWD->hTxResult = txResult_Create (hOs);
139 if (pTWD->hTxResult == NULL)
290 if (pTWD->hTxResult != NULL)
292 txResult_Destroy (pTWD->hTxResult);
293 pTWD->hTxResult = NULL;
447 txResult_Init (pTWD->hTxResult, pTWD->hReport, pTWD->hTwIf);
594 txResult_setHwInfo (pTWD->hTxResult, pDmaParams);
1002 txResult_RegisterCb (pTWD->hTxResult, uCallbackId, fCb, pData);
1081 txResult_PrintInfo (pTWD->hTxResult);
1085 txResult_ClearInfo (pTWD->hTxResult);