Searched refs:pstFqCfg (Results 1 – 6 of 6) sorted by relevance
261 DMX_FQ_Cfg *pstFqCfg = NULL; in DMX_adp_Ioctl() local1101 pstFqCfg = (DMX_FQ_Cfg*)pArgs; in DMX_adp_Ioctl()1112 if((pstFqCfg->u32CfgDataSize > 0) && (pstFqCfg->u32CfgDataSize <= u32data)) in DMX_adp_Ioctl()1113 u32data = pstFqCfg->u32CfgDataSize; in DMX_adp_Ioctl()
12012 DMX_FILTER_STATUS _MApi_DMX_FQ_Configure(DMX_FQ_Cfg* pstFqCfg)12023 if(E_DMX_FQ_CFG_SEL_SRCMUX == pstFqCfg->eCfgCmd)12025 if(pstFqCfg->bSet)12027 switch(pstFqCfg->eFqSrcSel)12047 if(DRVTSP_OK != MDrv_TSP_FQ_SetMuxSwitch(pstFqCfg->u32FQEng,eFQSrcif))12052 if(DRVTSP_OK != MDrv_TSP_FQ_GetMuxSwitch(pstFqCfg->u32FQEng,&eFQSrcif))12055 pstFqCfg->eFqSrcSel = 0xFF;12059 pstFqCfg->eFqSrcSel = DMX_TSIF_LIVE0;12062 pstFqCfg->eFqSrcSel = DMX_TSIF_LIVE1;12065 pstFqCfg->eFqSrcSel = DMX_TSIF_LIVE2;[all …]
7009 DMX_FILTER_STATUS MApi_DMX_FQ_Configure(DMX_FQ_Cfg* pstFqCfg) in MApi_DMX_FQ_Configure() argument7016 …if (UtopiaIoctl(_pInstantDmx, MApi_CMD_DMX_FQ_Configure, (void*)pstFqCfg) != UTOPIA_STATUS_SUCCESS) in MApi_DMX_FQ_Configure()7022 if(pstFqCfg->u32Res != (MS_U32)DMX_FILTER_STATUS_OK) in MApi_DMX_FQ_Configure()7028 return _MApi_DMX_FQ_Configure(pstFqCfg); in MApi_DMX_FQ_Configure()
846 DMX_FILTER_STATUS _MApi_DMX_FQ_Configure(DMX_FQ_Cfg* pstFqCfg);
3792 DMX_FILTER_STATUS SYMBOL_WEAK MApi_DMX_FQ_Configure(DMX_FQ_Cfg* pstFqCfg);
33825 DMX_FILTER_STATUS SYMBOL_WEAK MApi_DMX_FQ_Configure(DMX_FQ_Cfg* pstFqCfg);