Home
last modified time | relevance | path

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

/utopia/UTPA2-700.0.x/modules/dmx/utopia_adaption/dmx/
H A DDMX_adp.c251 PDMX_FQ_INIT_PARAM pstFqInitDes = NULL; in DMX_adp_Ioctl() local
991 pstFqInitDes = (PDMX_FQ_INIT_PARAM)buffer_arg; in DMX_adp_Ioctl()
995 pstFqInitDes->pInfo = (DMX_FQ_Info*)buffer_array0; in DMX_adp_Ioctl()
1000 CMP_CPY_FROM_USER((void*)&(pstFqInitDes->pInfo->u8AddrMode), u32NextPtr, 1); in DMX_adp_Ioctl()
1002 pstFqInitDes->pInfo->u32BufStart = 0; in DMX_adp_Ioctl()
1003 … CMP_CPY_FROM_USER((void*)&(pstFqInitDes->pInfo->u32BufStart), u32NextPtr, LEN_MSPHY); in DMX_adp_Ioctl()
1005 … CMP_CPY_FROM_USER((void*)&(pstFqInitDes->pInfo->u32BufSize), u32NextPtr, LEN_U32_X1); in DMX_adp_Ioctl()
1011 CPY_FROM_USER((void*)pstFqInitDes, pArgs, sizeof(DMX_FQ_INIT_PARAM)); in DMX_adp_Ioctl()
1012 … CPY_FROM_USER((void*)buffer_array0, (void*)(pstFqInitDes->pInfo), sizeof(DMX_FQ_Info)); in DMX_adp_Ioctl()
1013 pstFqInitDes->pInfo = (DMX_FQ_Info*)buffer_array0; in DMX_adp_Ioctl()