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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/tidspbridge/include/dspbridge/
H A Dstrm.h359 * strm_tab: Array of stream handles returned from strm_open().
372 * strm_tab != NULL.
379 extern int strm_select(struct strm_object **strm_tab,
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/tidspbridge/rmgr/
H A Dstrm.c741 int strm_select(struct strm_object **strm_tab, u32 strms, argument
752 DBC_REQUIRE(strm_tab != NULL);
758 if (!strm_tab[i]) {
768 intf_fxns = strm_tab[i]->strm_mgr_obj->intf_fxns;
769 status = (*intf_fxns->pfn_chnl_get_info) (strm_tab[i]->chnl_obj,
789 strm_tab[i]->strm_mgr_obj->intf_fxns;
791 (strm_tab[i]->chnl_obj, &chnl_info_obj);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/tidspbridge/pmgr/
H A Ddspapi.c1822 struct strm_object *strm_tab[MAX_STREAMS]; local
1843 strm_tab[i] = strm_res->hstream;
1847 status = strm_select(strm_tab, args->args_strm_select.strm_num,

Completed in 143 milliseconds