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

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/staging/tidspbridge/include/dspbridge/
H A Dstrm.h38 * -EFAULT: Invalid stream_obj.
61 * -EFAULT: Invalid stream_obj.
150 * stream_obj: Stream handle returned from strm_open().
154 * -EFAULT: Invalid stream_obj.
160 extern int strm_get_event_handle(struct strm_object *stream_obj,
169 * stream_obj: Stream handle returned from strm_open().
174 * -EFAULT: Invalid stream_obj.
182 extern int strm_get_info(struct strm_object *stream_obj,
198 * stream_obj: Stream handle returned from strm_open().
202 * -EFAULT: Invalid stream_obj
[all...]
H A Dresourcecleanup.h46 extern int drv_proc_insert_strm_res_element(void *stream_obj,
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/staging/tidspbridge/include/dspbridge/
H A Dstrm.h38 * -EFAULT: Invalid stream_obj.
61 * -EFAULT: Invalid stream_obj.
150 * stream_obj: Stream handle returned from strm_open().
154 * -EFAULT: Invalid stream_obj.
160 extern int strm_get_event_handle(struct strm_object *stream_obj,
169 * stream_obj: Stream handle returned from strm_open().
174 * -EFAULT: Invalid stream_obj.
182 extern int strm_get_info(struct strm_object *stream_obj,
198 * stream_obj: Stream handle returned from strm_open().
202 * -EFAULT: Invalid stream_obj
[all...]
H A Dresourcecleanup.h46 extern int drv_proc_insert_strm_res_element(void *stream_obj,
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/staging/tidspbridge/rmgr/
H A Dstrm.c92 static int delete_strm(struct strm_object *stream_obj);
106 struct strm_object *stream_obj = strmres->hstream; local
111 if (stream_obj) {
126 DBC_ASSERT(stream_obj->xlator != NULL);
127 (void)cmm_xlator_alloc_buf(stream_obj->xlator, &ap_buffer[i],
158 struct strm_object *stream_obj = strmres->hstream; local
162 if (!stream_obj) {
167 intf_fxns = stream_obj->strm_mgr_obj->intf_fxns;
169 (*intf_fxns->pfn_chnl_get_info) (stream_obj->chnl_obj,
176 status = delete_strm(stream_obj);
272 struct strm_object *stream_obj = strmres->hstream; local
301 strm_get_info(struct strm_object *stream_obj, struct stream_info *stream_info, u32 stream_info_size) argument
369 strm_idle(struct strm_object *stream_obj, bool flush_data) argument
415 strm_issue(struct strm_object *stream_obj, u8 *pbuf, u32 ul_bytes, u32 ul_buf_size, u32 dw_arg) argument
615 strm_reclaim(struct strm_object *stream_obj, u8 ** buf_ptr, u32 *nbytes, u32 *buff_size, u32 *pdw_arg) argument
699 strm_register_notify(struct strm_object *stream_obj, u32 event_mask, u32 notify_type, struct dsp_notification * hnotification) argument
826 delete_strm(struct strm_object *stream_obj) argument
[all...]
H A Ddrv.c207 int drv_proc_insert_strm_res_element(void *stream_obj, argument
222 (*pstrm_res)->hstream = stream_obj;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/staging/tidspbridge/rmgr/
H A Dstrm.c92 static int delete_strm(struct strm_object *stream_obj);
106 struct strm_object *stream_obj = strmres->hstream; local
111 if (stream_obj) {
126 DBC_ASSERT(stream_obj->xlator != NULL);
127 (void)cmm_xlator_alloc_buf(stream_obj->xlator, &ap_buffer[i],
158 struct strm_object *stream_obj = strmres->hstream; local
162 if (!stream_obj) {
167 intf_fxns = stream_obj->strm_mgr_obj->intf_fxns;
169 (*intf_fxns->pfn_chnl_get_info) (stream_obj->chnl_obj,
176 status = delete_strm(stream_obj);
272 struct strm_object *stream_obj = strmres->hstream; local
301 strm_get_info(struct strm_object *stream_obj, struct stream_info *stream_info, u32 stream_info_size) argument
369 strm_idle(struct strm_object *stream_obj, bool flush_data) argument
415 strm_issue(struct strm_object *stream_obj, u8 *pbuf, u32 ul_bytes, u32 ul_buf_size, u32 dw_arg) argument
615 strm_reclaim(struct strm_object *stream_obj, u8 ** buf_ptr, u32 *nbytes, u32 *buff_size, u32 *pdw_arg) argument
699 strm_register_notify(struct strm_object *stream_obj, u32 event_mask, u32 notify_type, struct dsp_notification * hnotification) argument
826 delete_strm(struct strm_object *stream_obj) argument
[all...]
H A Ddrv.c207 int drv_proc_insert_strm_res_element(void *stream_obj, argument
222 (*pstrm_res)->hstream = stream_obj;

Completed in 174 milliseconds