| /utopia/UTPA2-700.0.x/projects/verify/cmdq/ |
| H A D | main.c | 103 UtopiaClose(pInstance); in main() 123 UtopiaClose(pInstance); in main() 143 UtopiaClose(pInstance); in main() 184 UtopiaClose(pInstance); in main()
|
| /utopia/UTPA2-700.0.x/modules/ojpd_vdec_v2/api/jpeg_ex/ |
| H A D | apiJPEG.c | 10061 UtopiaClose(pInstantJPD); in MApi_JPEG_EnableOJPD() 10071 UtopiaClose(pInstantJPD); in MApi_JPEG_EnableOJPD() 10077 if(UtopiaClose(pInstantJPD) != UTOPIA_STATUS_SUCCESS) in MApi_JPEG_EnableOJPD() 10104 UtopiaClose(pInstantJPD); in MApi_JPEG_Init_UsingOJPD() 10115 UtopiaClose(pInstantJPD); in MApi_JPEG_Init_UsingOJPD() 10165 UtopiaClose(pInstantJPD); in MApi_JPEG_Init() 10177 UtopiaClose(pInstantJPD); in MApi_JPEG_Init() 10251 if(UtopiaClose(pInstantJPD) != UTOPIA_STATUS_SUCCESS) in MApi_JPEG_Exit() 10728 UtopiaClose(pInstantJPD); in MApi_JPEG_SetMaxDecodeResolution() 10740 UtopiaClose(pInstantJPD); in MApi_JPEG_SetMaxDecodeResolution() [all …]
|
| /utopia/UTPA2-700.0.x/modules/msos/utopia_adaption/utopia/ |
| H A D | utopia_dev.c | 263 u32Ret = UtopiaClose((((UTOPIA2K_ADP*)(filp->private_data))->pInstant)); in utopia_proc_ioctl() 479 UtopiaClose(CurrNode->instance_list[count]); in utopia_garbage_collection() 579 UtopiaClose(pInstanceTemp); in STR_verify_proc_write() 586 UtopiaClose(pInstanceTemp); in STR_verify_proc_write()
|
| /utopia/UTPA2-700.0.x/modules/cpu/drv/cpu/ |
| H A D | drvCPU.c | 368 if(UtopiaClose(pInstantCpu) != UTOPIA_STATUS_SUCCESS) in MDrv_COPRO_GetStatus() 521 if(UtopiaClose(pInstantCpu) != UTOPIA_STATUS_SUCCESS) in MDrv_COPRO_Init_Front() 616 if(UtopiaClose(pInstantCpu) != UTOPIA_STATUS_SUCCESS) in MDrv_CPU_QueryClock()
|
| /utopia/UTPA2-700.0.x/modules/ojpd_vdec_v1/api/jpeg/ |
| H A D | apiJPEG.c | 10097 UtopiaClose(pInstantJPD); in MApi_JPEG_Init() 10109 UtopiaClose(pInstantJPD); in MApi_JPEG_Init() 10180 if(UtopiaClose(pInstantJPD) != UTOPIA_STATUS_SUCCESS) in MApi_JPEG_Exit() 10654 UtopiaClose(pInstantJPD); in MApi_JPEG_SetMaxDecodeResolution() 10666 UtopiaClose(pInstantJPD); in MApi_JPEG_SetMaxDecodeResolution() 10688 UtopiaClose(pInstantJPD); in MApi_JPEG_SetProMaxDecodeResolution() 10700 UtopiaClose(pInstantJPD); in MApi_JPEG_SetProMaxDecodeResolution() 10811 UtopiaClose(pInstantJPD); in MApi_JPEG_SetDbgLevel() 10822 UtopiaClose(pInstantJPD); in MApi_JPEG_SetDbgLevel() 11442 UtopiaClose(pInstantJPD); in MApi_JPEG_SupportCMYK() [all …]
|
| /utopia/UTPA2-700.0.x/modules/msos/utopia_core/linux_kernel/ |
| H A D | utopia.c | 172 MS_U32 UtopiaClose(void* pInstantTmp) in UtopiaClose() function 187 EXPORT_SYMBOL(UtopiaClose);
|
| /utopia/UTPA2-700.0.x/modules/gpd/api/gpd/ |
| H A D | apiGPD.c | 1819 if(UtopiaClose(pInstantGPD) != UTOPIA_STATUS_SUCCESS) in MApi_GPD_OutputDecode() 1854 if(UtopiaClose(pInstantGPD) != UTOPIA_STATUS_SUCCESS) in MApi_GPD_OutputDecodeMGIF() 1940 if(UtopiaClose(pInstantGPD) != UTOPIA_STATUS_SUCCESS) in MApi_GPD_OutputDecodeROI()
|
| /utopia/UTPA2-700.0.x/modules/njpd/api/njpeg_ex/ |
| H A D | apiJPEG.c | 11323 UtopiaClose(pInstantNJPD); in MApi_JPEG_EnableOJPD() 11329 if(UtopiaClose(pInstantNJPD) != UTOPIA_STATUS_SUCCESS) in MApi_JPEG_EnableOJPD() 11372 UtopiaClose(pInstantNJPD); in MApi_JPEG_Init_UsingOJPD() 11438 UtopiaClose(pInstantNJPD); in MApi_JPEG_Init() 11514 if(UtopiaClose(pInstantNJPD) != UTOPIA_STATUS_SUCCESS) in MApi_JPEG_Exit() 12003 UtopiaClose(pInstantNJPD); in MApi_JPEG_SetMaxDecodeResolution() 12039 UtopiaClose(pInstantNJPD); in MApi_JPEG_SetProMaxDecodeResolution() 12165 UtopiaClose(pInstantNJPD); in MApi_JPEG_SetDbgLevel() 12843 UtopiaClose(pInstantNJPD); in MApi_JPEG_SetNJPDInstance() 12880 UtopiaClose(pInstantNJPD); in MApi_JPEG_SupportCMYK() [all …]
|
| /utopia/UTPA2-700.0.x/modules/msos/utopia_core/ |
| H A D | utopia.h | 175 MS_U32 UtopiaClose(void* pInstant);
|
| /utopia/UTPA2-700.0.x/modules/msos/utopia_core/optee/ |
| H A D | utopia.c | 105 MS_U32 UtopiaClose(void* pInstantTmp) in UtopiaClose() function
|
| /utopia/UTPA2-700.0.x/modules/msos/utopia_core/nuttx/ |
| H A D | utopia.c | 99 MS_U32 UtopiaClose(void* pInstantTmp) in UtopiaClose() function
|
| /utopia/UTPA2-700.0.x/projects/verify/bdma/ |
| H A D | main.c | 205 if(UtopiaClose(pInstantBdma) < 0) in main()
|
| /utopia/UTPA2-700.0.x/modules/msos/utopia_core/ecos/ |
| H A D | utopia.c | 194 MS_U32 UtopiaClose(void* pInstantTmp) in UtopiaClose() function
|
| /utopia/UTPA2-700.0.x/modules/msos/utopia_core/ucos/ |
| H A D | utopia.c | 191 MS_U32 UtopiaClose(void* pInstantTmp) in UtopiaClose() function
|
| /utopia/UTPA2-700.0.x/modules/xc/api/ace/ |
| H A D | apiXC_Ace_EX.c | 563 if(UtopiaClose((pDeviceId->u32Id == 0)? pu32ACEInst : pu32ACEInst_1) != UTOPIA_STATUS_SUCCESS) in MApi_XC_ACE_EX_Exit() 577 …if(UtopiaClose((pDeviceId->u32Id == 0)? pu32ACE_XCInst : pu32ACE_XCInst_1) != UTOPIA_STATUS_SUCCES… in MApi_XC_ACE_EX_Exit()
|
| H A D | apiXC_Ace.c | 578 if(UtopiaClose(pu32ACEInst) != UTOPIA_STATUS_SUCCESS) in MApi_XC_ACE_Exit() 585 if(UtopiaClose(pu32ACE_XCInst) != UTOPIA_STATUS_SUCCESS) in MApi_XC_ACE_Exit()
|
| /utopia/UTPA2-700.0.x/modules/msos/utopia_core/nos/ |
| H A D | utopia.c | 284 MS_U32 UtopiaClose(void* pInstantTmp) in UtopiaClose() function
|
| /utopia/UTPA2-700.0.x/modules/mfe/api/mfe_ex/ |
| H A D | apiMFE_v2.c | 333 return UtopiaClose(pInstance); in MFE_Close()
|
| /utopia/UTPA2-700.0.x/modules/msos/utopia_core/linux/ |
| H A D | utopia.c | 448 MS_U32 UtopiaClose(void* pInstantTmp) in UtopiaClose() function
|
| /utopia/UTPA2-700.0.x/modules/pcmcia/drv/pcmcia/ |
| H A D | pcmcia_wrapper.c | 153 u32Ret = UtopiaClose(pInstant); in MDrv_PCMCIA_Exit()
|
| /utopia/UTPA2-700.0.x/modules/miu/drv/miu/ |
| H A D | drvMIU.c | 777 if(UtopiaClose(pInstantMIU) != UTOPIA_STATUS_SUCCESS) in MDrv_MIU_Exit()
|
| /utopia/UTPA2-700.0.x/modules/dac/api/dac/ |
| H A D | apiDAC.c | 913 if(UtopiaClose(g_pDACInst)) in MApi_DAC_Exit_U2()
|
| /utopia/UTPA2-700.0.x/modules/bdma/drv/bdma/ |
| H A D | drvBDMA.c | 861 if(UtopiaClose(pInstantBdma) != UTOPIA_STATUS_SUCCESS) in MDrv_BDMA_Exit()
|
| /utopia/UTPA2-700.0.x/modules/security/drv/aesdma/ |
| H A D | drvAESDMA.c | 522 UtopiaClose(pInstantAesdma); in MDrv_AESDMA_Init()
|
| /utopia/UTPA2-700.0.x/modules/dmx/api/dmx/ |
| H A D | apiDMX_v2.c | 725 if(UtopiaClose(_pInstantDmx) != UTOPIA_STATUS_SUCCESS) in MApi_DMX_Exit()
|