Home
last modified time | relevance | path

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

/utopia/UTPA2-700.0.x/projects/tmplib/include/
H A DapiDMX.h285 MS_U32 u32FWSize; member
1070 DMX_FILTER_STATUS MApi_DMX_Resume(MS_PHY phyFWAddr, MS_U32 u32FWSize);
1137 MS_U32 MApi_DMX_SetPowerState(EN_POWER_MODE u16PowerState, MS_PHY phyFWAddr, MS_U32 u32FWSize);
H A DdrvRVD.h351 MS_U32 u32FWSize; ///<RVD Open bin size member
H A DapiDMX_v2.h559 MS_U32 u32FWSize; member
/utopia/UTPA2-700.0.x/mxlib/include/
H A DapiDMX.h291 MS_U32 u32FWSize; ///< Firmware size member
1447 DMX_FILTER_STATUS MApi_DMX_Resume(MS_PHY phyFWAddr, MS_U32 u32FWSize);
1515 … MApi_DMX_SetPowerState(EN_POWER_MODE u16PowerState, MS_PHY phyFWAddr, MS_U32 u32FWSize);
H A DdrvRVD.h351 MS_U32 u32FWSize; ///<RVD Open bin size member
H A DapiDMX_v2.h608 MS_U32 u32FWSize; member
/utopia/UTPA2-700.0.x/modules/dmx/api/dmx/
H A DapiDMX_v2.c799 DMX_FILTER_STATUS MApi_DMX_Resume(MS_PHY phyFWAddr, MS_U32 u32FWSize) in MApi_DMX_Resume() argument
812 tspparam.u32FWSize = u32FWSize; in MApi_DMX_Resume()
827 return _MApi_DMX_Resume(phyFWAddr, u32FWSize); in MApi_DMX_Resume()
6093 MS_U32 MApi_DMX_SetPowerState(EN_POWER_MODE u16PowerState, MS_PHY phyFWAddr, MS_U32 u32FWSize) in MApi_DMX_SetPowerState() argument
6106 PowSteParam.u32FWSize = u32FWSize; in MApi_DMX_SetPowerState()
6121 return _MApi_DMX_SetPowerState(u16PowerState, phyFWAddr, u32FWSize); in MApi_DMX_SetPowerState()
H A DapiDMX.c149 TSP_Result MDrv_TSP_Resume(MS_PHY phyFWAddr, MS_U32 u32FWSize);
3756 _pdmx_res->_u32TspFwSize = param->u32FWSize; in _MApi_DMX_TSPInit()
3762 tsp_param.u32FWSize = param->u32FWSize; in _MApi_DMX_TSPInit()
3811 param->u32FWSize = _pdmx_res->_u32TspFwSize; in _MApi_DMX_TSPInit_GetConfig()
4004 DMX_FILTER_STATUS _MApi_DMX_Resume(MS_PHY phyFWAddr, MS_U32 u32FWSize) in _MApi_DMX_Resume() argument
4025 u32FWSize = _pdmx_res->_u32TspFwSize; in _MApi_DMX_Resume()
4028 if(MDrv_TSP_Resume(phyFWAddr, u32FWSize) != DRVTSP_OK) in _MApi_DMX_Resume()
12953 MS_U32 _MApi_DMX_SetPowerState(EN_POWER_MODE ePowerState, MS_PHY phyFWAddr, MS_U32 u32FWSize)
12967 _ret = _MApi_DMX_Resume(phyFWAddr, u32FWSize);
H A DmapiDMX.c635 …if(psDmxInstPri->fpDMXSetFWBuf(pTSPParam->phyFWAddr, pTSPParam->u32FWSize) != DMX_FILTER_STATUS_OK) in DMXIoctl()
677 … pTSPParam->u32Res = (MS_U32)psDmxInstPri->fpDMXResume(pTSPParam->phyFWAddr, pTSPParam->u32FWSize); in DMXIoctl()
724 …SetPowerState(pCmdPowerState->u16PowerState, pCmdPowerState->u32FWAddr, pCmdPowerState->u32FWSize); in DMXIoctl()
H A DapiDMX_private.h689 DMX_FILTER_STATUS _MApi_DMX_Resume(MS_PHY phyFWAddr, MS_U32 u32FWSize);
831 … _MApi_DMX_SetPowerState(EN_POWER_MODE ePowerState, MS_PHY phyFWAddr, MS_U32 u32FWSize);
/utopia/UTPA2-700.0.x/modules/dmx/drv/tsp/
H A DdrvTSP.h714 TSP_Result MDrv_TSP_Init(MS_PHY u32FWAddr, MS_U32 u32FWSize); …
719 TSP_Result MDrv_TSP_Resume(MS_PHY u32FWAddr, MS_U32 u32FWSize);
H A DdrvTSP.c3969 TSP_Result MDrv_TSP_Resume(MS_PHY phyFWAddr, MS_U32 u32FWSize)
3981 _ptsp_res->_u32FwSize = u32FWSize;
7439 TSP_Result MDrv_TSP_Init(MS_PHY phyFWAddr, MS_U32 u32FWSize)
7454 _ptsp_res->_u32FwSize = u32FWSize;
/utopia/UTPA2-700.0.x/modules/dmx/drv/tsp3/
H A DdrvTSP.h785 TSP_Result MDrv_TSP_Init(MS_PHY u32FWAddr, MS_U32 u32FWSize); …
790 TSP_Result MDrv_TSP_Resume(MS_PHY phyFWAddr, MS_U32 u32FWSize);
H A DdrvTSP.c3567 TSP_Result MDrv_TSP_Resume(MS_PHY phyFWAddr, MS_U32 u32FWSize) in MDrv_TSP_Resume() argument
3593 _ptsp_res->_u32FwSize = u32FWSize; in MDrv_TSP_Resume()
6935 TSP_Result MDrv_TSP_Init(MS_PHY phyFWAddr, MS_U32 u32FWSize) in MDrv_TSP_Init() argument
6957 _ptsp_res->_u32FwSize = u32FWSize; in MDrv_TSP_Init()
/utopia/UTPA2-700.0.x/modules/dmx/utopia_adaption/dmx/
H A DDMX_adp.c287 CMP_CPY_FROM_USER((void*)&(pTspParamDec->u32FWSize), ps8AdpSrc, LEN_U32_X1); in DMX_adp_Ioctl()
352 CMP_CPY_FROM_USER((void*)&(pstPowerStateDes->u32FWSize), ps8AdpSrc, LEN_U32_X1); in DMX_adp_Ioctl()
797 CMP_CPY_FROM_USER((void*)&(pTspParamDec->u32FWSize), ps8AdpSrc, LEN_U32_X1); in DMX_adp_Ioctl()
/utopia/UTPA2-700.0.x/modules/dmx/drv/tsp4/
H A DdrvTSP2.c2449 _ptsp_res->_stSecBuf.u32BufSize = _ptsp_res->_tspInfo.Param.u32FWSize; in _TSP_Init()
2459 … (TRUE != HAL_TSP_LoadFW(_ptsp_res->_tspInfo.Param.phyFWAddr, _ptsp_res->_tspInfo.Param.u32FWSize)) in _TSP_Init()
2482 HAL_TSP_LoadFW(_ptsp_res->_tspInfo.Param.phyFWAddr, _ptsp_res->_tspInfo.Param.u32FWSize); in _TSP_Init()
3081 TSP_Result MDrv_TSP_Resume(MS_U32 u32FWAddr, MS_U32 u32FWSize) in MDrv_TSP_Resume() argument
3096 _ptsp_res->_tspInfo.Param.u32FWSize = u32FWSize; in MDrv_TSP_Resume()
H A DdrvTSP2.h257 MS_U32 u32FWSize; member
/utopia/UTPA2-700.0.x/modules/vdec_v1/drv/rvd/
H A DdrvRVD.c350 HAL_RVD_MemSetMap(E_RVD_MMAP_FW, memCfg->u32FWAddr, memCfg->u32FWSize); in MDrv_RVD_SetCfg()
/utopia/UTPA2-700.0.x/modules/vdec_v1/api/vdec/
H A DapiVDEC.c4067 memCfg.u32FWSize = cfg.u32CodeBufSize; in MApi_VDEC_V2_Init()
4661 memCfg.u32FWSize = cfg.u32CodeBufSize; in MApi_VDEC_V2_Init_EX()
/utopia/UTPA2-700.0.x/projects/build/
H A Dpreprocess.txt32108 MS_U32 u32FWSize;
33221 DMX_FILTER_STATUS MApi_DMX_Resume(MS_PHY phyFWAddr, MS_U32 u32FWSize);
33252 MS_U32 MApi_DMX_SetPowerState(EN_POWER_MODE u16PowerState, MS_PHY phyFWAddr, MS_U32 u32FWSize);
58444 MS_U32 u32FWSize;
69944 MS_U32 u32FWSize;