Searched defs:strm_res (Results 1 - 2 of 2) sorted by relevance

/drivers/staging/tidspbridge/rmgr/
H A Ddrv.c199 void *strm_res, void *process_ctxt)
202 (struct strm_res_object **)strm_res;
238 struct strm_res_object *strm_res = p; local
247 if (strm_res->num_bufs) {
248 ap_buffer = kmalloc((strm_res->num_bufs *
251 strm_free_buffer(strm_res,
253 strm_res->num_bufs,
260 strm_get_info(strm_res->stream, &strm_info, sizeof(strm_info));
262 strm_reclaim(strm_res->stream, &buf_ptr, &ul_bytes,
264 strm_close(strm_res, ctx
198 drv_proc_insert_strm_res_element(void *stream_obj, void *strm_res, void *process_ctxt) argument
285 struct strm_res_object **strm_res = local
[all...]
/drivers/staging/tidspbridge/pmgr/
H A Ddspapi.c1477 struct strm_res_object *strm_res; local
1479 find_strm_handle(&strm_res, pr_ctxt,
1482 if (!strm_res)
1492 status = strm_allocate_buffer(strm_res,
1500 strm_free_buffer(strm_res,
1514 struct strm_res_object *strm_res; local
1516 find_strm_handle(&strm_res, pr_ctxt, args->args_strm_close.stream);
1518 if (!strm_res)
1521 return strm_close(strm_res, pr_ctxt);
1532 struct strm_res_object *strm_res; local
1580 struct strm_res_object *strm_res; local
1611 struct strm_res_object *strm_res; local
1629 struct strm_res_object *strm_res; local
1700 struct strm_res_object *strm_res; local
1728 struct strm_res_object *strm_res; local
1758 struct strm_res_object *strm_res; local
[all...]

Completed in 147 milliseconds