Home
last modified time | relevance | path

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

/utopia/UTPA2-700.0.x/modules/ve/drv/ve/
H A Dtvencoder.c720 PTVE_SETPOWERSTATE pSetPowerState = (PTVE_SETPOWERSTATE)pArgs; in TVENCODERIoctl() local
722 if(TRUE == pstInstPri->fpTVE_SetPowerState(pSetPowerState->ePowerState)) in TVENCODERIoctl()
724 pSetPowerState->eRet = E_TVENCODER_OK; in TVENCODERIoctl()
728 pSetPowerState->eRet = E_TVENCODER_FAIL; in TVENCODERIoctl()
/utopia/UTPA2-700.0.x/modules/vd/drv/avd/
H A DAVD.c360 PAVD_SETPOWERSTATE pSetPowerState = NULL; in AVDIoctl() local
656 pSetPowerState = (PAVD_SETPOWERSTATE)pArgs; in AVDIoctl()
657 u32Ret = (psAvdInstPri->fpAVDSetPowerState)(pSetPowerState->u16PowerState, psAvdResPri); in AVDIoctl()
658 pSetPowerState->u32Value = (MS_U32)u32Ret; in AVDIoctl()