Searched refs:pstMMFIStartDes (Results 1 – 1 of 1) sorted by relevance
257 PDMX_MMFI_START_PARAM pstMMFIStartDes = NULL; in DMX_adp_Ioctl() local731 pstMMFIStartDes = (PDMX_MMFI_START_PARAM)buffer_arg; in DMX_adp_Ioctl()737 pstMMFIStartDes->pBuf = 0; in DMX_adp_Ioctl()738 CMP_CPY_FROM_USER((void*)&(pstMMFIStartDes->pBuf), ps8AdpSrc, LEN_MSPHY); in DMX_adp_Ioctl()740 CMP_CPY_FROM_USER((void*)&(pstMMFIStartDes->u32BufSize), ps8AdpSrc, LEN_U32_X1); in DMX_adp_Ioctl()743 if(pstMMFIStartDes->u32Res == DMX_FILTER_STATUS_OK) in DMX_adp_Ioctl()747 CMP_CPY_TO_USER(ps8AdpSrc, (void*)&(pstMMFIStartDes->pBuf), LEN_MSPHY); in DMX_adp_Ioctl()749 CMP_CPY_TO_USER(ps8AdpSrc, (void*)&(pstMMFIStartDes->u32BufSize), LEN_U32_X1); in DMX_adp_Ioctl()