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

/drivers/staging/tidspbridge/include/dspbridge/
H A Dcmm.h47 * hcmm_mgr: Cmm Mgr handle.
56 * Valid hcmm_mgr.
63 extern void *cmm_calloc_buf(struct cmm_object *hcmm_mgr,
96 * hcmm_mgr: Cmm Mgr handle.
106 * hcmm_mgr != NULL.
110 extern int cmm_destroy(struct cmm_object *hcmm_mgr, bool force);
117 * hcmm_mgr: Cmm Mgr handle.
130 extern int cmm_free_buf(struct cmm_object *hcmm_mgr,
158 * hcmm_mgr: Handle to a Cmm Mgr.
169 extern int cmm_get_info(struct cmm_object *hcmm_mgr,
[all...]
/drivers/staging/tidspbridge/pmgr/
H A Dcmm.c158 void *cmm_calloc_buf(struct cmm_object *hcmm_mgr, u32 usize, argument
161 struct cmm_object *cmm_mgr_obj = (struct cmm_object *)hcmm_mgr;
267 int cmm_destroy(struct cmm_object *hcmm_mgr, bool force) argument
269 struct cmm_object *cmm_mgr_obj = (struct cmm_object *)hcmm_mgr;
275 if (!hcmm_mgr) {
283 status = cmm_get_info(hcmm_mgr, &temp_info);
321 int cmm_free_buf(struct cmm_object *hcmm_mgr, void *buf_pa, u32 ul_seg_id) argument
323 struct cmm_object *cmm_mgr_obj = (struct cmm_object *)hcmm_mgr;
333 if (!hcmm_mgr || !(ul_seg_id > 0)) {
383 int cmm_get_info(struct cmm_object *hcmm_mgr, argument
440 cmm_register_gppsm_seg(struct cmm_object *hcmm_mgr, u32 dw_gpp_base_pa, u32 ul_size, u32 dsp_addr_offset, s8 c_factor, u32 dw_dsp_base, u32 ul_dsp_size, u32 *sgmt_id, u32 gpp_base_va) argument
527 cmm_un_register_gppsm_seg(struct cmm_object *hcmm_mgr, u32 ul_seg_id) argument
744 cmm_xlator_create(struct cmm_xlatorobject **xlator, struct cmm_object *hcmm_mgr, struct cmm_xlatorattrs *xlator_attrs) argument
[all...]
H A Ddspapi.c1816 struct cmm_object *hcmm_mgr; local
1819 status = cmm_get_handle(hprocessor, &hcmm_mgr);
1821 CP_TO_USR(args->args_cmm_gethandle.cmm_mgr, &hcmm_mgr, status, 1);
/drivers/staging/tidspbridge/rmgr/
H A Dstrm.c397 struct cmm_object *hcmm_mgr = NULL; /* Shared memory manager hndl */ local
464 status = dev_get_cmm_mgr(strm_mgr_obj->dev_obj, &hcmm_mgr);
467 status = cmm_xlator_create(&strm_obj->xlator, hcmm_mgr, NULL);
H A Dnode.c302 struct cmm_object *hcmm_mgr = NULL; /* Shared memory manager hndl */ local
523 status = cmm_get_handle(hprocessor, &hcmm_mgr);
528 hcmm_mgr, NULL);

Completed in 465 milliseconds