Home
last modified time | relevance | path

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

/utopia/UTPA2-700.0.x/modules/dmx/utopia_adaption/dmx/
H A DDMX_adp.c238 DMX_TSPParam *pTspParamDec = NULL; in DMX_adp_Ioctl() local
280 pTspParamDec = (DMX_TSPParam*)buffer_arg; in DMX_adp_Ioctl()
284 pTspParamDec->phyFWAddr = 0; in DMX_adp_Ioctl()
285 CMP_CPY_FROM_USER((void*)&(pTspParamDec->phyFWAddr), ps8AdpSrc, LEN_MSPHY); in DMX_adp_Ioctl()
287 CMP_CPY_FROM_USER((void*)&(pTspParamDec->u32FWSize), ps8AdpSrc, LEN_U32_X1); in DMX_adp_Ioctl()
289 pTspParamDec->phyVQAddr = 0; in DMX_adp_Ioctl()
290 CMP_CPY_FROM_USER((void*)&(pTspParamDec->phyVQAddr), ps8AdpSrc, LEN_MSPHY); in DMX_adp_Ioctl()
292 CMP_CPY_FROM_USER((void*)&(pTspParamDec->u32VQSize), ps8AdpSrc, 20); //U32 x 5 in DMX_adp_Ioctl()
295 CMP_CPY_TO_USER(ps8AdpSrc, (void*)&(pTspParamDec->u32Res), LEN_U32_X1); in DMX_adp_Ioctl()
790 pTspParamDec = (DMX_TSPParam*)buffer_arg; in DMX_adp_Ioctl()
[all …]