Home
last modified time | relevance | path

Searched refs:snd_device (Results 1 – 25 of 44) sorted by relevance

12

/linux-6.3-rc2/sound/core/
A Ddevice.c32 struct snd_device *dev; in snd_device_new()
49 struct snd_device *pdev = list_entry(p, struct snd_device, list); in snd_device_new()
69 static void __snd_device_free(struct snd_device *dev) in __snd_device_free()
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()
173 struct snd_device *dev; in snd_device_register()
191 struct snd_device *dev; in snd_device_register_all()
210 struct snd_device *dev; in snd_device_disconnect_all()
224 struct snd_device *dev, *next; in snd_device_free_all()
[all …]
A Dseq_device.c154 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()
A Dhwdep.c27 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()
A Dpcm.c34 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);
879 static int snd_pcm_dev_free(struct snd_device *device) in snd_pcm_dev_free()
1052 static int snd_pcm_dev_register(struct snd_device *device) in snd_pcm_dev_register()
1098 static int snd_pcm_dev_disconnect(struct snd_device *device) in snd_pcm_dev_disconnect()
A Djack.c40 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()
A Dtimer.c129 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()
A Dcompress_offload.c1056 static int snd_compress_dev_register(struct snd_device *device) in snd_compress_dev_register()
1079 static int snd_compress_dev_disconnect(struct snd_device *device) in snd_compress_dev_disconnect()
1152 static int snd_compress_dev_free(struct snd_device *device) in snd_compress_dev_free()
A Drawmidi.c39 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);
1911 static int snd_rawmidi_dev_free(struct snd_device *device) in snd_rawmidi_dev_free()
1927 static int snd_rawmidi_dev_register(struct snd_device *device) in snd_rawmidi_dev_register()
2018 static int snd_rawmidi_dev_disconnect(struct snd_device *device) in snd_rawmidi_dev_disconnect()
A Dcontrol.c2303 static int snd_ctl_dev_register(struct snd_device *device) in snd_ctl_dev_register()
2325 static int snd_ctl_dev_disconnect(struct snd_device *device) in snd_ctl_dev_disconnect()
2352 static int snd_ctl_dev_free(struct snd_device *device) in snd_ctl_dev_free()
/linux-6.3-rc2/include/sound/
A Dcore.h59 struct snd_device;
62 int (*dev_free)(struct snd_device *dev);
63 int (*dev_register)(struct snd_device *dev);
64 int (*dev_disconnect)(struct snd_device *dev);
67 struct snd_device { struct
76 #define snd_device(n) list_entry(n, struct snd_device, list) macro
/linux-6.3-rc2/sound/pci/hda/
A Dhda_beep.c161 static int beep_dev_register(struct snd_device *device) in beep_dev_register()
172 static int beep_dev_disconnect(struct snd_device *device) in beep_dev_disconnect()
185 static int beep_dev_free(struct snd_device *device) in beep_dev_free()
A Dhda_tegra.c212 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-6.3-rc2/sound/aoa/codecs/
A Dtoonie.c28 static int toonie_dev_register(struct snd_device *dev) in toonie_dev_register()
/linux-6.3-rc2/sound/pcmcia/pdaudiocf/
A Dpdaudiocf.c70 static int snd_pdacf_dev_free(struct snd_device *device) in snd_pdacf_dev_free()
/linux-6.3-rc2/sound/drivers/opl4/
A Dopl4_lib.c172 static int snd_opl4_dev_free(struct snd_device *device) in snd_opl4_dev_free()
/linux-6.3-rc2/drivers/media/usb/go7007/
A Dsnd-go7007.c185 static int go7007_snd_free(struct snd_device *device) in go7007_snd_free()
/linux-6.3-rc2/sound/i2c/
A Di2c.c59 static int snd_i2c_bus_dev_free(struct snd_device *device) in snd_i2c_bus_dev_free()
/linux-6.3-rc2/sound/sh/
A Dsh_dac_audio.c276 static int snd_sh_dac_dev_free(struct snd_device *device) in snd_sh_dac_dev_free()
/linux-6.3-rc2/sound/drivers/opl3/
A Dopl3_lib.c327 static int snd_opl3_dev_free(struct snd_device *device) in snd_opl3_dev_free()
/linux-6.3-rc2/sound/isa/gus/
A Dgus_main.c111 static int snd_gus_dev_free(struct snd_device *device) in snd_gus_dev_free()
/linux-6.3-rc2/sound/i2c/other/
A Dak4117.c54 static int snd_ak4117_dev_free(struct snd_device *device) in snd_ak4117_dev_free()
A Dak4113.c49 static int snd_ak4113_dev_free(struct snd_device *device) in snd_ak4113_dev_free()
/linux-6.3-rc2/sound/pci/
A Dak4531_codec.c332 static int snd_ak4531_dev_free(struct snd_device *device) in snd_ak4531_dev_free()
/linux-6.3-rc2/sound/pci/ac97/
A Dac97_codec.c995 static int snd_ac97_bus_dev_free(struct snd_device *device) in snd_ac97_bus_dev_free()
1017 static int snd_ac97_dev_free(struct snd_device *device) in snd_ac97_dev_free()
1997 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()
/linux-6.3-rc2/drivers/hid/
A Dhid-prodikeys.c566 static int pcmidi_snd_free(struct snd_device *dev) in pcmidi_snd_free()

Completed in 51 milliseconds

12