Lines Matching refs:u32PowerState
10378 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()
10616 MDrv_GOP_GWIN_PowerState(NULL, u32PowerState, pModule); in GOPStr()
10622 MDrv_GOP_GWIN_PowerState(NULL, u32PowerState, pModule); in GOPStr()
10627 … GOP_M_ERR("[%s][%d] PowerState:%x not Implement now!!!\n",__FUNCTION__,__LINE__,u32PowerState); in GOPStr()