Home
last modified time | relevance | path

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

/utopia/UTPA2-700.0.x/modules/xc/hal/mainz/xc/
H A Dmhal_sc.c6973 XC_AUTODOWNLOAD_FORMAT_INFO* pstFormatInfo = (XC_AUTODOWNLOAD_FORMAT_INFO *)pParam; in MHal_XC_AutoDownload_Write() local
6976 switch (pstFormatInfo->enSubClient) in MHal_XC_AutoDownload_Write()
6992 …printf("Write auto download fail, invaild paramters, subClient: %d\n", pstFormatInfo->enSubClient); in MHal_XC_AutoDownload_Write()
6996 if (pstFormatInfo->bEnableRange == TRUE) in MHal_XC_AutoDownload_Write()
6998 …if (pstFormatInfo->u16StartAddr <= pstFormatInfo->u16EndAddr && pstFormatInfo->u16EndAddr < u32Max… in MHal_XC_AutoDownload_Write()
6999 && (pstFormatInfo->u16StartAddr + u32Size - 1) < u32MaxSize) in MHal_XC_AutoDownload_Write()
7001 u16StartAddr = pstFormatInfo->u16StartAddr; in MHal_XC_AutoDownload_Write()
7006 …(unsigned int)u32Size, pstFormatInfo->bEnableRange, pstFormatInfo->u16StartAddr, pstFormatInfo->u1… in MHal_XC_AutoDownload_Write()
7018 …return _Hal_XC_Auto_Download_Format_Hdr_Data(pInstance, pstFormatInfo->enSubClient, pu8Data, u32Si… in MHal_XC_AutoDownload_Write()
/utopia/UTPA2-700.0.x/modules/xc/hal/kano/xc/
H A Dmhal_sc.c7786 XC_AUTODOWNLOAD_FORMAT_INFO* pstFormatInfo = (XC_AUTODOWNLOAD_FORMAT_INFO *)pParam; in MHal_XC_AutoDownload_Write() local
7789 switch (pstFormatInfo->enSubClient) in MHal_XC_AutoDownload_Write()
7805 …printf("Write auto download fail, invaild paramters, subClient: %d\n", pstFormatInfo->enSubClient); in MHal_XC_AutoDownload_Write()
7809 if (pstFormatInfo->bEnableRange == TRUE) in MHal_XC_AutoDownload_Write()
7811 …if (pstFormatInfo->u16StartAddr <= pstFormatInfo->u16EndAddr && pstFormatInfo->u16EndAddr < u32Max… in MHal_XC_AutoDownload_Write()
7812 && (pstFormatInfo->u16StartAddr + u32Size - 1) < u32MaxSize) in MHal_XC_AutoDownload_Write()
7814 u16StartAddr = pstFormatInfo->u16StartAddr; in MHal_XC_AutoDownload_Write()
7819 …u32Size, pstFormatInfo->bEnableRange, (ptrdiff_t)pstFormatInfo->u16StartAddr, (ptrdiff_t)pstFormat… in MHal_XC_AutoDownload_Write()
7831 …return _Hal_SC_Auto_Download_Format_Hdr_Data(pInstance, pstFormatInfo->enSubClient, pu8Data, u32Si… in MHal_XC_AutoDownload_Write()
/utopia/UTPA2-700.0.x/modules/xc/hal/curry/xc/
H A Dmhal_sc.c7624 XC_AUTODOWNLOAD_FORMAT_INFO* pstFormatInfo = (XC_AUTODOWNLOAD_FORMAT_INFO *)pParam; in MHal_XC_AutoDownload_Write() local
7627 switch (pstFormatInfo->enSubClient) in MHal_XC_AutoDownload_Write()
7643 …printf("Write auto download fail, invaild paramters, subClient: %d\n", pstFormatInfo->enSubClient); in MHal_XC_AutoDownload_Write()
7647 if (pstFormatInfo->bEnableRange == TRUE) in MHal_XC_AutoDownload_Write()
7649 …if (pstFormatInfo->u16StartAddr <= pstFormatInfo->u16EndAddr && pstFormatInfo->u16EndAddr < u32Max… in MHal_XC_AutoDownload_Write()
7650 && (pstFormatInfo->u16StartAddr + u32Size - 1) < u32MaxSize) in MHal_XC_AutoDownload_Write()
7652 u16StartAddr = pstFormatInfo->u16StartAddr; in MHal_XC_AutoDownload_Write()
7657 …u32Size, pstFormatInfo->bEnableRange, (ptrdiff_t)pstFormatInfo->u16StartAddr, (ptrdiff_t)pstFormat… in MHal_XC_AutoDownload_Write()
7669 …return _Hal_SC_Auto_Download_Format_Hdr_Data(pInstance, pstFormatInfo->enSubClient, pu8Data, u32Si… in MHal_XC_AutoDownload_Write()
/utopia/UTPA2-700.0.x/modules/xc/hal/k6lite/xc/
H A Dmhal_sc.c7508 XC_AUTODOWNLOAD_FORMAT_INFO* pstFormatInfo = (XC_AUTODOWNLOAD_FORMAT_INFO *)pParam; in MHal_XC_AutoDownload_Write() local
7511 switch (pstFormatInfo->enSubClient) in MHal_XC_AutoDownload_Write()
7527 …printf("Write auto download fail, invaild paramters, subClient: %d\n", pstFormatInfo->enSubClient); in MHal_XC_AutoDownload_Write()
7531 if (pstFormatInfo->bEnableRange == TRUE) in MHal_XC_AutoDownload_Write()
7533 …if (pstFormatInfo->u16StartAddr <= pstFormatInfo->u16EndAddr && pstFormatInfo->u16EndAddr < u32Max… in MHal_XC_AutoDownload_Write()
7534 && (pstFormatInfo->u16StartAddr + u32Size - 1) < u32MaxSize) in MHal_XC_AutoDownload_Write()
7536 u16StartAddr = pstFormatInfo->u16StartAddr; in MHal_XC_AutoDownload_Write()
7541 …u32Size, pstFormatInfo->bEnableRange, (ptrdiff_t)pstFormatInfo->u16StartAddr, (ptrdiff_t)pstFormat… in MHal_XC_AutoDownload_Write()
7553 …return _Hal_SC_Auto_Download_Format_Hdr_Data(pInstance, pstFormatInfo->enSubClient, pu8Data, u32Si… in MHal_XC_AutoDownload_Write()
/utopia/UTPA2-700.0.x/modules/xc/hal/k6/xc/
H A Dmhal_sc.c8140 XC_AUTODOWNLOAD_FORMAT_INFO* pstFormatInfo = (XC_AUTODOWNLOAD_FORMAT_INFO *)pParam; in MHal_XC_AutoDownload_Write() local
8143 switch (pstFormatInfo->enSubClient) in MHal_XC_AutoDownload_Write()
8159 …printf("Write auto download fail, invaild paramters, subClient: %d\n", pstFormatInfo->enSubClient); in MHal_XC_AutoDownload_Write()
8163 if (pstFormatInfo->bEnableRange == TRUE) in MHal_XC_AutoDownload_Write()
8165 …if (pstFormatInfo->u16StartAddr <= pstFormatInfo->u16EndAddr && pstFormatInfo->u16EndAddr < u32Max… in MHal_XC_AutoDownload_Write()
8166 && (pstFormatInfo->u16StartAddr + u32Size - 1) < u32MaxSize) in MHal_XC_AutoDownload_Write()
8168 u16StartAddr = pstFormatInfo->u16StartAddr; in MHal_XC_AutoDownload_Write()
8173 …u32Size, pstFormatInfo->bEnableRange, (ptrdiff_t)pstFormatInfo->u16StartAddr, (ptrdiff_t)pstFormat… in MHal_XC_AutoDownload_Write()
8185 …return _Hal_SC_Auto_Download_Format_Hdr_Data(pInstance, pstFormatInfo->enSubClient, pu8Data, u32Si… in MHal_XC_AutoDownload_Write()
/utopia/UTPA2-700.0.x/modules/xc/hal/mooney/xc/
H A Dmhal_sc.c8047 XC_AUTODOWNLOAD_FORMAT_INFO* pstFormatInfo = (XC_AUTODOWNLOAD_FORMAT_INFO *)pParam; in MHal_XC_AutoDownload_Write() local
8050 switch (pstFormatInfo->enSubClient) in MHal_XC_AutoDownload_Write()
8066 …printf("Write auto download fail, invaild paramters, subClient: %d\n", pstFormatInfo->enSubClient); in MHal_XC_AutoDownload_Write()
8070 if (pstFormatInfo->bEnableRange == TRUE) in MHal_XC_AutoDownload_Write()
8072 …if (pstFormatInfo->u16StartAddr <= pstFormatInfo->u16EndAddr && pstFormatInfo->u16EndAddr < u32Max… in MHal_XC_AutoDownload_Write()
8073 && (pstFormatInfo->u16StartAddr + u32Size - 1) < u32MaxSize) in MHal_XC_AutoDownload_Write()
8075 u16StartAddr = pstFormatInfo->u16StartAddr; in MHal_XC_AutoDownload_Write()
8080 …(unsigned int)u32Size, pstFormatInfo->bEnableRange, pstFormatInfo->u16StartAddr, pstFormatInfo->u1… in MHal_XC_AutoDownload_Write()
8092 …return _Hal_XC_Auto_Download_Format_Hdr_Data(pInstance, pstFormatInfo->enSubClient, pu8Data, u32Si… in MHal_XC_AutoDownload_Write()
/utopia/UTPA2-700.0.x/modules/xc/hal/macan/xc/
H A Dmhal_sc.c9120 XC_AUTODOWNLOAD_FORMAT_INFO* pstFormatInfo = (XC_AUTODOWNLOAD_FORMAT_INFO *)pParam; in MHal_XC_AutoDownload_Write() local
9123 switch (pstFormatInfo->enSubClient) in MHal_XC_AutoDownload_Write()
9139 …printf("Write auto download fail, invaild paramters, subClient: %d\n", pstFormatInfo->enSubClient); in MHal_XC_AutoDownload_Write()
9143 if (pstFormatInfo->bEnableRange == TRUE) in MHal_XC_AutoDownload_Write()
9145 …if (pstFormatInfo->u16StartAddr <= pstFormatInfo->u16EndAddr && pstFormatInfo->u16EndAddr < u32Max… in MHal_XC_AutoDownload_Write()
9146 && (pstFormatInfo->u16StartAddr + u32Size - 1) < u32MaxSize) in MHal_XC_AutoDownload_Write()
9148 u16StartAddr = pstFormatInfo->u16StartAddr; in MHal_XC_AutoDownload_Write()
9153 …(unsigned int)u32Size, pstFormatInfo->bEnableRange, pstFormatInfo->u16StartAddr, pstFormatInfo->u1… in MHal_XC_AutoDownload_Write()
9165 …return _Hal_XC_Auto_Download_Format_Hdr_Data(pInstance, pstFormatInfo->enSubClient, pu8Data, u32Si… in MHal_XC_AutoDownload_Write()
/utopia/UTPA2-700.0.x/modules/xc/hal/manhattan/xc/
H A Dmhal_sc.c9150 XC_AUTODOWNLOAD_FORMAT_INFO* pstFormatInfo = (XC_AUTODOWNLOAD_FORMAT_INFO *)pParam; in MHal_XC_AutoDownload_Write() local
9153 switch (pstFormatInfo->enSubClient) in MHal_XC_AutoDownload_Write()
9169 …printf("Write auto download fail, invaild paramters, subClient: %d\n", pstFormatInfo->enSubClient); in MHal_XC_AutoDownload_Write()
9173 if (pstFormatInfo->bEnableRange == TRUE) in MHal_XC_AutoDownload_Write()
9175 …if (pstFormatInfo->u16StartAddr <= pstFormatInfo->u16EndAddr && pstFormatInfo->u16EndAddr < u32Max… in MHal_XC_AutoDownload_Write()
9176 && (pstFormatInfo->u16StartAddr + u32Size - 1) < u32MaxSize) in MHal_XC_AutoDownload_Write()
9178 u16StartAddr = pstFormatInfo->u16StartAddr; in MHal_XC_AutoDownload_Write()
9183 …u32Size, pstFormatInfo->bEnableRange, (ptrdiff_t)pstFormatInfo->u16StartAddr, (ptrdiff_t)pstFormat… in MHal_XC_AutoDownload_Write()
9195 …return _Hal_XC_Auto_Download_Format_Hdr_Data(pInstance, pstFormatInfo->enSubClient, pu8Data, u32Si… in MHal_XC_AutoDownload_Write()
/utopia/UTPA2-700.0.x/modules/xc/hal/M7621/xc/
H A Dmhal_sc.c9935 XC_AUTODOWNLOAD_FORMAT_INFO* pstFormatInfo = (XC_AUTODOWNLOAD_FORMAT_INFO *)pParam; in MHal_XC_AutoDownload_Write() local
9938 switch (pstFormatInfo->enSubClient) in MHal_XC_AutoDownload_Write()
9954 …printf("Write auto download fail, invaild paramters, subClient: %d\n", pstFormatInfo->enSubClient); in MHal_XC_AutoDownload_Write()
9958 if (pstFormatInfo->bEnableRange == TRUE) in MHal_XC_AutoDownload_Write()
9960 …if (pstFormatInfo->u16StartAddr <= pstFormatInfo->u16EndAddr && pstFormatInfo->u16EndAddr < u32Max… in MHal_XC_AutoDownload_Write()
9961 && (pstFormatInfo->u16StartAddr + u32Size - 1) < u32MaxSize) in MHal_XC_AutoDownload_Write()
9963 u16StartAddr = pstFormatInfo->u16StartAddr; in MHal_XC_AutoDownload_Write()
9968 …(unsigned int)u32Size, pstFormatInfo->bEnableRange, (ptrdiff_t)pstFormatInfo->u16StartAddr, (ptrdi… in MHal_XC_AutoDownload_Write()
9980 …return _Hal_XC_Auto_Download_Format_Hdr_Data(pInstance, pstFormatInfo->enSubClient, pu8Data, u32Si… in MHal_XC_AutoDownload_Write()
/utopia/UTPA2-700.0.x/modules/xc/hal/maxim/xc/
H A Dmhal_sc.c9899 XC_AUTODOWNLOAD_FORMAT_INFO* pstFormatInfo = (XC_AUTODOWNLOAD_FORMAT_INFO *)pParam; in MHal_XC_AutoDownload_Write() local
9902 switch (pstFormatInfo->enSubClient) in MHal_XC_AutoDownload_Write()
9918 …printf("Write auto download fail, invaild paramters, subClient: %d\n", pstFormatInfo->enSubClient); in MHal_XC_AutoDownload_Write()
9922 if (pstFormatInfo->bEnableRange == TRUE) in MHal_XC_AutoDownload_Write()
9924 …if (pstFormatInfo->u16StartAddr <= pstFormatInfo->u16EndAddr && pstFormatInfo->u16EndAddr < u32Max… in MHal_XC_AutoDownload_Write()
9925 && (pstFormatInfo->u16StartAddr + u32Size - 1) < u32MaxSize) in MHal_XC_AutoDownload_Write()
9927 u16StartAddr = pstFormatInfo->u16StartAddr; in MHal_XC_AutoDownload_Write()
9932 …(unsigned int)u32Size, pstFormatInfo->bEnableRange, (ptrdiff_t)pstFormatInfo->u16StartAddr, (ptrdi… in MHal_XC_AutoDownload_Write()
9944 …return _Hal_XC_Auto_Download_Format_Hdr_Data(pInstance, pstFormatInfo->enSubClient, pu8Data, u32Si… in MHal_XC_AutoDownload_Write()
/utopia/UTPA2-700.0.x/modules/xc/hal/M7821/xc/
H A Dmhal_sc.c10216 XC_AUTODOWNLOAD_FORMAT_INFO* pstFormatInfo = (XC_AUTODOWNLOAD_FORMAT_INFO *)pParam; in MHal_XC_AutoDownload_Write() local
10219 switch (pstFormatInfo->enSubClient) in MHal_XC_AutoDownload_Write()
10235 …printf("Write auto download fail, invaild paramters, subClient: %d\n", pstFormatInfo->enSubClient); in MHal_XC_AutoDownload_Write()
10239 if (pstFormatInfo->bEnableRange == TRUE) in MHal_XC_AutoDownload_Write()
10241 …if (pstFormatInfo->u16StartAddr <= pstFormatInfo->u16EndAddr && pstFormatInfo->u16EndAddr < u32Max… in MHal_XC_AutoDownload_Write()
10242 && (pstFormatInfo->u16StartAddr + u32Size - 1) < u32MaxSize) in MHal_XC_AutoDownload_Write()
10244 u16StartAddr = pstFormatInfo->u16StartAddr; in MHal_XC_AutoDownload_Write()
10249 …(unsigned int)u32Size, pstFormatInfo->bEnableRange, (ptrdiff_t)pstFormatInfo->u16StartAddr, (ptrdi… in MHal_XC_AutoDownload_Write()
10261 …return _Hal_XC_Auto_Download_Format_Hdr_Data(pInstance, pstFormatInfo->enSubClient, pu8Data, u32Si… in MHal_XC_AutoDownload_Write()
/utopia/UTPA2-700.0.x/modules/xc/hal/maserati/xc/
H A Dmhal_sc.c10138 XC_AUTODOWNLOAD_FORMAT_INFO* pstFormatInfo = (XC_AUTODOWNLOAD_FORMAT_INFO *)pParam; in MHal_XC_AutoDownload_Write() local
10141 switch (pstFormatInfo->enSubClient) in MHal_XC_AutoDownload_Write()
10157 …printf("Write auto download fail, invaild paramters, subClient: %d\n", pstFormatInfo->enSubClient); in MHal_XC_AutoDownload_Write()
10161 if (pstFormatInfo->bEnableRange == TRUE) in MHal_XC_AutoDownload_Write()
10163 …if (pstFormatInfo->u16StartAddr <= pstFormatInfo->u16EndAddr && pstFormatInfo->u16EndAddr < u32Max… in MHal_XC_AutoDownload_Write()
10164 && (pstFormatInfo->u16StartAddr + u32Size - 1) < u32MaxSize) in MHal_XC_AutoDownload_Write()
10166 u16StartAddr = pstFormatInfo->u16StartAddr; in MHal_XC_AutoDownload_Write()
10171 …(unsigned int)u32Size, pstFormatInfo->bEnableRange, (ptrdiff_t)pstFormatInfo->u16StartAddr, (ptrdi… in MHal_XC_AutoDownload_Write()
10183 …return _Hal_XC_Auto_Download_Format_Hdr_Data(pInstance, pstFormatInfo->enSubClient, pu8Data, u32Si… in MHal_XC_AutoDownload_Write()
/utopia/UTPA2-700.0.x/modules/xc/drv/xc/
H A Dmvideo.c14006 … XC_AUTODOWNLOAD_FORMAT_INFO* pstFormatInfo = (XC_AUTODOWNLOAD_FORMAT_INFO *)stDataInfo.pParam; in MApi_XC_AutoDownload_Write_U2() local
14008 …taInfo.u32Size, pstFormatInfo->enSubClient, pstFormatInfo->bEnableRange, (ptrdiff_t)pstFormatInfo-… in MApi_XC_AutoDownload_Write_U2()
14010 …VERSION_COMPATIBLE_CHECK(pstFormatInfo, stFormatInfo, u16CopiedLength, u32FormatInfo_Version, u16F… in MApi_XC_AutoDownload_Write_U2()
14011pstFormatInfo->u32FormatInfo_Version = AUTODOWNLOAD_FORMAT_INFO_VERSION; /*Return the actual versi… in MApi_XC_AutoDownload_Write_U2()
14012pstFormatInfo->u16FormatInfo_Length = u16CopiedLength; /*Return the actual length of the returned … in MApi_XC_AutoDownload_Write_U2()
14013 memcpy(&stFormatInfo, pstFormatInfo, u16CopiedLength); in MApi_XC_AutoDownload_Write_U2()
H A Dmdrv_sc_display.c10122 … XC_AUTODOWNLOAD_FORMAT_INFO *pstFormatInfo = (XC_AUTODOWNLOAD_FORMAT_INFO *)pstDataInfo->pParam; in MDrv_XC_AutoDownload_Write() local
10125 …if (_MDrv_XC_AutoDownload_Convert2KDrvSubClient(pstFormatInfo->enSubClient, &enKDrvSubClient) != T… in MDrv_XC_AutoDownload_Write()
10133 stAutoDownloadForamtInfo.bEnableRange = pstFormatInfo->bEnableRange; in MDrv_XC_AutoDownload_Write()
10135 stAutoDownloadForamtInfo.u16StartAddr = pstFormatInfo->u16StartAddr; in MDrv_XC_AutoDownload_Write()
10136 stAutoDownloadForamtInfo.u16EndAddr = pstFormatInfo->u16EndAddr; in MDrv_XC_AutoDownload_Write()
H A Dmvideo.c.013988 … XC_AUTODOWNLOAD_FORMAT_INFO* pstFormatInfo = (XC_AUTODOWNLOAD_FORMAT_INFO *)stDataInfo.pParam;
13990 …taInfo.u32Size, pstFormatInfo->enSubClient, pstFormatInfo->bEnableRange, (ptrdiff_t)pstFormatInfo-…
13992 …VERSION_COMPATIBLE_CHECK(pstFormatInfo, stFormatInfo, u16CopiedLength, u32FormatInfo_Version, u16F…
13993pstFormatInfo->u32FormatInfo_Version = AUTODOWNLOAD_FORMAT_INFO_VERSION; /*Return the actual versi…
13994pstFormatInfo->u16FormatInfo_Length = u16CopiedLength; /*Return the actual length of the returned …
13995 memcpy(&stFormatInfo, pstFormatInfo, u16CopiedLength);
H A Dmdrv_sc_display.c.010120 … XC_AUTODOWNLOAD_FORMAT_INFO *pstFormatInfo = (XC_AUTODOWNLOAD_FORMAT_INFO *)pstDataInfo->pParam;
10123 …if (_MDrv_XC_AutoDownload_Convert2KDrvSubClient(pstFormatInfo->enSubClient, &enKDrvSubClient) != T…
10131 stAutoDownloadForamtInfo.bEnableRange = pstFormatInfo->bEnableRange;
10133 stAutoDownloadForamtInfo.u16StartAddr = pstFormatInfo->u16StartAddr;
10134 stAutoDownloadForamtInfo.u16EndAddr = pstFormatInfo->u16EndAddr;