Searched refs:pstPvrInfoDes (Results 1 – 1 of 1) sorted by relevance
| /utopia/UTPA2-700.0.x/modules/dmx/utopia_adaption/dmx/ |
| H A D | DMX_adp.c | 254 PDMX_PVR_INFO_PARAM pstPvrInfoDes = NULL; in DMX_adp_Ioctl() local 633 pstPvrInfoDes = (PDMX_PVR_INFO_PARAM)buffer_arg; in DMX_adp_Ioctl() 637 pstPvrInfoDes->pPvrInfo = (DMX_Pvr_info*)buffer_array0; in DMX_adp_Ioctl() 642 pstPvrInfoDes->pPvrInfo->pPvrBuf0 = 0; in DMX_adp_Ioctl() 643 … CMP_CPY_FROM_USER((void*)&(pstPvrInfoDes->pPvrInfo->pPvrBuf0), u32NextPtr, LEN_MSPHY); in DMX_adp_Ioctl() 645 pstPvrInfoDes->pPvrInfo->pPvrBuf1 = 0; in DMX_adp_Ioctl() 646 … CMP_CPY_FROM_USER((void*)&(pstPvrInfoDes->pPvrInfo->pPvrBuf1), u32NextPtr, LEN_MSPHY); in DMX_adp_Ioctl() 648 … CMP_CPY_FROM_USER((void*)&(pstPvrInfoDes->pPvrInfo->PvrBufSize0), u32NextPtr, LEN_U32_X3); in DMX_adp_Ioctl() 650 … CMP_CPY_FROM_USER((void*)&(pstPvrInfoDes->pPvrInfo->pNotify), u32NextPtr, LEN_U32_X1); in DMX_adp_Ioctl() 652 CMP_CPY_FROM_USER((void*)&(pstPvrInfoDes->pPvrInfo->u16CaPvrModel), u32NextPtr, 3); in DMX_adp_Ioctl() [all …]
|