Home
last modified time | relevance | path

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

/utopia/UTPA2-700.0.x/modules/dmx/utopia_adaption/dmx/
H A DDMX_adp.c246 PDMX_PKT_DISCONCNT_PARAM pstDicConCntDes = NULL; in DMX_adp_Ioctl() local
844 pstDicConCntDes = (PDMX_PKT_DISCONCNT_PARAM)buffer_arg; in DMX_adp_Ioctl()
848 pstDicConCntDes->pInfo = (DMX_DisContiCnt_info*)buffer_array0; in DMX_adp_Ioctl()
856 CMP_CPY_TO_USER(ps8AdpSrc, (void*)&(pstDicConCntDes->u32Cnt), LEN_U32_X1); in DMX_adp_Ioctl()
861 …CPY_FROM_USER((void*)buffer_array0, (void*)(pstDicConCntDes->pInfo), sizeof(DMX_DisContiCnt_info)); in DMX_adp_Ioctl()
862 pstDicConCntDes->pInfo = (DMX_DisContiCnt_info*)buffer_array0; in DMX_adp_Ioctl()