Home
last modified time | relevance | path

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

/utopia/UTPA2-700.0.x/modules/graphic/drv/gop/
H A DdrvGOP.c651 static MS_BOOL _IsGwinIdValid(MS_GOP_CTX_LOCAL*pDrvCtx, MS_U8 u8GwinID) in _IsGwinIdValid() argument
653 if (u8GwinID>=pDrvCtx->pGopChipProperty->TotalGwinNum) in _IsGwinIdValid()
659 static MS_BOOL _IsGopNumVaild(MS_GOP_CTX_LOCAL*pDrvCtx, MS_U8 u8GopNum) in _IsGopNumVaild() argument
661 if (u8GopNum>=MDrv_GOP_GetMaxGOPNum(pDrvCtx)) in _IsGopNumVaild()
667 static MS_BOOL _IsMuxSelVaild(MS_GOP_CTX_LOCAL*pDrvCtx, MS_U8 u8GopNum) in _IsMuxSelVaild() argument
669 if (u8GopNum>=MDrv_GOP_GetMaxMuxSel(pDrvCtx)) in _IsMuxSelVaild()