Home
last modified time | relevance | path

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

/utopia/UTPA2-700.0.x/modules/dmx/utopia_adaption/dmx/
H A DDMX_adp.c264 PDMX_TSIO_Service_SetLocdecKey_PARAM pstTsioLocDes = NULL; in DMX_adp_Ioctl() local
1408 pstTsioLocDes = (PDMX_TSIO_Service_SetLocdecKey_PARAM)buffer_arg; in DMX_adp_Ioctl()
1411 pstTsioLocDes->eSet = (TSIO_LOCKEY_SET *)buffer_array0; in DMX_adp_Ioctl()
1412 pstTsioLocDes->eSet->u8Evenkey = (MS_U8 *)buffer_array1; in DMX_adp_Ioctl()
1413 pstTsioLocDes->eSet->u8Oddkey = (MS_U8 *)buffer_array2; in DMX_adp_Ioctl()
1418 … CMP_CPY_FROM_USER((void *)&(pstTsioLocDes->eSet->bEnable), u32NextPtr, sizeof(MS_BOOL)); in DMX_adp_Ioctl()
1420 … CMP_CPY_FROM_USER((void *)&(pstTsioLocDes->eSet->bEvenkeyenable), u32NextPtr, sizeof(MS_BOOL)); in DMX_adp_Ioctl()
1424 … CMP_CPY_FROM_USER((void *)&(pstTsioLocDes->eSet->u16Evenkeylen), u32NextPtr, sizeof(MS_U16)); in DMX_adp_Ioctl()
1426 … CMP_CPY_FROM_USER((void *)&(pstTsioLocDes->eSet->bOddkeyenable), u32NextPtr, sizeof(MS_BOOL)); in DMX_adp_Ioctl()
1430 … CMP_CPY_FROM_USER((void *)&(pstTsioLocDes->eSet->u16Oddkeylen), u32NextPtr, sizeof(MS_U16)); in DMX_adp_Ioctl()
[all …]