Lines Matching refs:stDrvMuxCapEx
7195 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()
7221 pstDrvMuxCap->pu8MuxProrityArray[u8num]=stDrvMuxCapEx.pu8MuxProrityArray[u8num]; in MApi_GOP_GetChipCaps()
7223 pstDrvMuxCap->bNewMux = stDrvMuxCapEx.bNewMux; in MApi_GOP_GetChipCaps()
7224 pstDrvMuxCap->bNeedSetMUX1ToIP0 = stDrvMuxCapEx.bNeedSetMUX1ToIP0; in MApi_GOP_GetChipCaps()
7225 pstDrvMuxCap->bNeedSetMUX3ToIP0 = stDrvMuxCapEx.bNeedSetMUX3ToIP0; in MApi_GOP_GetChipCaps()