Home
last modified time | relevance | path

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

/utopia/UTPA2-700.0.x/modules/graphic/api/gop/
H A DapiGOP.c7195 ST_DRV_GOP_MUX_CAP_EX stDrvMuxCapEx; in MApi_GOP_GetChipCaps() local
7198 memset(&stDrvMuxCapEx, 0x0, sizeof(ST_DRV_GOP_MUX_CAP_EX)); in MApi_GOP_GetChipCaps()
7200 stDrvMuxCapEx.u8MuxNumber=pstDrvMuxCap->u8MuxNumber; in MApi_GOP_GetChipCaps()
7203 stDrvMuxCapEx.pu8MuxProrityArray[u8num]=pstDrvMuxCap->pu8MuxProrityArray[u8num]; in MApi_GOP_GetChipCaps()
7205 stDrvMuxCapEx.bNewMux = pstDrvMuxCap->bNewMux; in MApi_GOP_GetChipCaps()
7206 stDrvMuxCapEx.bNeedSetMUX1ToIP0 = pstDrvMuxCap->bNeedSetMUX1ToIP0; in MApi_GOP_GetChipCaps()
7207 stDrvMuxCapEx.bNeedSetMUX3ToIP0 = pstDrvMuxCap->bNeedSetMUX3ToIP0; in MApi_GOP_GetChipCaps()
7210 gopcaps.pInfo = (MS_U32*)&stDrvMuxCapEx; in MApi_GOP_GetChipCaps()
7218 pstDrvMuxCap->u8MuxNumber=stDrvMuxCapEx.u8MuxNumber; in MApi_GOP_GetChipCaps()
7219 for(u8num=0;u8num<stDrvMuxCapEx.u8MuxNumber;u8num++) in MApi_GOP_GetChipCaps()
[all …]