Searched refs:shutdown (Results 1 – 25 of 43) sorted by relevance
12
/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 | 90 if (platform_ops && platform_ops->shutdown) in pxa2xx_ac97_pcm_shutdown() 91 platform_ops->shutdown(substream, platform_ops->priv); in pxa2xx_ac97_pcm_shutdown() 106 .shutdown = pxa2xx_ac97_pcm_shutdown,
|
D | pxa2xx-pcm.h | 25 void (*shutdown)(struct snd_pcm_substream *); member
|
D | pxa2xx-pcm.c | 65 client->shutdown(substream); in pxa2xx_pcm_close()
|
/sound/soc/sh/ |
D | ssi.c | 357 .shutdown = ssi_shutdown, 383 .shutdown = ssi_shutdown,
|
/sound/core/ |
D | init.c | 334 if (card->shutdown) { in snd_card_disconnect() 338 card->shutdown = 1; in snd_card_disconnect() 814 if (card->shutdown) { in snd_card_file_add() 903 if (card->shutdown) { in snd_power_wait()
|
/sound/soc/pxa/ |
D | pxa-ssp.c | 807 .shutdown = pxa_ssp_shutdown, 838 .shutdown = pxa_ssp_shutdown, 870 .shutdown = pxa_ssp_shutdown, 902 .shutdown = pxa_ssp_shutdown,
|
D | poodle.c | 150 .shutdown = poodle_shutdown,
|
D | corgi.c | 171 .shutdown = corgi_shutdown,
|
D | pxa2xx-i2s.c | 355 .shutdown = pxa2xx_i2s_shutdown,
|
/sound/soc/ |
D | soc-core.c | 242 if (machine->ops && machine->ops->shutdown) in soc_pcm_open() 243 machine->ops->shutdown(substream); in soc_pcm_open() 250 if (cpu_dai->ops.shutdown) in soc_pcm_open() 251 cpu_dai->ops.shutdown(substream, cpu_dai); in soc_pcm_open() 343 if (cpu_dai->ops.shutdown) in soc_codec_close() 344 cpu_dai->ops.shutdown(substream, cpu_dai); in soc_codec_close() 346 if (codec_dai->ops.shutdown) in soc_codec_close() 347 codec_dai->ops.shutdown(substream, codec_dai); in soc_codec_close() 349 if (machine->ops && machine->ops->shutdown) in soc_codec_close() 350 machine->ops->shutdown(substream); in soc_codec_close()
|
/sound/soc/atmel/ |
D | atmel_ssc_dai.c | 717 .shutdown = atmel_ssc_shutdown, 741 .shutdown = atmel_ssc_shutdown, 764 .shutdown = atmel_ssc_shutdown,
|
D | sam9g20_wm8731.c | 189 .shutdown = at91sam9g20ek_shutdown,
|
/sound/soc/codecs/ |
D | uda1380.c | 564 .shutdown = uda1380_pcm_shutdown, 581 .shutdown = uda1380_pcm_shutdown, 598 .shutdown = uda1380_pcm_shutdown,
|
/sound/usb/ |
D | usbaudio.h | 127 int shutdown; member
|
D | usbaudio.c | 774 if (!force && subs->stream->chip->shutdown) /* to be sure... */ in deactivate_urbs() 843 if (subs->stream->chip->shutdown) in start_urbs() 1517 if (!subs->stream->chip->shutdown) in snd_usb_hw_free() 3403 if (!chip->shutdown) in proc_audio_usbbus_read() 3410 if (!chip->shutdown) in proc_audio_usbid_read() 3605 if (usb_chip[i]->shutdown) { in snd_usb_audio_probe() 3682 chip->shutdown = 1; in snd_usb_audio_disconnect()
|
/sound/soc/omap/ |
D | osk5912.c | 97 .shutdown = osk_shutdown,
|
D | n810.c | 123 .shutdown = n810_shutdown,
|
D | omap-mcbsp.c | 482 .shutdown = omap_mcbsp_dai_shutdown, \
|
/sound/drivers/pcsp/ |
D | pcsp.c | 220 .shutdown = pcsp_shutdown,
|
/sound/soc/blackfin/ |
D | bf5xx-i2s.c | 309 .shutdown = bf5xx_i2s_shutdown,
|
/sound/soc/s3c24xx/ |
D | s3c24xx_uda134x.c | 223 .shutdown = s3c24xx_uda134x_shutdown,
|
D | neo1973_wm8753.c | 666 .shutdown = lm4857_shutdown,
|
/sound/usb/usx2y/ |
D | usbusx2y.c | 434 usX2Y->chip.shutdown = 1; in usX2Y_usb_disconnect()
|
12