Searched refs:shutdown (Results 1 – 25 of 74) sorted by relevance
123
/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() 158 .shutdown = soundbus_device_shutdown,
|
D | soundbus.h | 193 int (*shutdown)(struct soundbus_dev* dev); member
|
/sound/arm/ |
D | pxa2xx-ac97.c | 89 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,
|
D | pxa2xx-pcm.h | 25 void (*shutdown)(struct snd_pcm_substream *); member
|
D | pxa2xx-pcm.c | 66 client->shutdown(substream); in pxa2xx_pcm_close()
|
/sound/usb/6fire/ |
D | chip.h | 23 bool shutdown; member
|
D | comm.c | 50 if (!rt->chip->shutdown) { in usb6fire_comm_receiver_handler()
|
D | chip.c | 195 chip->shutdown = true; in usb6fire_chip_disconnect()
|
/sound/usb/ |
D | proc.c | 49 if (!chip->shutdown) in proc_audio_usbbus_read() 56 if (!chip->shutdown) in proc_audio_usbid_read()
|
D | mixer_quirks.c | 301 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()
|
D | card.c | 502 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()
|
D | usbaudio.h | 41 unsigned int shutdown:1; member
|
D | endpoint.c | 357 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/ |
D | virtuoso.c | 102 .shutdown = oxygen_pci_shutdown,
|
/sound/core/ |
D | init.c | 354 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/ |
D | soc-pcm.c | 297 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 …]
|
D | soc-compress.c | 137 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/ |
D | sta32x.c | 124 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()
|
D | uda1380.c | 635 .shutdown = uda1380_pcm_shutdown, 642 .shutdown = uda1380_pcm_shutdown, 649 .shutdown = uda1380_pcm_shutdown,
|
/sound/soc/omap/ |
D | osk5912.c | 74 .shutdown = osk_shutdown,
|
/sound/soc/pxa/ |
D | raumfeld.c | 150 .shutdown = raumfeld_cs4270_shutdown,
|
D | poodle.c | 140 .shutdown = poodle_shutdown,
|
/sound/soc/blackfin/ |
D | bf5xx-tdm.c | 232 .shutdown = bf5xx_tdm_shutdown,
|
D | bf5xx-i2s.c | 227 .shutdown = bf5xx_i2s_shutdown,
|
/sound/drivers/pcsp/ |
D | pcsp.c | 231 .shutdown = pcsp_shutdown,
|
123