Searched refs:stream_obj (Results 1 - 4 of 4) sorted by relevance

/drivers/staging/tidspbridge/rmgr/
H A Dstrm.c85 static int delete_strm(struct strm_object *stream_obj);
99 struct strm_object *stream_obj = strmres->stream; local
101 if (stream_obj) {
116 (void)cmm_xlator_alloc_buf(stream_obj->xlator, &ap_buffer[i],
147 struct strm_object *stream_obj = strmres->stream; local
149 if (!stream_obj) {
154 intf_fxns = stream_obj->strm_mgr_obj->intf_fxns;
156 (*intf_fxns->chnl_get_info) (stream_obj->chnl_obj,
162 status = delete_strm(stream_obj);
170 dev_dbg(bridge, "%s: stream_obj
231 struct strm_object *stream_obj = strmres->stream; local
256 strm_get_info(struct strm_object *stream_obj, struct stream_info *stream_info, u32 stream_info_size) argument
319 strm_idle(struct strm_object *stream_obj, bool flush_data) argument
344 strm_issue(struct strm_object *stream_obj, u8 *pbuf, u32 ul_bytes, u32 ul_buf_size, u32 dw_arg) argument
526 strm_reclaim(struct strm_object *stream_obj, u8 ** buf_ptr, u32 *nbytes, u32 *buff_size, u32 *pdw_arg) argument
600 strm_register_notify(struct strm_object *stream_obj, u32 event_mask, u32 notify_type, struct dsp_notification * hnotification) argument
713 delete_strm(struct strm_object *stream_obj) argument
[all...]
H A Ddrv.c198 int drv_proc_insert_strm_res_element(void *stream_obj, argument
213 (*pstrm_res)->stream = stream_obj;
/drivers/staging/tidspbridge/include/dspbridge/
H A Dstrm.h38 * -EFAULT: Invalid stream_obj.
60 * -EFAULT: Invalid stream_obj.
133 * stream_obj: Stream handle returned from strm_open().
138 * -EFAULT: Invalid stream_obj.
145 extern int strm_get_info(struct strm_object *stream_obj,
161 * stream_obj: Stream handle returned from strm_open().
165 * -EFAULT: Invalid stream_obj.
171 extern int strm_idle(struct strm_object *stream_obj, bool flush_data);
178 * stream_obj: Stream handle returned from strm_open().
185 * -EFAULT: Invalid stream_obj
[all...]
H A Dresourcecleanup.h35 extern int drv_proc_insert_strm_res_element(void *stream_obj,

Completed in 56 milliseconds