Home
last modified time | relevance | path

Searched refs:sc_pcminfo (Results 1 – 8 of 8) sorted by relevance

/freebsd/sys/arm/freescale/imx/
H A Dimx6_ssi.c196 struct sc_pcminfo *parent;
207 struct sc_pcminfo { struct
209 uint32_t (*ih)(struct sc_pcminfo *scp); argument
221 static int setup_dma(struct sc_pcminfo *scp); argument
232 struct sc_pcminfo *scp; in ssimixer_init()
257 struct sc_pcminfo *scp; in ssimixer_set()
286 struct sc_pcminfo *scp; in ssichan_init()
290 scp = (struct sc_pcminfo *)devinfo; in ssichan_init()
314 struct sc_pcminfo *scp = ch->parent; in ssichan_free()
341 struct sc_pcminfo *scp; in ssichan_setspeed()
[all …]
/freebsd/sys/arm/freescale/vybrid/
H A Dvf_sai.c161 struct sc_pcminfo *parent;
172 struct sc_pcminfo { struct
174 uint32_t (*ih) (struct sc_pcminfo *scp); argument
186 static int setup_dma(struct sc_pcminfo *scp); argument
197 struct sc_pcminfo *scp; in saimixer_init()
222 struct sc_pcminfo *scp; in saimixer_set()
248 struct sc_pcminfo *scp; in saichan_init()
252 scp = (struct sc_pcminfo *)devinfo; in saichan_init()
276 struct sc_pcminfo *scp = ch->parent; in saichan_free()
303 struct sc_pcminfo *scp; in saichan_setspeed()
[all …]
/freebsd/sys/dev/sound/pci/
H A Dhdspe-pcm.c235 struct sc_pcminfo *scp; in hdspe_hw_mixer()
291 struct sc_pcminfo *scp; in hdspemixer_init()
320 struct sc_pcminfo *scp; in hdspemixer_set()
355 struct sc_pcminfo *scp; in hdspechan_enable()
392 struct sc_pcminfo *scp; in hdspe_running()
541 struct sc_pcminfo *scp; in buffer_copy()
621 struct sc_pcminfo *scp; in clean()
658 struct sc_pcminfo *scp; in hdspechan_free()
688 struct sc_pcminfo *scp; in hdspechan_init()
746 struct sc_pcminfo *scp; in hdspechan_trigger()
[all …]
H A Dhdsp-pcm.c216 struct sc_pcminfo *scp; in hdsp_hw_mixer()
307 struct sc_pcminfo *scp; in hdspmixer_init()
336 struct sc_pcminfo *scp; in hdspmixer_set()
371 struct sc_pcminfo *scp; in hdspchan_enable()
403 struct sc_pcminfo *scp; in hdsp_running()
553 struct sc_pcminfo *scp; in buffer_copy()
633 struct sc_pcminfo *scp; in clean()
667 struct sc_pcminfo *scp; in hdspchan_free()
697 struct sc_pcminfo *scp; in hdspchan_init()
762 struct sc_pcminfo *scp; in hdspchan_trigger()
[all …]
H A Dhdspe.h184 struct sc_pcminfo *parent;
205 struct sc_pcminfo { struct
207 uint32_t (*ih) (struct sc_pcminfo *scp); argument
H A Dhdsp.h193 struct sc_pcminfo *parent;
214 struct sc_pcminfo { struct
216 uint32_t (*ih) (struct sc_pcminfo *scp); argument
H A Dhdspe.c112 struct sc_pcminfo *scp; in hdspe_intr()
742 struct sc_pcminfo *scp; in hdspe_attach()
782 scp = malloc(sizeof(struct sc_pcminfo), M_DEVBUF, M_WAITOK | M_ZERO); in hdspe_attach()
H A Dhdsp.c102 struct sc_pcminfo *scp; in hdsp_intr()
850 struct sc_pcminfo *scp; in hdsp_attach()
890 scp = malloc(sizeof(struct sc_pcminfo), M_DEVBUF, M_WAITOK | M_ZERO); in hdsp_attach()