/linux-5.19.10/sound/core/ |
D | device.c | 32 struct snd_device *dev; in snd_device_new() 49 struct snd_device *pdev = list_entry(p, struct snd_device, list); in snd_device_new() 59 static void __snd_device_disconnect(struct snd_device *dev) in __snd_device_disconnect() 69 static void __snd_device_free(struct snd_device *dev) in __snd_device_free() 82 static struct snd_device *look_for_dev(struct snd_card *card, void *device_data) in look_for_dev() 84 struct snd_device *dev; in look_for_dev() 108 struct snd_device *dev; in snd_device_disconnect() 132 struct snd_device *dev; in snd_device_free() 145 static int __snd_device_register(struct snd_device *dev) in __snd_device_register() 173 struct snd_device *dev; in snd_device_register() [all …]
|
D | seq_device.c | 154 static int snd_seq_device_dev_free(struct snd_device *device) in snd_seq_device_dev_free() 165 static int snd_seq_device_dev_register(struct snd_device *device) in snd_seq_device_dev_register() 178 static int snd_seq_device_dev_disconnect(struct snd_device *device) in snd_seq_device_dev_disconnect()
|
D | hwdep.c | 27 static int snd_hwdep_dev_free(struct snd_device *device); 28 static int snd_hwdep_dev_register(struct snd_device *device); 29 static int snd_hwdep_dev_disconnect(struct snd_device *device); 404 static int snd_hwdep_dev_free(struct snd_device *device) in snd_hwdep_dev_free() 415 static int snd_hwdep_dev_register(struct snd_device *device) in snd_hwdep_dev_register() 457 static int snd_hwdep_dev_disconnect(struct snd_device *device) in snd_hwdep_dev_disconnect()
|
D | pcm.c | 34 static int snd_pcm_dev_free(struct snd_device *device); 35 static int snd_pcm_dev_register(struct snd_device *device); 36 static int snd_pcm_dev_disconnect(struct snd_device *device); 877 static int snd_pcm_dev_free(struct snd_device *device) in snd_pcm_dev_free() 1050 static int snd_pcm_dev_register(struct snd_device *device) in snd_pcm_dev_register() 1096 static int snd_pcm_dev_disconnect(struct snd_device *device) in snd_pcm_dev_disconnect()
|
D | jack.c | 40 static int snd_jack_dev_disconnect(struct snd_device *device) in snd_jack_dev_disconnect() 63 static int snd_jack_dev_free(struct snd_device *device) in snd_jack_dev_free() 88 static int snd_jack_dev_register(struct snd_device *device) in snd_jack_dev_register()
|
D | timer.c | 129 static int snd_timer_dev_free(struct snd_device *device); 130 static int snd_timer_dev_register(struct snd_device *device); 131 static int snd_timer_dev_disconnect(struct snd_device *device); 1011 static int snd_timer_dev_free(struct snd_device *device) in snd_timer_dev_free() 1017 static int snd_timer_dev_register(struct snd_device *dev) in snd_timer_dev_register() 1057 static int snd_timer_dev_disconnect(struct snd_device *device) in snd_timer_dev_disconnect() 1126 struct snd_device dev; in snd_timer_global_register()
|
D | rawmidi.c | 39 static int snd_rawmidi_dev_free(struct snd_device *device); 40 static int snd_rawmidi_dev_register(struct snd_device *device); 41 static int snd_rawmidi_dev_disconnect(struct snd_device *device); 1851 static int snd_rawmidi_dev_free(struct snd_device *device) in snd_rawmidi_dev_free() 1867 static int snd_rawmidi_dev_register(struct snd_device *device) in snd_rawmidi_dev_register() 1958 static int snd_rawmidi_dev_disconnect(struct snd_device *device) in snd_rawmidi_dev_disconnect()
|
D | compress_offload.c | 1054 static int snd_compress_dev_register(struct snd_device *device) in snd_compress_dev_register() 1077 static int snd_compress_dev_disconnect(struct snd_device *device) in snd_compress_dev_disconnect() 1150 static int snd_compress_dev_free(struct snd_device *device) in snd_compress_dev_free()
|
D | control.c | 2142 static int snd_ctl_dev_register(struct snd_device *device) in snd_ctl_dev_register() 2164 static int snd_ctl_dev_disconnect(struct snd_device *device) in snd_ctl_dev_disconnect() 2191 static int snd_ctl_dev_free(struct snd_device *device) in snd_ctl_dev_free()
|
/linux-5.19.10/include/sound/ |
D | core.h | 58 struct snd_device; 61 int (*dev_free)(struct snd_device *dev); 62 int (*dev_register)(struct snd_device *dev); 63 int (*dev_disconnect)(struct snd_device *dev); 66 struct snd_device { struct 75 #define snd_device(n) list_entry(n, struct snd_device, list) argument
|
/linux-5.19.10/sound/pci/hda/ |
D | hda_beep.c | 151 static int beep_dev_register(struct snd_device *device) in beep_dev_register() 162 static int beep_dev_disconnect(struct snd_device *device) in beep_dev_disconnect() 174 static int beep_dev_free(struct snd_device *device) in beep_dev_free()
|
D | hda_tegra.c | 212 static int hda_tegra_dev_disconnect(struct snd_device *device) in hda_tegra_dev_disconnect() 223 static int hda_tegra_dev_free(struct snd_device *device) in hda_tegra_dev_free()
|
/linux-5.19.10/sound/aoa/codecs/ |
D | toonie.c | 28 static int toonie_dev_register(struct snd_device *dev) in toonie_dev_register()
|
/linux-5.19.10/sound/pcmcia/pdaudiocf/ |
D | pdaudiocf.c | 70 static int snd_pdacf_dev_free(struct snd_device *device) in snd_pdacf_dev_free()
|
/linux-5.19.10/sound/drivers/opl4/ |
D | opl4_lib.c | 172 static int snd_opl4_dev_free(struct snd_device *device) in snd_opl4_dev_free()
|
/linux-5.19.10/drivers/media/usb/go7007/ |
D | snd-go7007.c | 185 static int go7007_snd_free(struct snd_device *device) in go7007_snd_free()
|
/linux-5.19.10/sound/i2c/ |
D | i2c.c | 59 static int snd_i2c_bus_dev_free(struct snd_device *device) in snd_i2c_bus_dev_free()
|
/linux-5.19.10/sound/sh/ |
D | sh_dac_audio.c | 276 static int snd_sh_dac_dev_free(struct snd_device *device) in snd_sh_dac_dev_free()
|
/linux-5.19.10/sound/drivers/opl3/ |
D | opl3_lib.c | 327 static int snd_opl3_dev_free(struct snd_device *device) in snd_opl3_dev_free()
|
/linux-5.19.10/sound/isa/gus/ |
D | gus_main.c | 111 static int snd_gus_dev_free(struct snd_device *device) in snd_gus_dev_free()
|
/linux-5.19.10/sound/i2c/other/ |
D | ak4117.c | 54 static int snd_ak4117_dev_free(struct snd_device *device) in snd_ak4117_dev_free()
|
D | ak4113.c | 49 static int snd_ak4113_dev_free(struct snd_device *device) in snd_ak4113_dev_free()
|
D | ak4114.c | 59 static int snd_ak4114_dev_free(struct snd_device *device) in snd_ak4114_dev_free()
|
/linux-5.19.10/sound/pci/ |
D | ak4531_codec.c | 332 static int snd_ak4531_dev_free(struct snd_device *device) in snd_ak4531_dev_free()
|
/linux-5.19.10/sound/pci/ac97/ |
D | ac97_codec.c | 996 static int snd_ac97_bus_dev_free(struct snd_device *device) in snd_ac97_bus_dev_free() 1018 static int snd_ac97_dev_free(struct snd_device *device) in snd_ac97_dev_free() 1998 static int snd_ac97_dev_register(struct snd_device *device) in snd_ac97_dev_register() 2019 static int snd_ac97_dev_disconnect(struct snd_device *device) in snd_ac97_dev_disconnect()
|