Home
last modified time | relevance | path

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

12

/linux/sound/core/
H 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()
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 …]
H 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);
412 static int snd_hwdep_dev_free(struct snd_device *device) in snd_hwdep_dev_free()
418 static int snd_hwdep_dev_register(struct snd_device *device) in snd_hwdep_dev_register()
456 static int snd_hwdep_dev_disconnect(struct snd_device *device) in snd_hwdep_dev_disconnect()
H A Dseq_device.c176 static int snd_seq_device_dev_free(struct snd_device *device) in snd_seq_device_dev_register()
187 static int snd_seq_device_dev_register(struct snd_device *device) in snd_seq_dev_release()
200 static int snd_seq_device_dev_disconnect(struct snd_device *device) in snd_seq_device_new()
H 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);
869 static int snd_pcm_dev_free(struct snd_device *device) in snd_pcm_dev_free()
1044 static int snd_pcm_dev_register(struct snd_device *device) in snd_pcm_dev_register()
1087 static int snd_pcm_dev_disconnect(struct snd_device *device) in snd_pcm_dev_disconnect()
H A Djack.c43 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()
88 static int snd_jack_dev_register(struct snd_device *device) in snd_jack_dev_register()
H A Dtimer.c141 static int snd_timer_dev_free(struct snd_device *device);
142 static int snd_timer_dev_register(struct snd_device *device);
143 static int snd_timer_dev_disconnect(struct snd_device *device);
989 static int snd_timer_dev_free(struct snd_device *device) in snd_timer_dev_free()
995 static int snd_timer_dev_register(struct snd_device *dev) in snd_timer_dev_register()
1033 static int snd_timer_dev_disconnect(struct snd_device *device) in snd_timer_dev_disconnect()
1099 struct snd_device dev; in snd_timer_global_register()
H 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);
1941 static int snd_rawmidi_dev_free(struct snd_device *device) in snd_rawmidi_dev_free()
1957 static int snd_rawmidi_dev_register(struct snd_device *device) in snd_rawmidi_dev_register()
2050 static int snd_rawmidi_dev_disconnect(struct snd_device *device) in snd_rawmidi_dev_disconnect()
H A Dcompress_offload.c1399 static int snd_compress_dev_register(struct snd_device *device) in snd_compress_dev_register()
1422 static int snd_compress_dev_disconnect(struct snd_device *device) in snd_compress_dev_disconnect()
1495 static int snd_compress_dev_free(struct snd_device *device) in snd_compress_dev_free()
/linux/include/sound/
H 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) argument
/linux/sound/hda/common/
H A Dbeep.c162 static int beep_dev_register(struct snd_device *device) in beep_dev_register()
173 static int beep_dev_disconnect(struct snd_device *device) in beep_dev_disconnect()
186 static int beep_dev_free(struct snd_device *device) in beep_dev_free()
/linux/sound/hda/controllers/
H A Dacpi.c40 static int hda_acpi_dev_disconnect(struct snd_device *device) in hda_acpi_dev_disconnect()
48 static int hda_acpi_dev_free(struct snd_device *device) in hda_acpi_dev_free()
H A Dcix-ipbloq.c37 static int cix_ipbloq_hda_dev_disconnect(struct snd_device *device) in cix_ipbloq_hda_dev_disconnect()
46 static int cix_ipbloq_hda_dev_free(struct snd_device *device) in cix_ipbloq_hda_dev_free()
H A Dtegra.c217 static int hda_tegra_dev_disconnect(struct snd_device *device) in hda_tegra_dev_disconnect()
228 static int hda_tegra_dev_free(struct snd_device *device) in hda_tegra_dev_free()
/linux/sound/aoa/codecs/
H A Dtoonie.c28 static int toonie_dev_register(struct snd_device *dev) in toonie_dev_register()
/linux/sound/pcmcia/pdaudiocf/
H A Dpdaudiocf.c70 static int snd_pdacf_dev_free(struct snd_device *device) in snd_pdacf_dev_free()
/linux/sound/drivers/opl4/
H A Dopl4_lib.c166 static int snd_opl4_dev_free(struct snd_device *device) in snd_opl4_dev_free()
/linux/drivers/media/usb/go7007/
H A Dsnd-go7007.c185 static int go7007_snd_free(struct snd_device *device) in go7007_snd_free()
/linux/sound/i2c/
H A Di2c.c59 static int snd_i2c_bus_dev_free(struct snd_device *device) in snd_i2c_bus_dev_free()
/linux/sound/sh/
H A Dsh_dac_audio.c255 static int snd_sh_dac_dev_free(struct snd_device *device) in snd_sh_dac_dev_free()
/linux/sound/drivers/opl3/
H A Dopl3_lib.c310 static int snd_opl3_dev_free(struct snd_device *device) in snd_opl3_dev_free()
/linux/sound/isa/gus/
H A Dgus_main.c97 static int snd_gus_dev_free(struct snd_device *device) in snd_gus_dev_free()
/linux/sound/pci/
H A Dak4531_codec.c326 static int snd_ak4531_dev_free(struct snd_device *device) in snd_ak4531_dev_free()
/linux/sound/i2c/other/
H A Dak4117.c43 static int snd_ak4117_dev_free(struct snd_device *device) in snd_ak4117_dev_free()
H A Dak4113.c49 static int snd_ak4113_dev_free(struct snd_device *device) in snd_ak4113_dev_free()
H A Dak4114.c48 static int snd_ak4114_dev_free(struct snd_device *device) in snd_ak4114_dev_free()

12