Home
last modified time | relevance | path

Searched refs:shutdown (Results 1 – 25 of 105) sorted by relevance

12345

/sound/usb/line6/
Dcapture.c149 int i, index, length = 0, shutdown = 0; in audio_in_callback() local
169 shutdown = 1; in audio_in_callback()
197 shutdown = 1; in audio_in_callback()
199 if (!shutdown) { in audio_in_callback()
Dplayback.c303 int i, index, length = 0, shutdown = 0; in audio_out_callback() local
342 shutdown = 1; in audio_out_callback()
347 shutdown = 1; in audio_out_callback()
349 if (!shutdown) { in audio_out_callback()
/sound/aoa/soundbus/
Dcore.c125 if (dev->driver && drv->shutdown) in soundbus_device_shutdown()
126 drv->shutdown(soundbus_dev); in soundbus_device_shutdown()
136 .shutdown = soundbus_device_shutdown,
Dsoundbus.h191 int (*shutdown)(struct soundbus_dev* dev); member
/sound/hda/ext/
Dhdac_ext_bus.c231 return (get_edrv(dev))->shutdown(get_edev(dev)); in hdac_ext_drv_shutdown()
249 if (drv->shutdown) in snd_hda_ext_driver_register()
250 drv->hdac.driver.shutdown = hdac_ext_drv_shutdown; in snd_hda_ext_driver_register()
/sound/arm/
Dpxa2xx-ac97.c100 if (platform_ops && platform_ops->shutdown) in pxa2xx_ac97_pcm_shutdown()
101 platform_ops->shutdown(substream, platform_ops->priv); in pxa2xx_ac97_pcm_shutdown()
116 .shutdown = pxa2xx_ac97_pcm_shutdown,
Dpxa2xx-pcm.h22 void (*shutdown)(struct snd_pcm_substream *); member
Dpxa2xx-pcm.c66 client->shutdown(substream); in pxa2xx_pcm_close()
/sound/usb/
Dcard.c395 atomic_set(&chip->shutdown, 0); in snd_usb_audio_create()
519 if (atomic_read(&usb_chip[i]->shutdown)) { in usb_audio_probe()
619 if (atomic_inc_return(&chip->shutdown) == 1) { in usb_audio_disconnect()
664 if (atomic_read(&chip->shutdown)) { in snd_usb_lock_shutdown()
691 if (atomic_read(&chip->shutdown)) in snd_usb_autoresume()
700 if (atomic_read(&chip->shutdown)) in snd_usb_autosuspend()
Dproc.c49 if (!atomic_read(&chip->shutdown)) in proc_audio_usbbus_read()
56 if (!atomic_read(&chip->shutdown)) in proc_audio_usbid_read()
Dusbaudio.h42 atomic_t shutdown; member
/sound/usb/6fire/
Dchip.h23 bool shutdown; member
/sound/soc/
Dsoc-compress.c141 if (fe->dai_link->compr_ops && fe->dai_link->compr_ops->shutdown) in soc_compr_open_fe()
142 fe->dai_link->compr_ops->shutdown(cstream); in soc_compr_open_fe()
206 if (rtd->dai_link->compr_ops && rtd->dai_link->compr_ops->shutdown) in soc_compr_free()
207 rtd->dai_link->compr_ops->shutdown(cstream); in soc_compr_free()
271 if (fe->dai_link->compr_ops && fe->dai_link->compr_ops->shutdown) in soc_compr_free_fe()
272 fe->dai_link->compr_ops->shutdown(cstream); in soc_compr_free_fe()
Dsoc-pcm.c584 if (rtd->dai_link->ops && rtd->dai_link->ops->shutdown) in soc_pcm_open()
585 rtd->dai_link->ops->shutdown(substream); in soc_pcm_open()
593 if (codec_dai->driver->ops->shutdown) in soc_pcm_open()
594 codec_dai->driver->ops->shutdown(substream, codec_dai); in soc_pcm_open()
601 if (cpu_dai->driver->ops->shutdown) in soc_pcm_open()
602 cpu_dai->driver->ops->shutdown(substream, cpu_dai); in soc_pcm_open()
677 if (cpu_dai->driver->ops->shutdown) in soc_pcm_close()
678 cpu_dai->driver->ops->shutdown(substream, cpu_dai); in soc_pcm_close()
682 if (codec_dai->driver->ops->shutdown) in soc_pcm_close()
683 codec_dai->driver->ops->shutdown(substream, codec_dai); in soc_pcm_close()
[all …]
/sound/pci/hda/
Dhda_bind.c46 if (codec->bus->shutdown) in hda_codec_unsol_event()
166 drv->core.driver.shutdown = hda_codec_driver_shutdown; in __hda_codec_driver_register()
Dhda_tegra.c290 chip->bus.shutdown = 1; in hda_tegra_dev_disconnect()
581 .shutdown = hda_tegra_shutdown,
/sound/pci/oxygen/
Dvirtuoso.c104 .shutdown = oxygen_pci_shutdown,
Dse6x.c157 .shutdown = oxygen_pci_shutdown,
/sound/core/
Dinit.c401 if (card->shutdown) { in snd_card_disconnect()
405 card->shutdown = 1; in snd_card_disconnect()
918 if (card->shutdown) { in snd_card_file_add()
996 if (card->shutdown) { in snd_power_wait()
/sound/soc/omap/
Dosk5912.c74 .shutdown = osk_shutdown,
/sound/soc/codecs/
Duda1380.c630 .shutdown = uda1380_pcm_shutdown,
637 .shutdown = uda1380_pcm_shutdown,
644 .shutdown = uda1380_pcm_shutdown,
Dsta32x.c154 int shutdown; member
411 if (!sta32x->shutdown) in sta32x_watchdog()
420 sta32x->shutdown = 0; in sta32x_watchdog_start()
430 sta32x->shutdown = 1; in sta32x_watchdog_stop()
/sound/soc/intel/skylake/
Dskl-pcm.c461 .shutdown = skl_pcm_close,
471 .shutdown = skl_be_shutdown,
477 .shutdown = skl_be_shutdown,
486 .shutdown = skl_be_shutdown,
/sound/soc/pxa/
Draumfeld.c137 .shutdown = raumfeld_cs4270_shutdown,
/sound/drivers/pcsp/
Dpcsp.c225 .shutdown = pcsp_shutdown,

12345