Searched refs:strmres (Results 1 - 3 of 3) sorted by relevance

/drivers/staging/tidspbridge/include/dspbridge/
H A Dstrm.h32 * strmres: Stream resource info handle returned from strm_open().
46 extern int strm_allocate_buffer(struct strm_res_object *strmres,
57 * strmres: Stream resource info handle returned from strm_open().
67 extern int strm_close(struct strm_res_object *strmres,
112 * strmres: Stream resource info handle returned from strm_open().
123 extern int strm_free_buffer(struct strm_res_object *strmres,
206 * strmres: Location to store stream resuorce info handle on output.
215 * strmres != NULL.
218 * 0: *strmres is valid.
219 * error: *strmres
[all...]
/drivers/staging/tidspbridge/rmgr/
H A Dstrm.c92 int strm_allocate_buffer(struct strm_res_object *strmres, u32 usize, argument
99 struct strm_object *stream_obj = strmres->stream;
125 strm_free_buffer(strmres, ap_buffer, alloc_cnt, pr_ctxt);
130 drv_proc_update_strm_res(num_bufs, strmres);
141 int strm_close(struct strm_res_object *strmres, argument
147 struct strm_object *stream_obj = strmres->stream;
168 idr_remove(pr_ctxt->stream_id, strmres->id);
226 int strm_free_buffer(struct strm_res_object *strmres, u8 ** ap_buffer, argument
231 struct strm_object *stream_obj = strmres->stream;
246 drv_proc_update_strm_res(num_bufs - i, strmres);
385 strm_open(struct node_object *hnode, u32 dir, u32 index, struct strm_attr *pattr, struct strm_res_object **strmres, struct process_context *pr_ctxt) argument
[all...]
/drivers/staging/tidspbridge/pmgr/
H A Ddspapi.c1459 inline void find_strm_handle(struct strm_res_object **strmres, argument
1463 *strmres = idr_find(((struct process_context *)pr_ctxt)->stream_id,

Completed in 154 milliseconds