Searched refs:pSetPowerState (Results 1 – 2 of 2) sorted by relevance
720 PTVE_SETPOWERSTATE pSetPowerState = (PTVE_SETPOWERSTATE)pArgs; in TVENCODERIoctl() local722 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()
360 PAVD_SETPOWERSTATE pSetPowerState = NULL; in AVDIoctl() local656 pSetPowerState = (PAVD_SETPOWERSTATE)pArgs; in AVDIoctl()657 u32Ret = (psAvdInstPri->fpAVDSetPowerState)(pSetPowerState->u16PowerState, psAvdResPri); in AVDIoctl()658 pSetPowerState->u32Value = (MS_U32)u32Ret; in AVDIoctl()