Home
last modified time | relevance | path

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

/utopia/UTPA2-700.0.x/modules/msos/utopia_core/optee/
H A Dutopia_dapi.c112 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 Dutopia_module.c44 UTOPIA_RESOURCE* psResource = NULL; in UTOPIARegisterToUtopia()
/utopia/UTPA2-700.0.x/modules/msos/utopia_core/nuttx/
H A Dutopia_dapi.c112 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 Dutopia_module.c45 UTOPIA_RESOURCE* psResource = NULL; in UTOPIARegisterToUtopia()
/utopia/UTPA2-700.0.x/modules/msos/utopia_core/nos/
H A Dutopia_dapi.c30 #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 Dutopia_dapi.c245 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 Dutopia_dapi.c154 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 Dutopia_dapi.c154 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 Dutopia_dapi.c191 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 Dutopia_private.h19 typedef struct _UTOPIA_RESOURCE UTOPIA_RESOURCE; typedef
98 UTOPIA_RESOURCE* psResource;
112 UTOPIA_RESOURCE* psResource;
H A Dutopia_dapi.h39 #define TO_RESOURCE_PTR(pTmp) ((UTOPIA_RESOURCE*)pTmp)
/utopia/UTPA2-700.0.x/modules/bdma/drv/bdma/
H A DmdrvBDMA.c52 psResource = (UTOPIA_RESOURCE*)UtopiaResourceCreate("bdma1", sizeof(BDMA_RESOURCE_PRIVATE)); in BDMARegisterToUtopia()