Home
last modified time | relevance | path

Searched refs:u32PowerState (Results 1 – 25 of 79) sorted by relevance

1234

/utopia/UTPA2-700.0.x/modules/vdec_v3/api/vdec_v3/
H A DapiVDEC_EX_v2.c156 MS_U32 VDEC_EXStr(MS_U32 u32PowerState, void* pModule) in VDEC_EXStr() argument
167 UtopiaStrSendCondition("vdec", u32PowerState, 0); in VDEC_EXStr()
171 if (u32PowerState == E_POWER_SUSPEND) in VDEC_EXStr()
183 else if (u32PowerState == E_POWER_RESUME) in VDEC_EXStr()
195 UtopiaStrSendCondition("vdec", u32PowerState, 0); in VDEC_EXStr()
/utopia/UTPA2-700.0.x/modules/dac/api/dac/
H A DapiDAC_v2.c32 MS_U32 DACStr(MS_U32 u32PowerState, void* pModule) in DACStr() argument
37 switch(u32PowerState) in DACStr()
48 DACArgs.ePowerState = u32PowerState; in DACStr()
66 DACArgs.ePowerState = u32PowerState; in DACStr()
76 … printf("[%s][%d] PowerState:%lx not Implement now!!!\n",__FUNCTION__,__LINE__,u32PowerState); in DACStr()
/utopia/UTPA2-700.0.x/modules/ve/drv/ve/
H A Dtvencoder.c28 MS_U32 VEStr(MS_U32 u32PowerState, void* pModule) in VEStr() argument
32 switch(u32PowerState) in VEStr()
35 _MDrv_TVE_SetPowerState(u32PowerState); in VEStr()
39 _MDrv_TVE_SetPowerState(u32PowerState); in VEStr()
43 … printf("[%s][%d] PowerState:%lx not Implement now!!!\n",__FUNCTION__,__LINE__,u32PowerState); in VEStr()
/utopia/UTPA2-700.0.x/modules/dlc/api/dlc/
H A DapiXC_Dlc_v2.c21 MS_U32 DLCStr(MS_U32 u32PowerState, void* pModule) in DLCStr() argument
26 switch(u32PowerState) in DLCStr()
37 DBCArgs.enPowerState = u32PowerState; in DLCStr()
55 DBCArgs.enPowerState = u32PowerState; in DLCStr()
65 … printf("[%s][%d] PowerState:%lx not Implement now!!!\n",__FUNCTION__,__LINE__,u32PowerState); in DLCStr()
/utopia/UTPA2-700.0.x/modules/xc/api/ace/
H A DapiXC_Ace_v2.c24 MS_U32 ACEStr(MS_U32 u32PowerState, void* pModule) in ACEStr() argument
29 switch(u32PowerState) in ACEStr()
40 ACEArgs.enPowerState = u32PowerState; in ACEStr()
57 ACEArgs.enPowerState = u32PowerState; in ACEStr()
66 … printf("[%s][%d] PowerState:%lx not Implement now!!!\n",__FUNCTION__,__LINE__,u32PowerState); in ACEStr()
/utopia/UTPA2-700.0.x/modules/vdec_lite/api/vdec_lite/
H A DapiVDEC_EX_v2.c156 MS_U32 VDEC_EXStr(MS_U32 u32PowerState, void* pModule) in VDEC_EXStr() argument
170 if (u32PowerState == E_POWER_SUSPEND) in VDEC_EXStr()
182 else if (u32PowerState == E_POWER_RESUME) in VDEC_EXStr()
/utopia/UTPA2-700.0.x/modules/xc/api/pnl/
H A DapiPNL_v2.c19 MS_U32 PNLStr(MS_U32 u32PowerState, void* pModule) in PNLStr() argument
24 switch(u32PowerState) in PNLStr()
35 PNLArgs.ePowerState = u32PowerState; in PNLStr()
53 PNLArgs.ePowerState = u32PowerState; in PNLStr()
63 … printf("[%s][%d] PowerState:%lx not Implement now!!!\n",__FUNCTION__,__LINE__,u32PowerState); in PNLStr()
/utopia/UTPA2-700.0.x/modules/vd/drv/vbi/
H A DmdrvVBI.c107 MS_U32 VBIStr(MS_U32 u32PowerState, void* pModule) in VBIStr() argument
111 if ((u32PowerState == E_POWER_SUSPEND) || (u32PowerState == E_POWER_RESUME)) in VBIStr()
113 u32Return = _MDrv_VBI_SetPowerState(u32PowerState); in VBIStr()
/utopia/UTPA2-700.0.x/modules/hwi2c/drv/hwi2c/
H A DmdrvHWI2C.c38 MS_U32 HWIICStr(MS_U32 u32PowerState, void* pModule) in HWIICStr() argument
43 if (u32PowerState == E_POWER_SUSPEND) in HWIICStr()
48 else if (u32PowerState == E_POWER_RESUME) in HWIICStr()
/utopia/UTPA2-700.0.x/modules/gpd/api/gpd/
H A DapiGPD_v2.c280 MS_U32 GPDStr(MS_U32 u32PowerState, void* pModule) in GPDStr() argument
289 if (u32PowerState == E_POWER_SUSPEND) in GPDStr()
314 else if (u32PowerState == E_POWER_RESUME) in GPDStr()
/utopia/UTPA2-700.0.x/modules/bdma/drv/bdma/
H A DmdrvBDMA.c344 MS_U32 BDMAStr(MS_U32 u32PowerState, void* pModule) in BDMAStr() argument
350 if (u32PowerState == E_POWER_SUSPEND) in BDMAStr()
355 else if (u32PowerState == E_POWER_RESUME) in BDMAStr()
/utopia/UTPA2-700.0.x/modules/pq/drv/pq/
H A DapiPQ_v2.c23 MS_U32 PQStr(MS_U32 u32PowerState, void* pModule) in PQStr() argument
28 switch(u32PowerState) in PQStr()
39 PQArgs.enPowerState = u32PowerState; in PQStr()
57 PQArgs.enPowerState = u32PowerState; in PQStr()
67 … printf("[%s][%d] PowerState:%lx not Implement now!!!\n",__FUNCTION__,__LINE__,u32PowerState); in PQStr()
/utopia/UTPA2-700.0.x/modules/demodulator/drv/demod/
H A DdrvDMD_INTERN_DVBT2_v2.c1170 MS_U32 DVBT2Str(MS_U32 u32PowerState, void* pModule) in DVBT2Str() argument
1180 if (u32PowerState == E_POWER_SUSPEND) in DVBT2Str()
1192 else if (u32PowerState == E_POWER_RESUME) in DVBT2Str()
H A DdrvDMD_INTERN_DVBT_v2.c1560 MS_U32 DVBTStr(MS_U32 u32PowerState, void* pModule) in DVBTStr() argument
1568 if (u32PowerState == E_POWER_SUSPEND) in DVBTStr()
1580 else if (u32PowerState == E_POWER_RESUME) in DVBTStr()
H A DdrvDMD_ISDBT_v2.c287 MS_U32 ISDBTStr(MS_U32 u32PowerState, void* pModule) in ISDBTStr() argument
311 u32Ret=_MDrv_DMD_ISDBT_MD_SetPowerState(i++, u32PowerState); in ISDBTStr()
H A DdrvDMD_DTMB_v2.c289 MS_U32 DTMBStr(MS_U32 u32PowerState, void* pModule) in DTMBStr() argument
313 u32Ret = _MDrv_DMD_DTMB_MD_SetPowerState(i++, u32PowerState); in DTMBStr()
H A DdrvDMD_INTERN_DVBC_v2.c1792 MS_U32 DVBCStr(MS_U32 u32PowerState, void* pModule) in DVBCStr() argument
1821 if (u32PowerState == E_POWER_SUSPEND) in DVBCStr()
1832 else if (u32PowerState == E_POWER_RESUME) in DVBCStr()
H A DdrvDMD_ATSC_v2.c292 MS_U32 ATSCStr(MS_U32 u32PowerState, void* pModule) in ATSCStr() argument
316 u32Ret = _MDrv_DMD_ATSC_MD_SetPowerState(i++, u32PowerState); in ATSCStr()
H A DdrvDMD_INTERN_DVBS_v2.c2271 MS_U32 DVBSStr(MS_U32 u32PowerState, void* pModule) in DVBSStr() argument
2280 if (u32PowerState == E_POWER_SUSPEND) in DVBSStr()
2291 else if (u32PowerState == E_POWER_RESUME) in DVBSStr()
/utopia/UTPA2-700.0.x/modules/njpd/api/njpeg_ex/
H A DapiJPEG_v2.c649 MS_U32 JPEGStr(MS_U32 u32PowerState, void* pModule) in JPEGStr() argument
660 if (u32PowerState == E_POWER_SUSPEND) in JPEGStr()
687 else if (u32PowerState == E_POWER_RESUME) in JPEGStr()
/utopia/UTPA2-700.0.x/modules/dscmb/drv/dscmb/
H A Ddscmb.c71 MS_U32 DSCMBStr(MS_U32 u32PowerState, void* pModule) in DSCMBStr() argument
73 return MDrv_DSCMB2_SetPowerState(u32PowerState); in DSCMBStr()
/utopia/UTPA2-700.0.x/modules/vif/drv/vif/
H A DVIF.c390 MS_U32 VIFStr(MS_U32 u32PowerState, void* pModule) in VIFStr() argument
397 if (u32PowerState == E_POWER_SUSPEND) in VIFStr()
405 else if (u32PowerState == E_POWER_RESUME) in VIFStr()
413 UtopiaStrSendCondition("vif", u32PowerState, 0); in VIFStr()
/utopia/UTPA2-700.0.x/modules/vd/drv/avd/
H A DAVD.c700 MS_U32 AVDStr(MS_U32 u32PowerState, void* pModule) in AVDStr() argument
706 if (u32PowerState == E_POWER_SUSPEND) in AVDStr()
719 else if (u32PowerState == E_POWER_RESUME) in AVDStr()
722 UtopiaStrWaitCondition("avd", u32PowerState, 0); in AVDStr()
762 UtopiaStrSendCondition("avd",u32PowerState ,0); in AVDStr()
/utopia/UTPA2-700.0.x/modules/mvop/drv/mvop/
H A DdrvMVOP_v2.c161 MS_U32 MVOPStr(MS_U32 u32PowerState, void* pModule) in MVOPStr() argument
173 if (u32PowerState == E_POWER_SUSPEND) in MVOPStr()
184 else if (u32PowerState == E_POWER_RESUME) in MVOPStr()
/utopia/UTPA2-700.0.x/modules/graphic/api/gop/
H A DmapiGOP.c10378 MS_U32 Ioctl_GOP_PowerState(void* pInstance,MS_U32 u32PowerState, void* pModule) in Ioctl_GOP_PowerState() argument
10394 …OP_M_INFO("[%s][%d] IoctlGOP STR PowerState=%tx\n",__FUNCTION__,__LINE__,(ptrdiff_t)u32PowerState); in Ioctl_GOP_PowerState()
10400 switch(u32PowerState) in Ioctl_GOP_PowerState()
10404 MDrv_GOP_GWIN_PowerState(pInstance, u32PowerState, pModule); in Ioctl_GOP_PowerState()
10410 MDrv_GOP_GWIN_PowerState(pInstance, u32PowerState, pModule); in Ioctl_GOP_PowerState()
10415 …R("[%s][%d] PowerState:%tx not Implement now!!!\n",__FUNCTION__,__LINE__,(ptrdiff_t)u32PowerState); in Ioctl_GOP_PowerState()
10423 switch(u32PowerState) in Ioctl_GOP_PowerState()
10460 …R("[%s][%d] PowerState:%tx not Implement now!!!\n",__FUNCTION__,__LINE__,(ptrdiff_t)u32PowerState); in Ioctl_GOP_PowerState()
10607 MS_U32 GOPStr(MS_U32 u32PowerState, void* pModule) in GOPStr() argument
10612 switch(u32PowerState) in GOPStr()
[all …]

1234