Home
last modified time | relevance | path

Searched refs:hcmm_mgr (Results 1 – 5 of 5) sorted by relevance

/linux-2.6.39/drivers/staging/tidspbridge/include/dspbridge/
Dcmm.h63 extern void *cmm_calloc_buf(struct cmm_object *hcmm_mgr,
111 extern int cmm_destroy(struct cmm_object *hcmm_mgr, bool force);
145 extern int cmm_free_buf(struct cmm_object *hcmm_mgr,
184 extern int cmm_get_info(struct cmm_object *hcmm_mgr,
228 extern int cmm_register_gppsm_seg(struct cmm_object *hcmm_mgr,
254 extern int cmm_un_register_gppsm_seg(struct cmm_object *hcmm_mgr,
299 struct cmm_object *hcmm_mgr,
/linux-2.6.39/drivers/staging/tidspbridge/pmgr/
Dcmm.c164 void *cmm_calloc_buf(struct cmm_object *hcmm_mgr, u32 usize, in cmm_calloc_buf() argument
167 struct cmm_object *cmm_mgr_obj = (struct cmm_object *)hcmm_mgr; in cmm_calloc_buf()
278 int cmm_destroy(struct cmm_object *hcmm_mgr, bool force) in cmm_destroy() argument
280 struct cmm_object *cmm_mgr_obj = (struct cmm_object *)hcmm_mgr; in cmm_destroy()
287 if (!hcmm_mgr) { in cmm_destroy()
295 status = cmm_get_info(hcmm_mgr, &temp_info); in cmm_destroy()
346 int cmm_free_buf(struct cmm_object *hcmm_mgr, void *buf_pa, u32 ul_seg_id) in cmm_free_buf() argument
348 struct cmm_object *cmm_mgr_obj = (struct cmm_object *)hcmm_mgr; in cmm_free_buf()
361 if (!hcmm_mgr || !(ul_seg_id > 0)) { in cmm_free_buf()
413 int cmm_get_info(struct cmm_object *hcmm_mgr, in cmm_get_info() argument
[all …]
Ddspapi.c1890 struct cmm_object *hcmm_mgr; in cmmwrap_get_handle() local
1893 status = cmm_get_handle(hprocessor, &hcmm_mgr); in cmmwrap_get_handle()
1895 CP_TO_USR(args->args_cmm_gethandle.cmm_mgr, &hcmm_mgr, status, 1); in cmmwrap_get_handle()
/linux-2.6.39/drivers/staging/tidspbridge/rmgr/
Dstrm.c470 struct cmm_object *hcmm_mgr = NULL; /* Shared memory manager hndl */ in strm_open() local
541 status = dev_get_cmm_mgr(strm_mgr_obj->dev_obj, &hcmm_mgr); in strm_open()
544 status = cmm_xlator_create(&strm_obj->xlator, hcmm_mgr, NULL); in strm_open()
Dnode.c310 struct cmm_object *hcmm_mgr = NULL; /* Shared memory manager hndl */ in node_allocate() local
536 status = cmm_get_handle(hprocessor, &hcmm_mgr); in node_allocate()
541 hcmm_mgr, NULL); in node_allocate()