Searched refs:pstCapExParamDes (Results 1 – 1 of 1) sorted by relevance
241 PDMX_CAP_EX_PARAM pstCapExParamDes = NULL; in DMX_adp_Ioctl() local397 pstCapExParamDes = (PDMX_CAP_EX_PARAM)buffer_arg; in DMX_adp_Ioctl()406 CMP_CPY_FROM_USER((void*)buffer_array0, u32NextPtr, pstCapExParamDes->InputStrLen); in DMX_adp_Ioctl()407 pstCapExParamDes->StrQuetype = (char*)buffer_array0; in DMX_adp_Ioctl()408 pstCapExParamDes->pdata = (void*)buffer_array1; in DMX_adp_Ioctl()411 CMP_CPY_TO_USER(u32NextPtr1, pstCapExParamDes->pdata, pstCapExParamDes->OutputSize); in DMX_adp_Ioctl()416 … CPY_FROM_USER((void*)buffer_array0, pstCapExParamDes->StrQuetype, pstCapExParamDes->InputStrLen); in DMX_adp_Ioctl()417 pNxtPtr = pstCapExParamDes->pdata; in DMX_adp_Ioctl()418 pstCapExParamDes->StrQuetype = (char*)buffer_array0; in DMX_adp_Ioctl()419 pstCapExParamDes->pdata = (void*)buffer_array1; in DMX_adp_Ioctl()[all …]