Lines Matching refs:apiCtxShared
7677 if(pDrvGOPShared->apiCtxShared.bGopHasInitialized[gop]) in Ioctl_GOP_GetProperty()
7679 pGOPInitInfo->u16PanelWidth = pDrvGOPShared->apiCtxShared.u16PnlWidth[gop]; in Ioctl_GOP_GetProperty()
7680 pGOPInitInfo->u16PanelHeight = pDrvGOPShared->apiCtxShared.u16PnlHeight[gop]; in Ioctl_GOP_GetProperty()
7681 pGOPInitInfo->u16PanelHStr = pDrvGOPShared->apiCtxShared.u16PnlHStr[gop]; in Ioctl_GOP_GetProperty()
7682 pGOPInitInfo->bEnableVsyncIntFlip = pDrvGOPShared->apiCtxShared.bEnableVsyncIntFlip; in Ioctl_GOP_GetProperty()
7683 … pGOPInitInfo->u32GOPRBAdr = pDrvGOPShared->apiCtxShared.fbPool1.GWinFB_Pool_BaseAddr; in Ioctl_GOP_GetProperty()
7684 … pGOPInitInfo->u32GOPRBLen = pDrvGOPShared->apiCtxShared.fbPool1.u32GWinFB_Pool_MemLen; in Ioctl_GOP_GetProperty()
7685 pGOPInitInfo->u32GOPRegdmaAdr = pDrvGOPShared->apiCtxShared.phyGOPRegdmaAdr; in Ioctl_GOP_GetProperty()
7686 pGOPInitInfo->u32GOPRegdmaLen = pDrvGOPShared->apiCtxShared.u32GOPRegdmaLen; in Ioctl_GOP_GetProperty()
10398 if(pDrvGOPShared->apiCtxShared.bEnableVsyncIntFlip ==FALSE)//Usr RedLine:GFLIP Suspend/Resume in Ioctl_GOP_PowerState()
10742 if((pDrvGOPShared->apiCtxShared.GOPLockPid != 0)) in GOPIoctl()
10745 if (kill(pDrvGOPShared->apiCtxShared.GOPLockPid, 0) == ESRCH) in GOPIoctl()
10748 …tx not existance!!! \n",__FUNCTION__,__LINE__, (ptrdiff_t)pDrvGOPShared->apiCtxShared.GOPLockPid); in GOPIoctl()