Home
last modified time | relevance | path

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

123

/sound/aoa/soundbus/
Dcore.c125 if (dev->driver && drv->shutdown) in soundbus_device_shutdown()
126 drv->shutdown(soundbus_dev); in soundbus_device_shutdown()
158 .shutdown = soundbus_device_shutdown,
Dsoundbus.h193 int (*shutdown)(struct soundbus_dev* dev); member
/sound/arm/
Dpxa2xx-ac97.c89 if (platform_ops && platform_ops->shutdown) in pxa2xx_ac97_pcm_shutdown()
90 platform_ops->shutdown(substream, platform_ops->priv); in pxa2xx_ac97_pcm_shutdown()
105 .shutdown = pxa2xx_ac97_pcm_shutdown,
Dpxa2xx-pcm.h25 void (*shutdown)(struct snd_pcm_substream *); member
Dpxa2xx-pcm.c66 client->shutdown(substream); in pxa2xx_pcm_close()
/sound/usb/6fire/
Dchip.h23 bool shutdown; member
Dcomm.c50 if (!rt->chip->shutdown) { in usb6fire_comm_receiver_handler()
Dchip.c195 chip->shutdown = true; in usb6fire_chip_disconnect()
/sound/usb/
Dproc.c49 if (!chip->shutdown) in proc_audio_usbbus_read()
56 if (!chip->shutdown) in proc_audio_usbid_read()
Dmixer_quirks.c301 if (mixer->chip->shutdown) { in snd_audigy2nx_led_put()
417 if (mixer->chip->shutdown) in snd_audigy2nx_proc_read()
458 if (mixer->chip->shutdown) in snd_xonar_u1_switch_put()
507 if (mixer->chip->shutdown) in snd_nativeinstruments_control_get()
538 if (mixer->chip->shutdown) in snd_nativeinstruments_control_put()
708 if (mixer->chip->shutdown) in snd_ftu_eff_switch_get()
761 if (mixer->chip->shutdown) in snd_ftu_eff_switch_put()
782 if (mixer->chip->shutdown) in snd_ftu_eff_switch_put()
Dcard.c502 if (usb_chip[i]->shutdown) { in snd_usb_audio_probe()
593 chip->shutdown = 1; in snd_usb_audio_disconnect()
654 else if (!chip->shutdown) in snd_usb_autoresume()
664 if (!chip->shutdown && !chip->probing) in snd_usb_autosuspend()
Dusbaudio.h41 unsigned int shutdown:1; member
Dendpoint.c357 ep->chip->shutdown)) /* device disconnected */ in snd_complete_urb()
520 if (!force && ep->chip->shutdown) /* to be sure... */ in deactivate_urbs()
829 if (ep->chip->shutdown) in snd_usb_endpoint_start()
/sound/pci/oxygen/
Dvirtuoso.c102 .shutdown = oxygen_pci_shutdown,
/sound/core/
Dinit.c354 if (card->shutdown) { in snd_card_disconnect()
358 card->shutdown = 1; in snd_card_disconnect()
899 if (card->shutdown) { in snd_card_file_add()
977 if (card->shutdown) { in snd_power_wait()
/sound/soc/
Dsoc-pcm.c297 if (rtd->dai_link->ops && rtd->dai_link->ops->shutdown) in soc_pcm_open()
298 rtd->dai_link->ops->shutdown(substream); in soc_pcm_open()
301 if (codec_dai->driver->ops->shutdown) in soc_pcm_open()
302 codec_dai->driver->ops->shutdown(substream, codec_dai); in soc_pcm_open()
309 if (cpu_dai->driver->ops->shutdown) in soc_pcm_open()
310 cpu_dai->driver->ops->shutdown(substream, cpu_dai); in soc_pcm_open()
388 if (cpu_dai->driver->ops->shutdown) in soc_pcm_close()
389 cpu_dai->driver->ops->shutdown(substream, cpu_dai); in soc_pcm_close()
391 if (codec_dai->driver->ops->shutdown) in soc_pcm_close()
392 codec_dai->driver->ops->shutdown(substream, codec_dai); in soc_pcm_close()
[all …]
Dsoc-compress.c137 if (rtd->dai_link->compr_ops && rtd->dai_link->compr_ops->shutdown) in soc_compr_free()
138 rtd->dai_link->compr_ops->shutdown(cstream); in soc_compr_free()
/sound/soc/codecs/
Dsta32x.c124 int shutdown; member
365 if (!sta32x->shutdown) in sta32x_watchdog()
373 sta32x->shutdown = 0; in sta32x_watchdog_start()
382 sta32x->shutdown = 1; in sta32x_watchdog_stop()
Duda1380.c635 .shutdown = uda1380_pcm_shutdown,
642 .shutdown = uda1380_pcm_shutdown,
649 .shutdown = uda1380_pcm_shutdown,
/sound/soc/omap/
Dosk5912.c74 .shutdown = osk_shutdown,
/sound/soc/pxa/
Draumfeld.c150 .shutdown = raumfeld_cs4270_shutdown,
Dpoodle.c140 .shutdown = poodle_shutdown,
/sound/soc/blackfin/
Dbf5xx-tdm.c232 .shutdown = bf5xx_tdm_shutdown,
Dbf5xx-i2s.c227 .shutdown = bf5xx_i2s_shutdown,
/sound/drivers/pcsp/
Dpcsp.c231 .shutdown = pcsp_shutdown,

123