Home
last modified time | relevance | path

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

1234

/Linux-v4.19/sound/core/
Ddevice.c47 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 …]
Dseq_device.c160 static int snd_seq_device_dev_free(struct snd_device *device) in snd_seq_device_dev_free()
169 static int snd_seq_device_dev_register(struct snd_device *device) in snd_seq_device_dev_register()
182 static int snd_seq_device_dev_disconnect(struct snd_device *device) in snd_seq_device_dev_disconnect()
Dhwdep.c42 static int snd_hwdep_dev_free(struct snd_device *device);
43 static int snd_hwdep_dev_register(struct snd_device *device);
44 static int snd_hwdep_dev_disconnect(struct snd_device *device);
411 static int snd_hwdep_dev_free(struct snd_device *device) in snd_hwdep_dev_free()
422 static int snd_hwdep_dev_register(struct snd_device *device) in snd_hwdep_dev_register()
464 static int snd_hwdep_dev_disconnect(struct snd_device *device) in snd_hwdep_dev_disconnect()
Djack.c46 static int snd_jack_dev_disconnect(struct snd_device *device) in snd_jack_dev_disconnect()
65 static int snd_jack_dev_free(struct snd_device *device) in snd_jack_dev_free()
87 static int snd_jack_dev_register(struct snd_device *device) in snd_jack_dev_register()
Dpcm.c48 static int snd_pcm_dev_free(struct snd_device *device);
49 static int snd_pcm_dev_register(struct snd_device *device);
50 static int snd_pcm_dev_disconnect(struct snd_device *device);
933 static int snd_pcm_dev_free(struct snd_device *device) in snd_pcm_dev_free()
1100 static int snd_pcm_dev_register(struct snd_device *device) in snd_pcm_dev_register()
1146 static int snd_pcm_dev_disconnect(struct snd_device *device) in snd_pcm_dev_disconnect()
Dtimer.c94 static int snd_timer_dev_free(struct snd_device *device);
95 static int snd_timer_dev_register(struct snd_device *device);
96 static int snd_timer_dev_disconnect(struct snd_device *device);
951 static int snd_timer_dev_free(struct snd_device *device) in snd_timer_dev_free()
957 static int snd_timer_dev_register(struct snd_device *dev) in snd_timer_dev_register()
997 static int snd_timer_dev_disconnect(struct snd_device *device) in snd_timer_dev_disconnect()
1066 struct snd_device dev; in snd_timer_global_register()
Drawmidi.c53 static int snd_rawmidi_dev_free(struct snd_device *device);
54 static int snd_rawmidi_dev_register(struct snd_device *device);
55 static int snd_rawmidi_dev_disconnect(struct snd_device *device);
1625 static int snd_rawmidi_dev_free(struct snd_device *device) in snd_rawmidi_dev_free()
1641 static int snd_rawmidi_dev_register(struct snd_device *device) in snd_rawmidi_dev_register()
1732 static int snd_rawmidi_dev_disconnect(struct snd_device *device) in snd_rawmidi_dev_disconnect()
Dcompress_offload.c948 static int snd_compress_dev_register(struct snd_device *device) in snd_compress_dev_register()
971 static int snd_compress_dev_disconnect(struct snd_device *device) in snd_compress_dev_disconnect()
1053 static int snd_compress_dev_free(struct snd_device *device) in snd_compress_dev_free()
/Linux-v4.19/include/sound/
Dcore.h73 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) macro
/Linux-v4.19/sound/aoa/codecs/
Dtoonie.c30 static int toonie_dev_register(struct snd_device *dev) in toonie_dev_register()
/Linux-v4.19/sound/pci/hda/
Dhda_tegra.c284 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()
/Linux-v4.19/sound/pci/
Dcs5530.c85 static int snd_cs5530_dev_free(struct snd_device *device) in snd_cs5530_dev_free()
/Linux-v4.19/sound/pcmcia/pdaudiocf/
Dpdaudiocf.c84 static int snd_pdacf_dev_free(struct snd_device *device) in snd_pdacf_dev_free()
/Linux-v4.19/sound/isa/sb/
Dsb_common.c204 static int snd_sbdsp_dev_free(struct snd_device *device) in snd_sbdsp_dev_free()
/Linux-v4.19/sound/pci/vx222/
Dvx222.c130 static int snd_vx222_dev_free(struct snd_device *device) in snd_vx222_dev_free()
/Linux-v4.19/sound/pci/aw2/
Daw2-alsa.c115 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-v4.19/sound/drivers/opl4/
Dopl4_lib.c185 static int snd_opl4_dev_free(struct snd_device *device) in snd_opl4_dev_free()
/Linux-v4.19/sound/pcmcia/vx/
Dvxpocket.c72 static int snd_vxpocket_dev_free(struct snd_device *device) in snd_vxpocket_dev_free()
/Linux-v4.19/drivers/media/usb/go7007/
Dsnd-go7007.c214 static int go7007_snd_free(struct snd_device *device) in go7007_snd_free()
/Linux-v4.19/sound/pci/au88x0/
Dau88x0.c121 static int snd_vortex_dev_free(struct snd_device *device) in snd_vortex_dev_free()
/Linux-v4.19/sound/i2c/
Di2c.c73 static int snd_i2c_bus_dev_free(struct snd_device *device) in snd_i2c_bus_dev_free()
/Linux-v4.19/sound/pci/cs5535audio/
Dcs5535audio.c266 static int snd_cs5535audio_dev_free(struct snd_device *device) in snd_cs5535audio_dev_free()
/Linux-v4.19/drivers/staging/vc04_services/bcm2835-audio/
Dbcm2835.c123 static int snd_bcm2835_dev_free(struct snd_device *device) in snd_bcm2835_dev_free()
/Linux-v4.19/sound/sh/
Dsh_dac_audio.c312 static int snd_sh_dac_dev_free(struct snd_device *device) in snd_sh_dac_dev_free()
/Linux-v4.19/sound/drivers/opl3/
Dopl3_lib.c339 static int snd_opl3_dev_free(struct snd_device *device) in snd_opl3_dev_free()

1234