Home
last modified time | relevance | path

Searched refs:CPY_to_USER (Results 1 – 15 of 15) sorted by relevance

/utopia/UTPA2-700.0.x/modules/dmx/utopia_adaption/dmx/
H A DDMX_adp.c136 #define CPY_to_USER(a,b,c) if(copy_to_user(a,b,c) != 0) { retu… macro
139 #define CPY_to_USER memcpy macro
152 #define CMP_CPY_TO_USER CPY_to_USER
301 CPY_to_USER(pArgs, (void*)buffer_arg, sizeof(DMX_TSPParam)); in DMX_adp_Ioctl()
360 CPY_to_USER(pArgs, buffer_arg, sizeof(DMX_POWSTATE_PARAM)); in DMX_adp_Ioctl()
391 CPY_to_USER(pNxtPtr, pstCapParamDes->pdata, sizeof(MS_U32) * u32data); in DMX_adp_Ioctl()
392 CPY_to_USER(pArgs, (void*)buffer_arg, LEN_U32_X1); in DMX_adp_Ioctl()
421 CPY_to_USER(pArgs, (void*)buffer_arg, LEN_U32_X3); in DMX_adp_Ioctl()
422 CPY_to_USER(pNxtPtr, pstCapExParamDes->pdata, pstCapExParamDes->OutputSize); in DMX_adp_Ioctl()
446 CPY_to_USER(pArgs, (void*)buffer_arg, LEN_U32_X1); in DMX_adp_Ioctl()
[all …]
/utopia/UTPA2-700.0.x/modules/hwi2c/utopia_adaption/hwi2c/
H A DHWI2C_adp.c60 #define CPY_to_USER(a,b,c) if(copy_to_user(a,b,c) != 0) { brea… macro
63 #define CPY_to_USER memcpy macro
79 #define CMP_CPY_TO_USER CPY_to_USER
210CPY_to_USER(&((HWI2C_PRIVATE_PARAM_WriteBytes *)pArgs)->bReturn , &paramW.bReturn, sizeof(MS_BOOL)… in HWI2C_adp_Ioctl()
251 CPY_to_USER(((HWI2C_PRIVATE_PARAM_WriteBytes *)pArgs)->pData, u8Data, paramR.uSize); in HWI2C_adp_Ioctl()
252CPY_to_USER(&((HWI2C_PRIVATE_PARAM_WriteBytes *)pArgs)->bReturn , &paramR.bReturn, sizeof(MS_BOOL)… in HWI2C_adp_Ioctl()
/utopia/UTPA2-700.0.x/modules/audio/utopia_adaption/audio/
H A DAUDIO_adp.c134 #define CPY_to_USER copy_to_user macro
137 #define CPY_to_USER memcpy macro
382CPY_to_USER((void*)(&(pAudysseyVXTSetThreshLevelTableSrc->bStatus)), (void*)(&pAudysseyVXTSetThres… in AUDIO_adp_Ioctl()
395CPY_to_USER((void*)(&(pSPDIF_ChannelStatusSrc->u32Ret)), (void*)(&(pSPDIF_ChannelStatusDes->u32Ret… in AUDIO_adp_Ioctl()
717CPY_to_USER((void*)(&(pDecodeSystemSrc->p_AudioDecStatus)), (void*)(&(pDecodeSystemDes->p_AudioDec… in AUDIO_adp_Ioctl()
719CPY_to_USER((void*)(&(pDecodeSystemSrc->bStatus)), (void*)(&(pDecodeSystemDes->bStatus)), sizeof(M… in AUDIO_adp_Ioctl()
1131CPY_to_USER((void*)(&(pDigitalOut_GetChannelStatusSrc->stChannelStatus->u8Category)), (void*)(&(pD… in AUDIO_adp_Ioctl()
1132CPY_to_USER((void*)(&(pDigitalOut_GetChannelStatusSrc->stChannelStatus->stCopyRight.CBit)), (void*… in AUDIO_adp_Ioctl()
1133CPY_to_USER((void*)(&(pDigitalOut_GetChannelStatusSrc->stChannelStatus->stCopyRight.LBit)), (void*… in AUDIO_adp_Ioctl()
1295 CPY_to_USER((void*)(&(pu32Src[0])), (void*)(&(pu32Des[0])), sizeof(MS_U32)); in AUDIO_adp_Ioctl()
[all …]
/utopia/UTPA2-700.0.x/modules/xc/utopia_adaption/xc/
H A DXC_ModeParse_adp.c123 #define CPY_to_USER(a,b,c) if(copy_to_user(a,b,c) != 0) { brea… macro
126 #define CPY_to_USER memcpy macro
142 #define CMP_CPY_TO_USER CPY_to_USER
285 CPY_to_USER(pArgs,&tmp,sizeof(stXC_MODEPARSE_MATCHMODE)); in XC_MODEPARSE_adp_Ioctl()
H A DXC_adp.c132 …#define CPY_to_USER(a,b,c) if(copy_to_user(a,b,c) != 0) { bre… macro
135 #define CPY_to_USER memcpy macro
146 #define CMP_CPY_TO_USER CPY_to_USER
4372 CPY_to_USER(pArgs,&hdr_ctl_tmp,sizeof(stXC_HDR_CTRL)); in _XC_adp_Ioctl()
4464 CPY_to_USER(pArgs,&hdr_ctl_tmp,sizeof(stXC_HDR_CTRL)); in _XC_adp_Ioctl()
/utopia/UTPA2-700.0.x/modules/gpd/utopia_adaption/gpd/
H A DGPD_adp.c20 #ifndef CPY_to_USER
21 #define CPY_to_USER copy_to_user macro
28 #ifndef CPY_to_USER
29 #define CPY_to_USER memcpy macro
/utopia/UTPA2-700.0.x/modules/njpd/utopia_adaption/njpeg_ex/
H A DNJPEG_EX_adp.c21 #ifndef CPY_to_USER
22 #define CPY_to_USER copy_to_user macro
29 #ifndef CPY_to_USER
30 #define CPY_to_USER memcpy macro
/utopia/UTPA2-700.0.x/modules/vdec_v3/utopia_adaption/vdec_v3/
H A DVDEC_EX_adp.c22 #ifndef CPY_to_USER
23 #define CPY_to_USER copy_to_user macro
30 #ifndef CPY_to_USER
31 #define CPY_to_USER memcpy macro
43 #define CMP_CPY_TO_USER CPY_to_USER
/utopia/UTPA2-700.0.x/modules/dscmb/utopia_adaption/dscmb2/
H A DDSCMB_adp.c19 #define CPY_to_USER(a,b,c) if(copy_to_user(a,b,c) != 0) { retu… macro
22 #define CPY_to_USER memcpy macro
35 #define CMP_CPY_TO_USER CPY_to_USER
/utopia/UTPA2-700.0.x/modules/dlc/utopia_adaption/dlc/
H A DDLC_adp.c20 …#define CPY_to_USER(a,b,c) if(copy_to_user(a,b,c) != 0) { bre… macro
23 #define CPY_to_USER memcpy macro
34 #define CMP_CPY_TO_USER CPY_to_USER
/utopia/UTPA2-700.0.x/modules/vdec_lite/utopia_adaption/vdec_lite/
H A DVDEC_EX_adp.c22 #ifndef CPY_to_USER
23 #define CPY_to_USER copy_to_user macro
30 #ifndef CPY_to_USER
31 #define CPY_to_USER memcpy macro
43 #define CMP_CPY_TO_USER CPY_to_USER
/utopia/UTPA2-700.0.x/modules/msos/utopia_core/linux_kernel/
H A Dutopia_adp_bypass.c27 #define CPY_to_USER copy_to_user macro
683 StructRecursiveCpy(&pArgs,karg,pOutTable,CPY_to_USER,SRC_MODE_COPY); in UADPBypassIoctl()
689 …CmpStructRecursiveCpy(&data,karg,pOutTable,CPY_to_USER,SRC_MODE_COPY,FALSE, (unsigned int*)&TurnUs… in UADPBypassIoctl()
/utopia/UTPA2-700.0.x/modules/xc/utopia_adaption/ace/
H A DACE_adp.c19 #define CPY_to_USER(a,b,c) if(copy_to_user(a,b,c) != 0) { brea… macro
22 #define CPY_to_USER memcpy macro
38 #define CMP_CPY_TO_USER CPY_to_USER
/utopia/UTPA2-700.0.x/modules/mvop/utopia_adaption/mvop/
H A DMVOP_adp.c419 #define CPY_to_USER copy_to_user macro
422 #define CPY_to_USER memcpy macro
/utopia/UTPA2-700.0.x/modules/dmx/api/dmx/
H A DapiDMX.c200 #define CPY_to_USER copy_to_user macro
203 #define CPY_to_USER memcpy macro
212 #define CMP_CPY_TO_USER CPY_to_USER