/linux-4.4.14/sound/core/ |
D | device.c | 47 struct snd_device *dev; in snd_device_new() 64 struct snd_device *pdev = list_entry(p, struct snd_device, list); in snd_device_new() 74 static void __snd_device_disconnect(struct snd_device *dev) in __snd_device_disconnect() 84 static void __snd_device_free(struct snd_device *dev) in __snd_device_free() 97 static struct snd_device *look_for_dev(struct snd_card *card, void *device_data) in look_for_dev() 99 struct snd_device *dev; in look_for_dev() 123 struct snd_device *dev; in snd_device_disconnect() 147 struct snd_device *dev; in snd_device_free() 160 static int __snd_device_register(struct snd_device *dev) in __snd_device_register() 188 struct snd_device *dev; in snd_device_register() [all …]
|
D | hwdep.c | 41 static int snd_hwdep_dev_free(struct snd_device *device); 42 static int snd_hwdep_dev_register(struct snd_device *device); 43 static int snd_hwdep_dev_disconnect(struct snd_device *device); 410 static int snd_hwdep_dev_free(struct snd_device *device) in snd_hwdep_dev_free() 421 static int snd_hwdep_dev_register(struct snd_device *device) in snd_hwdep_dev_register() 463 static int snd_hwdep_dev_disconnect(struct snd_device *device) in snd_hwdep_dev_disconnect()
|
D | jack.c | 44 static int snd_jack_dev_disconnect(struct snd_device *device) in snd_jack_dev_disconnect() 61 static int snd_jack_dev_free(struct snd_device *device) in snd_jack_dev_free() 82 static int snd_jack_dev_register(struct snd_device *device) in snd_jack_dev_register()
|
D | pcm.c | 43 static int snd_pcm_dev_free(struct snd_device *device); 44 static int snd_pcm_dev_register(struct snd_device *device); 45 static int snd_pcm_dev_disconnect(struct snd_device *device); 897 static int snd_pcm_dev_free(struct snd_device *device) in snd_pcm_dev_free() 1059 static int snd_pcm_dev_register(struct snd_device *device) in snd_pcm_dev_register() 1109 static int snd_pcm_dev_disconnect(struct snd_device *device) in snd_pcm_dev_disconnect()
|
D | compress_offload.c | 872 static int snd_compress_dev_register(struct snd_device *device) in snd_compress_dev_register() 896 static int snd_compress_dev_disconnect(struct snd_device *device) in snd_compress_dev_disconnect() 905 static int snd_compress_dev_free(struct snd_device *device) in snd_compress_dev_free()
|
D | timer.c | 92 static int snd_timer_dev_free(struct snd_device *device); 93 static int snd_timer_dev_register(struct snd_device *device); 94 static int snd_timer_dev_disconnect(struct snd_device *device); 886 static int snd_timer_dev_free(struct snd_device *device) in snd_timer_dev_free() 892 static int snd_timer_dev_register(struct snd_device *dev) in snd_timer_dev_register() 937 static int snd_timer_dev_disconnect(struct snd_device *device) in snd_timer_dev_disconnect() 1012 struct snd_device dev; in snd_timer_global_register()
|
D | rawmidi.c | 52 static int snd_rawmidi_dev_free(struct snd_device *device); 53 static int snd_rawmidi_dev_register(struct snd_device *device); 54 static int snd_rawmidi_dev_disconnect(struct snd_device *device); 1607 static int snd_rawmidi_dev_free(struct snd_device *device) in snd_rawmidi_dev_free() 1621 static int snd_rawmidi_dev_register(struct snd_device *device) in snd_rawmidi_dev_register() 1705 static int snd_rawmidi_dev_disconnect(struct snd_device *device) in snd_rawmidi_dev_disconnect()
|
D | control.c | 1749 static int snd_ctl_dev_register(struct snd_device *device) in snd_ctl_dev_register() 1760 static int snd_ctl_dev_disconnect(struct snd_device *device) in snd_ctl_dev_disconnect() 1778 static int snd_ctl_dev_free(struct snd_device *device) in snd_ctl_dev_free()
|
/linux-4.4.14/include/sound/ |
D | core.h | 73 struct snd_device; 76 int (*dev_free)(struct snd_device *dev); 77 int (*dev_register)(struct snd_device *dev); 78 int (*dev_disconnect)(struct snd_device *dev); 81 struct snd_device { struct 90 #define snd_device(n) list_entry(n, struct snd_device, list) argument
|
/linux-4.4.14/sound/core/seq/ |
D | seq_device.c | 158 static int snd_seq_device_dev_free(struct snd_device *device) in snd_seq_device_dev_free() 166 static int snd_seq_device_dev_register(struct snd_device *device) in snd_seq_device_dev_register() 179 static int snd_seq_device_dev_disconnect(struct snd_device *device) in snd_seq_device_dev_disconnect()
|
/linux-4.4.14/sound/aoa/codecs/ |
D | toonie.c | 30 static int toonie_dev_register(struct snd_device *dev) in toonie_dev_register()
|
D | tas.c | 216 static int tas_dev_register(struct snd_device *dev) in tas_dev_register()
|
D | onyx.c | 96 static int onyx_dev_register(struct snd_device *dev) in onyx_dev_register()
|
/linux-4.4.14/sound/pci/hda/ |
D | hda_tegra.c | 284 static int hda_tegra_dev_disconnect(struct snd_device *device) in hda_tegra_dev_disconnect() 295 static int hda_tegra_dev_free(struct snd_device *device) in hda_tegra_dev_free()
|
D | hda_intel.c | 1296 static int azx_dev_disconnect(struct snd_device *device) in azx_dev_disconnect() 1304 static int azx_dev_free(struct snd_device *device) in azx_dev_free()
|
D | hda_codec.c | 756 static int snd_hda_codec_dev_register(struct snd_device *device) in snd_hda_codec_dev_register() 762 static int snd_hda_codec_dev_disconnect(struct snd_device *device) in snd_hda_codec_dev_disconnect() 770 static int snd_hda_codec_dev_free(struct snd_device *device) in snd_hda_codec_dev_free()
|
/linux-4.4.14/sound/pci/ |
D | cs5530.c | 85 static int snd_cs5530_dev_free(struct snd_device *device) in snd_cs5530_dev_free()
|
D | ak4531_codec.c | 347 static int snd_ak4531_dev_free(struct snd_device *device) in snd_ak4531_dev_free()
|
D | als300.c | 191 static int snd_als300_dev_free(struct snd_device *device) in snd_als300_dev_free()
|
D | ad1889.c | 863 snd_ad1889_dev_free(struct snd_device *device) in snd_ad1889_dev_free()
|
D | bt87x.c | 700 static int snd_bt87x_dev_free(struct snd_device *device) in snd_bt87x_dev_free()
|
D | via82xx_modem.c | 1090 static int snd_via82xx_dev_free(struct snd_device *device) in snd_via82xx_dev_free()
|
D | atiixp_modem.c | 1202 static int snd_atiixp_dev_free(struct snd_device *device) in snd_atiixp_dev_free()
|
D | intel8x0m.c | 1096 static int snd_intel8x0m_dev_free(struct snd_device *device) in snd_intel8x0m_dev_free()
|
D | sis7019.c | 1074 static int sis_dev_free(struct snd_device *dev) in sis_dev_free()
|
D | fm801.c | 1178 static int snd_fm801_dev_free(struct snd_device *device) in snd_fm801_dev_free()
|
D | atiixp.c | 1576 static int snd_atiixp_dev_free(struct snd_device *device) in snd_atiixp_dev_free()
|
D | sonicvibes.c | 1238 static int snd_sonicvibes_dev_free(struct snd_device *device) in snd_sonicvibes_dev_free()
|
D | cs4281.c | 1328 static int snd_cs4281_dev_free(struct snd_device *device) in snd_cs4281_dev_free()
|
D | es1938.c | 1561 static int snd_es1938_dev_free(struct snd_device *device) in snd_es1938_dev_free()
|
D | azt3328.c | 2310 snd_azf3328_dev_free(struct snd_device *device) in snd_azf3328_dev_free()
|
D | maestro3.c | 2532 static int snd_m3_dev_free(struct snd_device *device) in snd_m3_dev_free()
|
D | es1968.c | 2644 static int snd_es1968_dev_free(struct snd_device *device) in snd_es1968_dev_free()
|
D | via82xx.c | 2356 static int snd_via82xx_dev_free(struct snd_device *device) in snd_via82xx_dev_free()
|
D | ens1370.c | 1944 static int snd_ensoniq_dev_free(struct snd_device *device) in snd_ensoniq_dev_free()
|
D | intel8x0.c | 2946 static int snd_intel8x0_dev_free(struct snd_device *device) in snd_intel8x0_dev_free()
|
D | cmipci.c | 2951 static int snd_cmipci_dev_free(struct snd_device *device) in snd_cmipci_dev_free()
|
/linux-4.4.14/sound/pcmcia/pdaudiocf/ |
D | pdaudiocf.c | 84 static int snd_pdacf_dev_free(struct snd_device *device) in snd_pdacf_dev_free()
|
/linux-4.4.14/sound/pci/vx222/ |
D | vx222.c | 130 static int snd_vx222_dev_free(struct snd_device *device) in snd_vx222_dev_free()
|
/linux-4.4.14/sound/pci/aw2/ |
D | aw2-alsa.c | 115 static int snd_aw2_dev_free(struct snd_device *device); 221 static int snd_aw2_dev_free(struct snd_device *device) in snd_aw2_dev_free()
|
/linux-4.4.14/sound/pcmcia/vx/ |
D | vxpocket.c | 72 static int snd_vxpocket_dev_free(struct snd_device *device) in snd_vxpocket_dev_free()
|
/linux-4.4.14/sound/isa/sb/ |
D | sb_common.c | 204 static int snd_sbdsp_dev_free(struct snd_device *device) in snd_sbdsp_dev_free()
|
D | emu8000.c | 1075 static int snd_emu8000_dev_free(struct snd_device *device) in snd_emu8000_dev_free()
|
/linux-4.4.14/sound/drivers/opl4/ |
D | opl4_lib.c | 185 static int snd_opl4_dev_free(struct snd_device *device) in snd_opl4_dev_free()
|
/linux-4.4.14/drivers/media/usb/go7007/ |
D | snd-go7007.c | 213 static int go7007_snd_free(struct snd_device *device) in go7007_snd_free()
|
/linux-4.4.14/sound/pci/au88x0/ |
D | au88x0.c | 121 static int snd_vortex_dev_free(struct snd_device *device) in snd_vortex_dev_free()
|
/linux-4.4.14/sound/i2c/ |
D | i2c.c | 73 static int snd_i2c_bus_dev_free(struct snd_device *device) in snd_i2c_bus_dev_free()
|
/linux-4.4.14/sound/pci/cs5535audio/ |
D | cs5535audio.c | 271 static int snd_cs5535audio_dev_free(struct snd_device *device) in snd_cs5535audio_dev_free()
|
/linux-4.4.14/sound/sh/ |
D | sh_dac_audio.c | 306 static int snd_sh_dac_dev_free(struct snd_device *device) in snd_sh_dac_dev_free()
|
/linux-4.4.14/sound/drivers/opl3/ |
D | opl3_lib.c | 340 static int snd_opl3_dev_free(struct snd_device *device) in snd_opl3_dev_free()
|
/linux-4.4.14/sound/isa/gus/ |
D | gus_main.c | 126 static int snd_gus_dev_free(struct snd_device *device) in snd_gus_dev_free()
|
/linux-4.4.14/sound/i2c/other/ |
D | ak4117.c | 69 static int snd_ak4117_dev_free(struct snd_device *device) in snd_ak4117_dev_free()
|
D | ak4113.c | 64 static int snd_ak4113_dev_free(struct snd_device *device) in snd_ak4113_dev_free()
|
D | ak4114.c | 74 static int snd_ak4114_dev_free(struct snd_device *device) in snd_ak4114_dev_free()
|
/linux-4.4.14/sound/usb/ |
D | card.c | 318 static int snd_usb_audio_dev_free(struct snd_device *device) in snd_usb_audio_dev_free()
|
D | mixer.c | 2171 static int snd_usb_mixer_dev_free(struct snd_device *device) in snd_usb_mixer_dev_free()
|
/linux-4.4.14/sound/pci/ac97/ |
D | ac97_codec.c | 1016 static int snd_ac97_bus_dev_free(struct snd_device *device) in snd_ac97_bus_dev_free() 1038 static int snd_ac97_dev_free(struct snd_device *device) in snd_ac97_dev_free() 1955 static int snd_ac97_dev_register(struct snd_device *device) in snd_ac97_dev_register() 1975 static int snd_ac97_dev_disconnect(struct snd_device *device) in snd_ac97_dev_disconnect()
|
/linux-4.4.14/drivers/hid/ |
D | hid-prodikeys.c | 567 static int pcmidi_snd_free(struct snd_device *dev) in pcmidi_snd_free()
|
/linux-4.4.14/sound/drivers/ |
D | serial-u16550.c | 778 static int snd_uart16550_dev_free(struct snd_device *device) in snd_uart16550_dev_free()
|
D | ml403-ac97cr.c | 1103 static int snd_ml403_ac97cr_dev_free(struct snd_device *snddev)
|
/linux-4.4.14/sound/pci/lola/ |
D | lola.c | 563 static int lola_dev_free(struct snd_device *device) in lola_dev_free()
|
/linux-4.4.14/sound/mips/ |
D | sgio2audio.c | 819 static int snd_sgio2audio_dev_free(struct snd_device *device) in snd_sgio2audio_dev_free()
|
D | hal2.c | 761 static int hal2_dev_free(struct snd_device *device) in hal2_dev_free()
|
/linux-4.4.14/sound/sparc/ |
D | amd7930.c | 925 static int snd_amd7930_dev_free(struct snd_device *device) in snd_amd7930_dev_free()
|
D | cs4231.c | 1785 static int snd_cs4231_sbus_dev_free(struct snd_device *device) in snd_cs4231_sbus_dev_free() 1951 static int snd_cs4231_ebus_dev_free(struct snd_device *device) in snd_cs4231_ebus_dev_free()
|
/linux-4.4.14/sound/parisc/ |
D | harmony.c | 902 snd_harmony_dev_free(struct snd_device *dev) in snd_harmony_dev_free()
|
/linux-4.4.14/sound/isa/ad1816a/ |
D | ad1816a_lib.c | 580 static int snd_ad1816a_dev_free(struct snd_device *device) in snd_ad1816a_dev_free()
|
/linux-4.4.14/sound/pci/lx6464es/ |
D | lx6464es.c | 565 static int snd_lx6464es_dev_free(struct snd_device *device) in snd_lx6464es_dev_free()
|
/linux-4.4.14/sound/spi/ |
D | at73c213.c | 869 static int snd_at73c213_dev_free(struct snd_device *device) in snd_at73c213_dev_free()
|
/linux-4.4.14/sound/isa/es1688/ |
D | es1688_lib.c | 627 static int snd_es1688_dev_free(struct snd_device *device) in snd_es1688_dev_free()
|
/linux-4.4.14/drivers/usb/gadget/function/ |
D | f_midi.c | 395 static int f_midi_snd_free(struct snd_device *device) in f_midi_snd_free()
|
/linux-4.4.14/sound/isa/msnd/ |
D | msnd_pinnacle.c | 488 static int snd_msnd_dev_free(struct snd_device *device) in snd_msnd_dev_free()
|
/linux-4.4.14/sound/pci/mixart/ |
D | mixart.c | 1037 static int snd_mixart_chip_dev_free(struct snd_device *device) in snd_mixart_chip_dev_free()
|
/linux-4.4.14/sound/ppc/ |
D | pmac.c | 895 static int snd_pmac_dev_free(struct snd_device *device) in snd_pmac_dev_free()
|
/linux-4.4.14/sound/pci/nm256/ |
D | nm256.c | 1460 static int snd_nm256_dev_free(struct snd_device *device) in snd_nm256_dev_free()
|
/linux-4.4.14/sound/pci/ca0106/ |
D | ca0106_main.c | 1271 static int snd_ca0106_dev_free(struct snd_device *device) in snd_ca0106_dev_free()
|
/linux-4.4.14/sound/pci/pcxhr/ |
D | pcxhr.c | 1199 static int pcxhr_chip_dev_free(struct snd_device *device) in pcxhr_chip_dev_free()
|
/linux-4.4.14/sound/pci/emu10k1/ |
D | emu10k1x.c | 781 static int snd_emu10k1x_dev_free(struct snd_device *device) in snd_emu10k1x_dev_free()
|
D | emu10k1_main.c | 1335 static int snd_emu10k1_dev_free(struct snd_device *device) in snd_emu10k1_dev_free()
|
/linux-4.4.14/sound/pci/ctxfi/ |
D | ctatc.c | 1253 static int atc_dev_free(struct snd_device *dev) in atc_dev_free()
|
/linux-4.4.14/sound/pci/ali5451/ |
D | ali5451.c | 2079 static int snd_ali_dev_free(struct snd_device *device) in snd_ali_dev_free()
|
/linux-4.4.14/sound/pci/echoaudio/ |
D | echoaudio.c | 1891 static int snd_echo_dev_free(struct snd_device *device) in snd_echo_dev_free()
|
/linux-4.4.14/sound/pci/korg1212/ |
D | korg1212.c | 2137 static int snd_korg1212_dev_free(struct snd_device *device) in snd_korg1212_dev_free()
|
/linux-4.4.14/sound/isa/ |
D | es18xx.c | 1776 static int snd_es18xx_dev_free(struct snd_device *device) in snd_es18xx_dev_free()
|
/linux-4.4.14/sound/isa/wss/ |
D | wss_lib.c | 1713 static int snd_wss_dev_free(struct snd_device *device) in snd_wss_dev_free()
|
/linux-4.4.14/sound/pci/riptide/ |
D | riptide.c | 1834 static int snd_riptide_dev_free(struct snd_device *device) in snd_riptide_dev_free()
|
/linux-4.4.14/sound/pci/ice1712/ |
D | ice1724.c | 2523 static int snd_vt1724_dev_free(struct snd_device *device) in snd_vt1724_dev_free()
|
D | ice1712.c | 2506 static int snd_ice1712_dev_free(struct snd_device *device) in snd_ice1712_dev_free()
|
/linux-4.4.14/sound/pci/ymfpci/ |
D | ymfpci_main.c | 2264 static int snd_ymfpci_dev_free(struct snd_device *device) in snd_ymfpci_dev_free()
|
/linux-4.4.14/sound/pci/cs46xx/ |
D | cs46xx_lib.c | 2976 static int snd_cs46xx_dev_free(struct snd_device *device) in snd_cs46xx_dev_free()
|
/linux-4.4.14/sound/pci/trident/ |
D | trident_main.c | 3332 static int snd_trident_dev_free(struct snd_device *device) in snd_trident_dev_free()
|