Home
last modified time | relevance | path

Searched refs:sync_irq (Results 1 – 25 of 32) sorted by relevance

12

/linux/sound/core/
H A Dpcm_local.h66 void snd_pcm_sync_stop(struct snd_pcm_substream *substream, bool sync_irq);
H A Dinit.c334 card->sync_irq = -1; in snd_card_init()
540 if (card->sync_irq > 0) in snd_card_disconnect()
541 synchronize_irq(card->sync_irq); in snd_card_disconnect()
H A Dpcm_native.c666 void snd_pcm_sync_stop(struct snd_pcm_substream *substream, bool sync_irq) in snd_pcm_sync_stop() argument
672 else if (sync_irq && substream->pcm->card->sync_irq > 0) in snd_pcm_sync_stop()
673 synchronize_irq(substream->pcm->card->sync_irq); in snd_pcm_sync_stop()
/linux/sound/pci/vx222/
H A Dvx222.c139 card->sync_irq = chip->irq; in snd_vx222_create()
/linux/sound/pcmcia/pdaudiocf/
H A Dpdaudiocf.c230 pdacf->card->sync_irq = link->irq; in pdacf_config()
/linux/sound/pcmcia/vx/
H A Dvxpocket.c163 card->sync_irq = chip->irq; in snd_vxpocket_assign_resources()
/linux/sound/pci/au88x0/
H A Dau88x0.c185 card->sync_irq = chip->irq; in snd_vortex_create()
/linux/sound/hda/controllers/
H A Dacpi.c102 card->sync_irq = bus->irq; in hda_acpi_init()
H A Dcix-ipbloq.c127 card->sync_irq = bus->irq; in cix_ipbloq_hda_init()
H A Dtegra.c293 card->sync_irq = bus->irq; in hda_tegra_first_init()
H A Dintel.c815 chip->card->sync_irq = bus->irq; in azx_acquire_irq()
2095 chip->card->sync_irq = -1; in disable_msi_reset_irq()
/linux/sound/isa/gus/
H A Dgusmax.c278 card->sync_irq = maxcard->irq; in snd_gusmax_probe()
H A Dgus_main.c163 card->sync_irq = irq; in snd_gus_create()
/linux/sound/isa/wavefront/
H A Dwavefront.c402 card->sync_irq = acard->wavefront.irq; in snd_wavefront_probe()
/linux/sound/pci/echoaudio/
H A Dechoaudio.c1909 card->sync_irq = chip->irq; in snd_echo_create()
2131 chip->card->sync_irq = -1; in snd_echo_suspend()
2183 chip->card->sync_irq = chip->irq; in snd_echo_resume()
/linux/sound/pci/
H A Dals300.c630 card->sync_irq = chip->irq; in snd_als300_create()
H A Dvia82xx_modem.c1074 card->sync_irq = chip->irq; in snd_via82xx_create()
H A Dvia82xx.c2334 card->sync_irq = chip->irq; in snd_via82xx_create()
/linux/sound/pci/lx6464es/
H A Dlx6464es.c955 card->sync_irq = chip->irq; in snd_lx6464es_create()
/linux/sound/pci/mixart/
H A Dmixart.c1027 card->sync_irq = mgr->irq; in snd_mixart_create()
/linux/sound/pci/ca0106/
H A Dca0106_main.c1592 card->sync_irq = chip->irq; in snd_ca0106_create()
/linux/sound/pci/emu10k1/
H A Demu10k1x.c881 card->sync_irq = chip->irq; in snd_emu10k1x_create()
/linux/sound/pci/pcxhr/
H A Dpcxhr.c1176 card->sync_irq = mgr->irq; in pcxhr_create()
/linux/sound/pci/ctxfi/
H A Dcthw20k1.c1937 hw->card->sync_irq = hw->irq; in hw_card_start()
H A Dcthw20k2.c2101 hw->card->sync_irq = hw->irq; in hw_card_start()

12