| /utopia/UTPA2-700.0.x/modules/msos/utopia_core/optee/ |
| H A D | utopia_dapi.c | 112 static UTOPIA_RESOURCE* next_resource(void* pUnkown, enum eObjectType eObjectType) in next_resource() 117 return (UTOPIA_RESOURCE*)shmid2va(((UTOPIA_RESOURCE_POOL*)pUnkown)->shmid_resource_head.ID); in next_resource() 119 return (UTOPIA_RESOURCE*)shmid2va(((UTOPIA_RESOURCE*)pUnkown)->shmid_next_resource.ID); in next_resource() 218 , UTOPIA_RESOURCE** ppResource, UTOPIA_RESOURCE** ppResourcePrev) in locate_resource() 220 UTOPIA_RESOURCE* pResource = TO_RESOURCE_PTR(shmid2va(pRPool->shmid_resource_head.ID)); in locate_resource() 221 UTOPIA_RESOURCE* pResourcePrev = NULL; in locate_resource() 538 UTOPIA_RESOURCE* pResource = NULL; in UtopiaResourceCreate() 542 pResource = shm_malloc(sizeof(UTOPIA_RESOURCE), resourceName, &(u32RetResourceShmID)); in UtopiaResourceCreate() 569 UTOPIA_RESOURCE* pResource = TO_RESOURCE_PTR(pResourceTmp); in UtopiaResourceRegister() 606 UTOPIA_RESOURCE* pLocatedResource = NULL; in UtopiaResourceRegister() [all …]
|
| H A D | utopia_module.c | 44 UTOPIA_RESOURCE* psResource = NULL; in UTOPIARegisterToUtopia()
|
| /utopia/UTPA2-700.0.x/modules/msos/utopia_core/nuttx/ |
| H A D | utopia_dapi.c | 112 static UTOPIA_RESOURCE* next_resource(void* pUnkown, enum eObjectType eObjectType) in next_resource() 117 return (UTOPIA_RESOURCE*)shmid2va(((UTOPIA_RESOURCE_POOL*)pUnkown)->shmid_resource_head.ID); in next_resource() 119 return (UTOPIA_RESOURCE*)shmid2va(((UTOPIA_RESOURCE*)pUnkown)->shmid_next_resource.ID); in next_resource() 218 , UTOPIA_RESOURCE** ppResource, UTOPIA_RESOURCE** ppResourcePrev) in locate_resource() 220 UTOPIA_RESOURCE* pResource = TO_RESOURCE_PTR(shmid2va(pRPool->shmid_resource_head.ID)); in locate_resource() 221 UTOPIA_RESOURCE* pResourcePrev = NULL; in locate_resource() 538 UTOPIA_RESOURCE* pResource = NULL; in UtopiaResourceCreate() 542 pResource = shm_malloc(sizeof(UTOPIA_RESOURCE), resourceName, &(u32RetResourceShmID)); in UtopiaResourceCreate() 569 UTOPIA_RESOURCE* pResource = TO_RESOURCE_PTR(pResourceTmp); in UtopiaResourceRegister() 606 UTOPIA_RESOURCE* pLocatedResource = NULL; in UtopiaResourceRegister() [all …]
|
| H A D | utopia_module.c | 45 UTOPIA_RESOURCE* psResource = NULL; in UTOPIARegisterToUtopia()
|
| /utopia/UTPA2-700.0.x/modules/msos/utopia_core/nos/ |
| H A D | utopia_dapi.c | 30 #define TO_RESOURCE_PTR(pTmp) ((UTOPIA_RESOURCE*)pTmp) 168 static UTOPIA_RESOURCE* next_resource(void* pUnkown, enum eObjectType eObjectType) in next_resource() 173 return (UTOPIA_RESOURCE*)shmid2va(((UTOPIA_RESOURCE_POOL*)pUnkown)->shmid_resource_head.ID); in next_resource() 175 return (UTOPIA_RESOURCE*)shmid2va(((UTOPIA_RESOURCE*)pUnkown)->shmid_next_resource.ID); in next_resource() 230 , UTOPIA_RESOURCE** ppResource, UTOPIA_RESOURCE** ppResourcePrev) in locate_resource() 232 UTOPIA_RESOURCE* pResource = TO_RESOURCE_PTR(shmid2va(pRPool->shmid_resource_head.ID)); in locate_resource() 233 UTOPIA_RESOURCE* pResourcePrev = NULL; in locate_resource() 470 UTOPIA_RESOURCE* pResource = NULL; in UtopiaResourceCreate() 475 pResource = shm_malloc(sizeof(UTOPIA_RESOURCE), resourceName, &(u32RetShmID)); in UtopiaResourceCreate() 506 UTOPIA_RESOURCE* pResource = TO_RESOURCE_PTR(pResourceTmp); in UtopiaResourceRegister() [all …]
|
| /utopia/UTPA2-700.0.x/modules/msos/utopia_core/linux/ |
| H A D | utopia_dapi.c | 245 static UTOPIA_RESOURCE* next_resource(void* pUnkown in next_resource() 251 return (UTOPIA_RESOURCE*)shmid2va( in next_resource() 254 return (UTOPIA_RESOURCE*)shmid2va( in next_resource() 255 ((UTOPIA_RESOURCE*)pUnkown)->shmid_next_resource.ID); in next_resource() 319 , MS_U32 u32LocatedResourceID, UTOPIA_RESOURCE** ppRes in locate_resource() 320 , UTOPIA_RESOURCE** ppResPrev) in locate_resource() 322 UTOPIA_RESOURCE* pRes in locate_resource() 324 UTOPIA_RESOURCE* pResPrev = NULL; in locate_resource() 668 UTOPIA_RESOURCE* pResource = NULL; in UtopiaResourceCreate() 673 u32Status = shm_malloc(sizeof(UTOPIA_RESOURCE), resourceName, in UtopiaResourceCreate() [all …]
|
| /utopia/UTPA2-700.0.x/modules/msos/utopia_core/ecos/ |
| H A D | utopia_dapi.c | 154 static UTOPIA_RESOURCE* next_resource(void* pUnkown, enum eObjectType eObjectType) in next_resource() 159 return (UTOPIA_RESOURCE*)shmid2va(((UTOPIA_RESOURCE_POOL*)pUnkown)->shmid_resource_head.ID); in next_resource() 161 return (UTOPIA_RESOURCE*)shmid2va(((UTOPIA_RESOURCE*)pUnkown)->shmid_next_resource.ID); in next_resource() 200 , UTOPIA_RESOURCE** ppResource, UTOPIA_RESOURCE** ppResourcePrev) in locate_resource() 202 UTOPIA_RESOURCE* pResource = TO_RESOURCE_PTR(shmid2va(pRPool->shmid_resource_head.ID)); in locate_resource() 203 UTOPIA_RESOURCE* pResourcePrev = NULL; in locate_resource() 458 UTOPIA_RESOURCE* pResource = NULL; in UtopiaResourceCreate() 463 pResource = shm_malloc(sizeof(UTOPIA_RESOURCE), resourceName, &(u32RetShmID)); in UtopiaResourceCreate() 494 UTOPIA_RESOURCE* pResource = TO_RESOURCE_PTR(pResourceTmp); in UtopiaResourceRegister() 555 UTOPIA_RESOURCE* pLocatedResource = NULL; in UtopiaResourceRegister() [all …]
|
| /utopia/UTPA2-700.0.x/modules/msos/utopia_core/ucos/ |
| H A D | utopia_dapi.c | 154 static UTOPIA_RESOURCE* next_resource(void* pUnkown, enum eObjectType eObjectType) in next_resource() 159 return (UTOPIA_RESOURCE*)shmid2va(((UTOPIA_RESOURCE_POOL*)pUnkown)->shmid_resource_head.ID); in next_resource() 161 return (UTOPIA_RESOURCE*)shmid2va(((UTOPIA_RESOURCE*)pUnkown)->shmid_next_resource.ID); in next_resource() 200 , UTOPIA_RESOURCE** ppResource, UTOPIA_RESOURCE** ppResourcePrev) in locate_resource() 202 UTOPIA_RESOURCE* pResource = TO_RESOURCE_PTR(shmid2va(pRPool->shmid_resource_head.ID)); in locate_resource() 203 UTOPIA_RESOURCE* pResourcePrev = NULL; in locate_resource() 458 UTOPIA_RESOURCE* pResource = NULL; in UtopiaResourceCreate() 463 pResource = shm_malloc(sizeof(UTOPIA_RESOURCE), resourceName, &(u32RetShmID)); in UtopiaResourceCreate() 494 UTOPIA_RESOURCE* pResource = TO_RESOURCE_PTR(pResourceTmp); in UtopiaResourceRegister() 555 UTOPIA_RESOURCE* pLocatedResource = NULL; in UtopiaResourceRegister() [all …]
|
| /utopia/UTPA2-700.0.x/modules/msos/utopia_core/linux_kernel/ |
| H A D | utopia_dapi.c | 191 static UTOPIA_RESOURCE* next_resource(void* pUnkown in next_resource() 197 return (UTOPIA_RESOURCE*)shmid2va( in next_resource() 200 return (UTOPIA_RESOURCE*)shmid2va( in next_resource() 201 ((UTOPIA_RESOURCE*)pUnkown)->shmid_next_resource.ID); in next_resource() 265 , MS_U32 u32LocatedResourceID, UTOPIA_RESOURCE** ppRes in locate_resource() 266 , UTOPIA_RESOURCE** ppResPrev) in locate_resource() 268 UTOPIA_RESOURCE* pRes in locate_resource() 270 UTOPIA_RESOURCE* pResPrev = NULL; in locate_resource() 840 UTOPIA_RESOURCE* pResource = NULL; in UtopiaResourceCreate() 845 u32Status = shm_malloc(sizeof(UTOPIA_RESOURCE), resourceName, in UtopiaResourceCreate() [all …]
|
| /utopia/UTPA2-700.0.x/modules/msos/utopia_core/ |
| H A D | utopia_private.h | 19 typedef struct _UTOPIA_RESOURCE UTOPIA_RESOURCE; typedef 98 UTOPIA_RESOURCE* psResource; 112 UTOPIA_RESOURCE* psResource;
|
| H A D | utopia_dapi.h | 39 #define TO_RESOURCE_PTR(pTmp) ((UTOPIA_RESOURCE*)pTmp)
|
| /utopia/UTPA2-700.0.x/modules/bdma/drv/bdma/ |
| H A D | mdrvBDMA.c | 52 psResource = (UTOPIA_RESOURCE*)UtopiaResourceCreate("bdma1", sizeof(BDMA_RESOURCE_PRIVATE)); in BDMARegisterToUtopia()
|