Home
last modified time | relevance | path

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

1234

/Linux-v5.4/sound/core/
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()
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 …]
Dseq_device.c145 static int snd_seq_device_dev_free(struct snd_device *device) in snd_seq_device_dev_free()
154 static int snd_seq_device_dev_register(struct snd_device *device) in snd_seq_device_dev_register()
167 static int snd_seq_device_dev_disconnect(struct snd_device *device) in snd_seq_device_dev_disconnect()
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);
396 static int snd_hwdep_dev_free(struct snd_device *device) in snd_hwdep_dev_free()
407 static int snd_hwdep_dev_register(struct snd_device *device) in snd_hwdep_dev_register()
449 static int snd_hwdep_dev_disconnect(struct snd_device *device) in snd_hwdep_dev_disconnect()
Djack.c32 static int snd_jack_dev_disconnect(struct snd_device *device) in snd_jack_dev_disconnect()
51 static int snd_jack_dev_free(struct snd_device *device) in snd_jack_dev_free()
73 static int snd_jack_dev_register(struct snd_device *device) in snd_jack_dev_register()
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);
873 static int snd_pcm_dev_free(struct snd_device *device) in snd_pcm_dev_free()
1040 static int snd_pcm_dev_register(struct snd_device *device) in snd_pcm_dev_register()
1086 static int snd_pcm_dev_disconnect(struct snd_device *device) in snd_pcm_dev_disconnect()
Dtimer.c80 static int snd_timer_dev_free(struct snd_device *device);
81 static int snd_timer_dev_register(struct snd_device *device);
82 static int snd_timer_dev_disconnect(struct snd_device *device);
973 static int snd_timer_dev_free(struct snd_device *device) in snd_timer_dev_free()
979 static int snd_timer_dev_register(struct snd_device *dev) in snd_timer_dev_register()
1019 static int snd_timer_dev_disconnect(struct snd_device *device) in snd_timer_dev_disconnect()
1088 struct snd_device dev; in snd_timer_global_register()
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);
1634 static int snd_rawmidi_dev_free(struct snd_device *device) in snd_rawmidi_dev_free()
1650 static int snd_rawmidi_dev_register(struct snd_device *device) in snd_rawmidi_dev_register()
1741 static int snd_rawmidi_dev_disconnect(struct snd_device *device) in snd_rawmidi_dev_disconnect()
Dcompress_offload.c986 static int snd_compress_dev_register(struct snd_device *device) in snd_compress_dev_register()
1009 static int snd_compress_dev_disconnect(struct snd_device *device) in snd_compress_dev_disconnect()
1082 static int snd_compress_dev_free(struct snd_device *device) in snd_compress_dev_free()
/Linux-v5.4/include/sound/
Dcore.h58 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-v5.4/sound/pci/hda/
Dhda_beep.c151 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()
Dhda_tegra.c206 static int hda_tegra_dev_disconnect(struct snd_device *device) in hda_tegra_dev_disconnect()
217 static int hda_tegra_dev_free(struct snd_device *device) in hda_tegra_dev_free()
/Linux-v5.4/sound/aoa/codecs/
Dtoonie.c28 static int toonie_dev_register(struct snd_device *dev) in toonie_dev_register()
/Linux-v5.4/sound/pcmcia/pdaudiocf/
Dpdaudiocf.c71 static int snd_pdacf_dev_free(struct snd_device *device) in snd_pdacf_dev_free()
/Linux-v5.4/sound/pci/
Dcs5530.c76 static int snd_cs5530_dev_free(struct snd_device *device) in snd_cs5530_dev_free()
/Linux-v5.4/sound/pci/aw2/
Daw2-alsa.c102 static int snd_aw2_dev_free(struct snd_device *device);
208 static int snd_aw2_dev_free(struct snd_device *device) in snd_aw2_dev_free()
/Linux-v5.4/sound/pci/vx222/
Dvx222.c117 static int snd_vx222_dev_free(struct snd_device *device) in snd_vx222_dev_free()
/Linux-v5.4/sound/isa/sb/
Dsb_common.c190 static int snd_sbdsp_dev_free(struct snd_device *device) in snd_sbdsp_dev_free()
/Linux-v5.4/sound/pcmcia/vx/
Dvxpocket.c60 static int snd_vxpocket_dev_free(struct snd_device *device) in snd_vxpocket_dev_free()
/Linux-v5.4/sound/drivers/opl4/
Dopl4_lib.c172 static int snd_opl4_dev_free(struct snd_device *device) in snd_opl4_dev_free()
/Linux-v5.4/sound/i2c/
Di2c.c59 static int snd_i2c_bus_dev_free(struct snd_device *device) in snd_i2c_bus_dev_free()
/Linux-v5.4/sound/pci/au88x0/
Dau88x0.c122 static int snd_vortex_dev_free(struct snd_device *device) in snd_vortex_dev_free()
/Linux-v5.4/drivers/media/usb/go7007/
Dsnd-go7007.c206 static int go7007_snd_free(struct snd_device *device) in go7007_snd_free()
/Linux-v5.4/sound/pci/cs5535audio/
Dcs5535audio.c252 static int snd_cs5535audio_dev_free(struct snd_device *device) in snd_cs5535audio_dev_free()
/Linux-v5.4/sound/sh/
Dsh_dac_audio.c297 static int snd_sh_dac_dev_free(struct snd_device *device) in snd_sh_dac_dev_free()
/Linux-v5.4/sound/drivers/opl3/
Dopl3_lib.c325 static int snd_opl3_dev_free(struct snd_device *device) in snd_opl3_dev_free()

1234