Home
last modified time | relevance | path

Searched refs:buffer_array0 (Results 1 – 3 of 3) sorted by relevance

/utopia/UTPA2-700.0.x/modules/dmx/utopia_adaption/dmx/
H A DDMX_adp.c227 MS_S8 buffer_array0[320]; in DMX_adp_Ioctl() local
314 MS_PHY* pphy = (MS_PHY*)buffer_array0; in DMX_adp_Ioctl()
334 …CPY_FROM_USER((void*)buffer_array0, (void*)pstWPParamDes->pu32StartAddr, sizeof(MS_PHY) * u32data); in DMX_adp_Ioctl()
337 pstWPParamDes->pu32StartAddr = (MS_PHY*)buffer_array0; in DMX_adp_Ioctl()
376 pstCapParamDes->pdata = (void*)buffer_array0; in DMX_adp_Ioctl()
378 CMP_CPY_TO_USER(u32NextPtr, buffer_array0, sizeof(MS_U32) * u32data); in DMX_adp_Ioctl()
389 pstCapParamDes->pdata = (void*)buffer_array0; 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()
416 … CPY_FROM_USER((void*)buffer_array0, pstCapExParamDes->StrQuetype, pstCapExParamDes->InputStrLen); in DMX_adp_Ioctl()
[all …]
/utopia/UTPA2-700.0.x/modules/dscmb/utopia_adaption/dscmb2/
H A DDSCMB_adp.c283 char buffer_array0[128]; in DSCMB_adp_Ioctl() local
378 … CMP_CPY_FROM_USER((void*)buffer_array0, (void*)pKLAtomicArgs->KLCfg, sizeof(DSCMB_KLCfg_All)); in DSCMB_adp_Ioctl()
379 pKLAtomicArgs->KLCfg = (DSCMB_KLCfg_All*)buffer_array0; in DSCMB_adp_Ioctl()
384 … CPY_FROM_USER((void*)buffer_array0, (void*)pKLAtomicArgs->KLCfg, sizeof(DSCMB_KLCfg_All)); in DSCMB_adp_Ioctl()
385 pKLAtomicArgs->KLCfg = (DSCMB_KLCfg_All*)buffer_array0; in DSCMB_adp_Ioctl()
418 … CMP_CPY_FROM_USER((void*)buffer_array0, (void*)pKLETSIArgs->KLCfg, sizeof(DSCMB_KLCfg_All)); in DSCMB_adp_Ioctl()
419 pKLETSIArgs->KLCfg = (DSCMB_KLCfg_All*)buffer_array0; in DSCMB_adp_Ioctl()
424 … CPY_FROM_USER((void*)buffer_array0, (void*)pKLETSIArgs->KLCfg, sizeof(DSCMB_KLCfg_All)); in DSCMB_adp_Ioctl()
425 pKLETSIArgs->KLCfg = (DSCMB_KLCfg_All*)buffer_array0; in DSCMB_adp_Ioctl()
/utopia/UTPA2-700.0.x/modules/audio/utopia_adaption/audio/
H A DAUDIO_adp.c208 char buffer_array0[1024]; in AUDIO_adp_Ioctl()
378 pAudysseyVXTSetThreshLevelTableDes->pthresh_level_table = (int*)buffer_array0; in AUDIO_adp_Ioctl()
379 …CPY_FROM_USER((void*)buffer_array0, (void*)pAudysseyVXTSetThreshLevelTableSrc->pthresh_level_table… in AUDIO_adp_Ioctl()
1535 pSetDecodeParamDes->Param = (MS_U32*)buffer_array0; in AUDIO_adp_Ioctl()
1536 … CPY_FROM_USER((void*)buffer_array0, (void*)pSetDecodeParamSrc->Param, sizeof(MS_U32) * 6); in AUDIO_adp_Ioctl()