/sound/usb/line6/ |
D | capture.c | 149 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()
|
D | playback.c | 303 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/ |
D | core.c | 125 if (dev->driver && drv->shutdown) in soundbus_device_shutdown() 126 drv->shutdown(soundbus_dev); in soundbus_device_shutdown() 136 .shutdown = soundbus_device_shutdown,
|
D | soundbus.h | 191 int (*shutdown)(struct soundbus_dev* dev); member
|
/sound/hda/ext/ |
D | hdac_ext_bus.c | 231 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/ |
D | pxa2xx-ac97.c | 100 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,
|
D | pxa2xx-pcm.h | 22 void (*shutdown)(struct snd_pcm_substream *); member
|
D | pxa2xx-pcm.c | 66 client->shutdown(substream); in pxa2xx_pcm_close()
|
/sound/usb/ |
D | card.c | 395 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()
|
D | proc.c | 49 if (!atomic_read(&chip->shutdown)) in proc_audio_usbbus_read() 56 if (!atomic_read(&chip->shutdown)) in proc_audio_usbid_read()
|
D | usbaudio.h | 42 atomic_t shutdown; member
|
/sound/usb/6fire/ |
D | chip.h | 23 bool shutdown; member
|
/sound/soc/ |
D | soc-compress.c | 141 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()
|
D | soc-pcm.c | 584 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/ |
D | hda_bind.c | 46 if (codec->bus->shutdown) in hda_codec_unsol_event() 166 drv->core.driver.shutdown = hda_codec_driver_shutdown; in __hda_codec_driver_register()
|
D | hda_tegra.c | 290 chip->bus.shutdown = 1; in hda_tegra_dev_disconnect() 581 .shutdown = hda_tegra_shutdown,
|
/sound/pci/oxygen/ |
D | virtuoso.c | 104 .shutdown = oxygen_pci_shutdown,
|
D | se6x.c | 157 .shutdown = oxygen_pci_shutdown,
|
/sound/core/ |
D | init.c | 401 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/ |
D | osk5912.c | 74 .shutdown = osk_shutdown,
|
/sound/soc/codecs/ |
D | uda1380.c | 630 .shutdown = uda1380_pcm_shutdown, 637 .shutdown = uda1380_pcm_shutdown, 644 .shutdown = uda1380_pcm_shutdown,
|
D | sta32x.c | 154 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/ |
D | skl-pcm.c | 461 .shutdown = skl_pcm_close, 471 .shutdown = skl_be_shutdown, 477 .shutdown = skl_be_shutdown, 486 .shutdown = skl_be_shutdown,
|
/sound/soc/pxa/ |
D | raumfeld.c | 137 .shutdown = raumfeld_cs4270_shutdown,
|
/sound/drivers/pcsp/ |
D | pcsp.c | 225 .shutdown = pcsp_shutdown,
|