Searched refs:dsp_cdevinfo (Results 1 – 3 of 3) sorted by relevance
36 struct dsp_cdevinfo;
56 struct dsp_cdevinfo { struct60 TAILQ_ENTRY(dsp_cdevinfo) link; argument63 #define PCM_RDCH(x) (((struct dsp_cdevinfo *)(x)->si_drv1)->rdch)64 #define PCM_WRCH(x) (((struct dsp_cdevinfo *)(x)->si_drv1)->wrch)65 #define PCM_VOLCH(x) (((struct dsp_cdevinfo *)(x)->si_drv1)->volch)66 #define PCM_SIMPLEX(x) (((struct dsp_cdevinfo *)(x)->si_drv1)->simplex)230 struct dsp_cdevinfo *cdi; in dsp_cdevinfo_alloc()276 struct dsp_cdevinfo *cdi, *tmp; in dsp_cdevinfo_free()332 struct dsp_cdevinfo *cdi; in dsp_cdevinfo_init()349 struct dsp_cdevinfo *cdi, *tmp; in dsp_cdevinfo_flush()
390 TAILQ_HEAD(dsp_cdevinfo_linkhead, dsp_cdevinfo) dsp_cdevinfo_pool;