Home
last modified time | relevance | path

Searched refs:dma_active (Results 1 – 4 of 4) sorted by relevance

/freebsd/sys/dev/sound/pci/
H A Dals4000.c69 u_int32_t dma_active:1, dma_was_active:1; member
252 if (other->dma_active) { in alschan_setspeed()
301 if (other->dma_active == 0) { in als_set_speed()
372 ch->dma_active = 1; in als_playback_start()
382 active = ch->dma_active; in als_playback_stop()
387 ch->dma_active = 0; in als_playback_stop()
473 ch->dma_active = 1; in als_capture_start()
482 active = ch->dma_active; in als_capture_stop()
486 ch->dma_active = 0; in als_capture_stop()
H A Dvibes.c70 int dma_active, dma_was_active; member
208 ch->dma_active = ch->dma_was_active = 0; in svchan_init()
343 ch->dma_active = 1; in svrchan_trigger()
349 ch->dma_active = 0; in svrchan_trigger()
420 ch->dma_active = 1; in svpchan_trigger()
426 ch->dma_active = 0; in svpchan_trigger()
647 sc->rch.dma_was_active = sc->rch.dma_active; in sv_suspend()
650 sc->pch.dma_was_active = sc->pch.dma_active; in sv_suspend()
H A Dcmi.c106 u_int32_t dma_active:1, dma_was_active:1; member
279 ch->dma_active = 1; in cmi_ch0_start()
285 u_int32_t r = ch->dma_active; in cmi_ch0_stop()
291 ch->dma_active = 0; in cmi_ch0_stop()
304 ch->dma_active = 1; in cmi_ch1_start()
310 u_int32_t r = ch->dma_active; in cmi_ch1_stop()
316 ch->dma_active = 0; in cmi_ch1_stop()
357 ch->dma_active = 0; in cmichan_init()
H A Dcs4281.c79 int dma_setup, dma_active, dma_chan; member
906 sc->rch.dma_active = adcdac_go(&sc->rch, 0); in cs4281_pci_suspend()
907 sc->pch.dma_active = adcdac_go(&sc->pch, 0); in cs4281_pci_suspend()
940 adcdac_go(&sc->rch, sc->rch.dma_active); in cs4281_pci_resume()
945 adcdac_go(&sc->pch, sc->pch.dma_active); in cs4281_pci_resume()