Home
last modified time | relevance | path

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

/utopia/UTPA2-700.0.x/modules/dmx/utopia_adaption/dmx/
H A DDMX_adp.c252 PDMX_MSTR_SYNCBY_PARAM pstMstrSynByDes = NULL; in DMX_adp_Ioctl() local
1020 pstMstrSynByDes = (PDMX_MSTR_SYNCBY_PARAM)buffer_arg; in DMX_adp_Ioctl()
1024 pstMstrSynByDes->pu8SyncByte = (MS_U8*)buffer_array0; in DMX_adp_Ioctl()
1029 CMP_CPY_FROM_USER((void*)&(pstMstrSynByDes->bSet), ps8AdpSrc, 1); in DMX_adp_Ioctl()
1030 if(pstMstrSynByDes->bSet == TRUE) in DMX_adp_Ioctl()
1035 if(pstMstrSynByDes->bSet == FALSE) in DMX_adp_Ioctl()
1043 CPY_FROM_USER((void*)pstMstrSynByDes, pArgs, sizeof(DMX_MSTR_SYNCBY_PARAM)); in DMX_adp_Ioctl()
1044 if(pstMstrSynByDes->bSet == TRUE) in DMX_adp_Ioctl()
1046 … CPY_FROM_USER((void*)buffer_array0, (void*)pstMstrSynByDes->pu8SyncByte, sizeof(MS_U8)); in DMX_adp_Ioctl()
1048 pNxtPtr = (void*)pstMstrSynByDes->pu8SyncByte; in DMX_adp_Ioctl()
[all …]