Searched refs:pNxtPtr (Results 1 – 1 of 1) sorted by relevance
| /utopia/UTPA2-700.0.x/modules/dmx/utopia_adaption/dmx/ |
| H A D | DMX_adp.c | 233 void *pNxtPtr = 0, *pNxtPtrOut = 0, *pNxtPtr1 = 0; in DMX_adp_Ioctl() local 388 pNxtPtr = pstCapParamDes->pdata; in DMX_adp_Ioctl() 391 CPY_to_USER(pNxtPtr, pstCapParamDes->pdata, sizeof(MS_U32) * u32data); in DMX_adp_Ioctl() 417 pNxtPtr = pstCapExParamDes->pdata; in DMX_adp_Ioctl() 422 CPY_to_USER(pNxtPtr, pstCapExParamDes->pdata, pstCapExParamDes->OutputSize); in DMX_adp_Ioctl() 528 pNxtPtr = (void*)pstFltInfoDes->pDmxFltInfo; in DMX_adp_Ioctl() 536 CPY_to_USER(pNxtPtr, (void*)buffer_array0, sizeof(DMX_Flt_info)); in DMX_adp_Ioctl() 668 pNxtPtr = (void*)pstPvrInfoDes->pPvrInfo; in DMX_adp_Ioctl() 671 CPY_to_USER((void*)pNxtPtr, (void*)buffer_array0, sizeof(DMX_Pvr_info)); in DMX_adp_Ioctl() 978 pNxtPtr = (void*)pstTsoLocStrIdDes->pu8StrId; in DMX_adp_Ioctl() [all …]
|