Home | History | Annotate | Download | only in TWDriver

Lines Matching refs:hTxResult

141     pTWD->hTxResult = txResult_Create (hOs);
142 if (pTWD->hTxResult == NULL)
293 if (pTWD->hTxResult != NULL)
295 txResult_Destroy (pTWD->hTxResult);
296 pTWD->hTxResult = NULL;
449 txResult_Init (pTWD->hTxResult, pTWD->hReport, pTWD->hTwIf);
584 txResult_setHwInfo (pTWD->hTxResult, pDmaParams);
985 txResult_RegisterCb (pTWD->hTxResult, uCallbackId, fCb, pData);
1065 txResult_PrintInfo (pTWD->hTxResult);
1069 txResult_ClearInfo (pTWD->hTxResult);