Home
last modified time | relevance | path

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

/utopia/UTPA2-700.0.x/modules/dmx/utopia_adaption/dmx/
H A DDMX_adp.c158 #define LEN_U32_X1 4UL macro
287 CMP_CPY_FROM_USER((void*)&(pTspParamDec->u32FWSize), ps8AdpSrc, LEN_U32_X1); in DMX_adp_Ioctl()
288 ps8AdpSrc += LEN_U32_X1; in DMX_adp_Ioctl()
295 CMP_CPY_TO_USER(ps8AdpSrc, (void*)&(pTspParamDec->u32Res), LEN_U32_X1); in DMX_adp_Ioctl()
319 CMP_CPY_FROM_USER(&u32NextPtr, ps8AdpSrc, LEN_U32_X1); in DMX_adp_Ioctl()
320 ps8AdpSrc += LEN_U32_X1; in DMX_adp_Ioctl()
321 CMP_CPY_FROM_USER(&u32NextPtr1, ps8AdpSrc, LEN_U32_X1); in DMX_adp_Ioctl()
352 CMP_CPY_FROM_USER((void*)&(pstPowerStateDes->u32FWSize), ps8AdpSrc, LEN_U32_X1); in DMX_adp_Ioctl()
354 CMP_CPY_TO_USER(pArgs, (void*)&(pstPowerStateDes->u32Res), LEN_U32_X1); in DMX_adp_Ioctl()
371 CMP_CPY_FROM_USER(&u32NextPtr, ps8AdpSrc, LEN_U32_X1); in DMX_adp_Ioctl()
[all …]