Home
last modified time | relevance | path

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

/utopia/UTPA2-700.0.x/modules/graphic/api/gop/
H A DapiGOP.c7163 GOP_GETCAPS_PARAM gopcaps; in MApi_GOP_GetChipCaps() local
7166 memset(&gopcaps, 0x0, sizeof(GOP_GETCAPS_PARAM)); in MApi_GOP_GetChipCaps()
7168 gopcaps.caps = eCapType; in MApi_GOP_GetChipCaps()
7169 gopcaps.pInfo = &u16Align; in MApi_GOP_GetChipCaps()
7170 gopcaps.u32Size = sizeof(u16Align); in MApi_GOP_GetChipCaps()
7172 if(UtopiaIoctl(pInstantGOP,MAPI_CMD_GOP_GET_CHIPCAPS,&gopcaps)!= UTOPIA_STATUS_SUCCESS) in MApi_GOP_GetChipCaps()
7193 GOP_GETCAPS_PARAM gopcaps; in MApi_GOP_GetChipCaps() local
7197 memset(&gopcaps, 0x0, sizeof(GOP_GETCAPS_PARAM)); in MApi_GOP_GetChipCaps()
7209 gopcaps.caps = eCapType; in MApi_GOP_GetChipCaps()
7210 gopcaps.pInfo = (MS_U32*)&stDrvMuxCapEx; in MApi_GOP_GetChipCaps()
[all …]