Home
last modified time | relevance | path

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

/utopia/UTPA2-700.0.x/modules/dmx/api/dmx/
H A DapiDMX_v2.c3820 DMX_OutputPad_Cfg stOutPadCfg; in MApi_DMX_TsOutputPadCfg() local
3822 stOutPadCfg.eOutPad = eOutPad; in MApi_DMX_TsOutputPadCfg()
3823 stOutPadCfg.eInSrcPad = eInSrcPad; in MApi_DMX_TsOutputPadCfg()
3824 stOutPadCfg.bInParallel = bInParallel; in MApi_DMX_TsOutputPadCfg()
3825 stOutPadCfg.u32ResvNum = u32ResvNum; in MApi_DMX_TsOutputPadCfg()
3826 stOutPadCfg.pu32Resv = pu32Resv; in MApi_DMX_TsOutputPadCfg()
3827 stOutPadCfg.u32Res = 0; in MApi_DMX_TsOutputPadCfg()
3832 …if (UtopiaIoctl(_pInstantDmx, MApi_CMD_DMX_OutPadCfg,(void*)&stOutPadCfg) != UTOPIA_STATUS_SUCCESS) in MApi_DMX_TsOutputPadCfg()
3838 if(stOutPadCfg.u32Res != (MS_U32)DMX_FILTER_STATUS_OK) in MApi_DMX_TsOutputPadCfg()