Home
last modified time | relevance | path

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

/utopia/UTPA2-700.0.x/modules/dmx/utopia_adaption/dmx/
H A DDMX_adp.c269 PDMX_TSIO_CC_PARAM pstTsioCcDes = NULL; in DMX_adp_Ioctl() local
1570 pstTsioCcDes = (PDMX_TSIO_CC_PARAM)buffer_arg; in DMX_adp_Ioctl()
1573 pstTsioCcDes->Parm = (TSIO_CC_Set *)buffer_array2; in DMX_adp_Ioctl()
1574 pstTsioCcDes->pResult = (TSIO_CC_RESULT *)buffer_array3; in DMX_adp_Ioctl()
1575 pstTsioCcDes->Parm->pIn = (MS_U8 *)buffer_array0; in DMX_adp_Ioctl()
1576 pstTsioCcDes->Parm->pOut = (MS_U8 *)buffer_array1; in DMX_adp_Ioctl()
1577 pstTsioCcDes->Parm->pOutLen= (MS_U16 *)buffer_array4; in DMX_adp_Ioctl()
1585 … CMP_CPY_FROM_USER((void *)&(pstTsioCcDes->Parm->u16InLen), u32NextPtr, sizeof(MS_U16)); in DMX_adp_Ioctl()
1591 CMP_CPY_FROM_USER((void *)buffer_array0, u32NextPtr1, pstTsioCcDes->Parm->u16InLen); in DMX_adp_Ioctl()
1594 … CMP_CPY_FROM_USER((void *)&(pstTsioCcDes->Parm->u32Timeout), u32NextPtr, sizeof(MS_U32)); in DMX_adp_Ioctl()
[all …]