Home
last modified time | relevance | path

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

/utopia/UTPA2-700.0.x/modules/dmx/utopia_adaption/dmx/
H A DDMX_adp.c261 DMX_FQ_Cfg *pstFqCfg = NULL; in DMX_adp_Ioctl() local
1101 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()
/utopia/UTPA2-700.0.x/modules/dmx/api/dmx/
H A DapiDMX.c12012 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 …]
H A DapiDMX_v2.c7009 DMX_FILTER_STATUS MApi_DMX_FQ_Configure(DMX_FQ_Cfg* pstFqCfg) in MApi_DMX_FQ_Configure() argument
7016 …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()
H A DapiDMX_private.h846 DMX_FILTER_STATUS _MApi_DMX_FQ_Configure(DMX_FQ_Cfg* pstFqCfg);
/utopia/UTPA2-700.0.x/mxlib/include/
H A DapiDMX.h3792 DMX_FILTER_STATUS SYMBOL_WEAK MApi_DMX_FQ_Configure(DMX_FQ_Cfg* pstFqCfg);
/utopia/UTPA2-700.0.x/projects/build/
H A Dpreprocess.txt33825 DMX_FILTER_STATUS SYMBOL_WEAK MApi_DMX_FQ_Configure(DMX_FQ_Cfg* pstFqCfg);