Lines Matching refs:pTWD
66 TTwd *pTWD = (TTwd *)hTWD; in TWDriverTestCB() local
68 if (pTWD->pRadioCb != NULL) in TWDriverTestCB()
70 os_memoryCopy(NULL, pTWD->pRadioCb, &pTWD->testCmd.testCmd_u, sizeof(pTWD->testCmd.testCmd_u)); in TWDriverTestCB()
73 if (pTWD->fRadioCb != NULL) in TWDriverTestCB()
75 pTWD->fRadioCb(pTWD->hRadioCb, eStatus, pTWD->pRadioCb); in TWDriverTestCB()
88 TTwd *pTWD = (TTwd *)hTWD; in TWDriverTest() local
99 pTWD->testCmd.testCmdId = eTestCmd; in TWDriverTest()
103 os_memoryCopy(NULL, &pTWD->testCmd.testCmd_u, pTestCmdParams, sizeof(pTWD->testCmd.testCmd_u)); in TWDriverTest()
106 pTWD->fRadioCb = fCb; in TWDriverTest()
107 pTWD->pRadioCb = pTestCmdParams; in TWDriverTest()
108 pTWD->hRadioCb = hCb; in TWDriverTest()
110 return(cmdBld_CmdTest (pTWD->hCmdBld, in TWDriverTest()
113 &pTWD->testCmd)); in TWDriverTest()