Symbol: snd_device
drivers/hid/hid-prodikeys.c
560
static int pcmidi_snd_free(struct snd_device *dev)
drivers/media/usb/go7007/snd-go7007.c
185
static int go7007_snd_free(struct snd_device *device)
drivers/usb/gadget/function/f_midi.c
440
static int f_midi_snd_free(struct snd_device *device)
include/sound/core.h
59
struct snd_device;
include/sound/core.h
62
int (*dev_free)(struct snd_device *dev);
include/sound/core.h
63
int (*dev_register)(struct snd_device *dev);
include/sound/core.h
64
int (*dev_disconnect)(struct snd_device *dev);
include/sound/core.h
76
#define snd_device(n) list_entry(n, struct snd_device, list)
sound/aoa/codecs/onyx.c
96
static int onyx_dev_register(struct snd_device *dev)
sound/aoa/codecs/tas.c
214
static int tas_dev_register(struct snd_device *dev)
sound/aoa/codecs/toonie.c
28
static int toonie_dev_register(struct snd_device *dev)
sound/core/compress_offload.c
1399
static int snd_compress_dev_register(struct snd_device *device)
sound/core/compress_offload.c
1422
static int snd_compress_dev_disconnect(struct snd_device *device)
sound/core/compress_offload.c
1495
static int snd_compress_dev_free(struct snd_device *device)
sound/core/control.c
2291
static int snd_ctl_dev_register(struct snd_device *device)
sound/core/control.c
2307
static int snd_ctl_dev_disconnect(struct snd_device *device)
sound/core/control.c
2326
static int snd_ctl_dev_free(struct snd_device *device)
sound/core/device.c
108
struct snd_device *dev;
sound/core/device.c
132
struct snd_device *dev;
sound/core/device.c
145
static int __snd_device_register(struct snd_device *dev)
sound/core/device.c
173
struct snd_device *dev;
sound/core/device.c
191
struct snd_device *dev;
sound/core/device.c
210
struct snd_device *dev;
sound/core/device.c
224
struct snd_device *dev, *next;
sound/core/device.c
32
struct snd_device *dev;
sound/core/device.c
49
struct snd_device *pdev = list_entry(p, struct snd_device, list);
sound/core/device.c
59
static void __snd_device_disconnect(struct snd_device *dev)
sound/core/device.c
69
static void __snd_device_free(struct snd_device *dev)
sound/core/device.c
82
static struct snd_device *look_for_dev(struct snd_card *card, void *device_data)
sound/core/device.c
84
struct snd_device *dev;
sound/core/hwdep.c
27
static int snd_hwdep_dev_free(struct snd_device *device);
sound/core/hwdep.c
28
static int snd_hwdep_dev_register(struct snd_device *device);
sound/core/hwdep.c
29
static int snd_hwdep_dev_disconnect(struct snd_device *device);
sound/core/hwdep.c
412
static int snd_hwdep_dev_free(struct snd_device *device)
sound/core/hwdep.c
418
static int snd_hwdep_dev_register(struct snd_device *device)
sound/core/hwdep.c
456
static int snd_hwdep_dev_disconnect(struct snd_device *device)
sound/core/jack.c
43
static int snd_jack_dev_disconnect(struct snd_device *device)
sound/core/jack.c
65
static int snd_jack_dev_free(struct snd_device *device)
sound/core/jack.c
88
static int snd_jack_dev_register(struct snd_device *device)
sound/core/pcm.c
1044
static int snd_pcm_dev_register(struct snd_device *device)
sound/core/pcm.c
1087
static int snd_pcm_dev_disconnect(struct snd_device *device)
sound/core/pcm.c
34
static int snd_pcm_dev_free(struct snd_device *device);
sound/core/pcm.c
35
static int snd_pcm_dev_register(struct snd_device *device);
sound/core/pcm.c
36
static int snd_pcm_dev_disconnect(struct snd_device *device);
sound/core/pcm.c
869
static int snd_pcm_dev_free(struct snd_device *device)
sound/core/rawmidi.c
1941
static int snd_rawmidi_dev_free(struct snd_device *device)
sound/core/rawmidi.c
1957
static int snd_rawmidi_dev_register(struct snd_device *device)
sound/core/rawmidi.c
2050
static int snd_rawmidi_dev_disconnect(struct snd_device *device)
sound/core/rawmidi.c
39
static int snd_rawmidi_dev_free(struct snd_device *device);
sound/core/rawmidi.c
40
static int snd_rawmidi_dev_register(struct snd_device *device);
sound/core/rawmidi.c
41
static int snd_rawmidi_dev_disconnect(struct snd_device *device);
sound/core/seq_device.c
176
static int snd_seq_device_dev_free(struct snd_device *device)
sound/core/seq_device.c
187
static int snd_seq_device_dev_register(struct snd_device *device)
sound/core/seq_device.c
200
static int snd_seq_device_dev_disconnect(struct snd_device *device)
sound/core/timer.c
1033
static int snd_timer_dev_disconnect(struct snd_device *device)
sound/core/timer.c
1099
struct snd_device dev;
sound/core/timer.c
141
static int snd_timer_dev_free(struct snd_device *device);
sound/core/timer.c
142
static int snd_timer_dev_register(struct snd_device *device);
sound/core/timer.c
143
static int snd_timer_dev_disconnect(struct snd_device *device);
sound/core/timer.c
989
static int snd_timer_dev_free(struct snd_device *device)
sound/core/timer.c
995
static int snd_timer_dev_register(struct snd_device *dev)
sound/drivers/opl3/opl3_lib.c
310
static int snd_opl3_dev_free(struct snd_device *device)
sound/drivers/opl4/opl4_lib.c
166
static int snd_opl4_dev_free(struct snd_device *device)
sound/drivers/pcmtest.c
461
static int snd_pcmtst_dev_free(struct snd_device *device)
sound/hda/common/beep.c
162
static int beep_dev_register(struct snd_device *device)
sound/hda/common/beep.c
173
static int beep_dev_disconnect(struct snd_device *device)
sound/hda/common/beep.c
186
static int beep_dev_free(struct snd_device *device)
sound/hda/common/codec.c
825
static int snd_hda_codec_dev_register(struct snd_device *device)
sound/hda/common/codec.c
856
static int snd_hda_codec_dev_free(struct snd_device *device)
sound/hda/controllers/acpi.c
40
static int hda_acpi_dev_disconnect(struct snd_device *device)
sound/hda/controllers/acpi.c
48
static int hda_acpi_dev_free(struct snd_device *device)
sound/hda/controllers/cix-ipbloq.c
37
static int cix_ipbloq_hda_dev_disconnect(struct snd_device *device)
sound/hda/controllers/cix-ipbloq.c
46
static int cix_ipbloq_hda_dev_free(struct snd_device *device)
sound/hda/controllers/intel.c
1396
static int azx_dev_disconnect(struct snd_device *device)
sound/hda/controllers/intel.c
1407
static int azx_dev_free(struct snd_device *device)
sound/hda/controllers/tegra.c
217
static int hda_tegra_dev_disconnect(struct snd_device *device)
sound/hda/controllers/tegra.c
228
static int hda_tegra_dev_free(struct snd_device *device)
sound/i2c/i2c.c
59
static int snd_i2c_bus_dev_free(struct snd_device *device)
sound/i2c/other/ak4113.c
49
static int snd_ak4113_dev_free(struct snd_device *device)
sound/i2c/other/ak4114.c
48
static int snd_ak4114_dev_free(struct snd_device *device)
sound/i2c/other/ak4117.c
43
static int snd_ak4117_dev_free(struct snd_device *device)
sound/isa/es1688/es1688_lib.c
585
static int snd_es1688_dev_free(struct snd_device *device)
sound/isa/gus/gus_main.c
97
static int snd_gus_dev_free(struct snd_device *device)
sound/mips/hal2.c
722
static int hal2_dev_free(struct snd_device *device)
sound/mips/sgio2audio.c
767
static int snd_sgio2audio_dev_free(struct snd_device *device)
sound/parisc/harmony.c
836
snd_harmony_dev_free(struct snd_device *dev)
sound/pci/ac97/ac97_codec.c
1005
static int snd_ac97_dev_free(struct snd_device *device)
sound/pci/ac97/ac97_codec.c
1988
static int snd_ac97_dev_register(struct snd_device *device)
sound/pci/ac97/ac97_codec.c
2010
static int snd_ac97_dev_disconnect(struct snd_device *device)
sound/pci/ac97/ac97_codec.c
983
static int snd_ac97_bus_dev_free(struct snd_device *device)
sound/pci/ak4531_codec.c
326
static int snd_ak4531_dev_free(struct snd_device *device)
sound/pci/ctxfi/ctatc.c
1282
static int atc_dev_free(struct snd_device *dev)
sound/pci/mixart/mixart.c
1003
static int snd_mixart_chip_dev_free(struct snd_device *device)
sound/pci/pcxhr/pcxhr.c
1148
static int pcxhr_chip_dev_free(struct snd_device *device)
sound/pcmcia/pdaudiocf/pdaudiocf.c
70
static int snd_pdacf_dev_free(struct snd_device *device)
sound/ppc/pmac.c
851
static int snd_pmac_dev_free(struct snd_device *device)
sound/sh/sh_dac_audio.c
255
static int snd_sh_dac_dev_free(struct snd_device *device)
sound/sparc/amd7930.c
886
static int snd_amd7930_dev_free(struct snd_device *device)
sound/sparc/cs4231.c
1694
static int snd_cs4231_sbus_dev_free(struct snd_device *device)
sound/sparc/cs4231.c
1863
static int snd_cs4231_ebus_dev_free(struct snd_device *device)
sound/spi/at73c213.c
838
static int snd_at73c213_dev_free(struct snd_device *device)
sound/usb/mixer.c
2974
static int snd_usb_mixer_dev_free(struct snd_device *device)