Home
last modified time | relevance | path

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

1234

/OK3568_Linux_fs/kernel/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);
403 static int snd_hwdep_dev_free(struct snd_device *device) in snd_hwdep_dev_free()
414 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.c145 static int snd_seq_device_dev_free(struct snd_device *device) in snd_seq_device_dev_free()
156 static int snd_seq_device_dev_register(struct snd_device *device) in snd_seq_device_dev_register()
169 static int snd_seq_device_dev_disconnect(struct snd_device *device) in snd_seq_device_dev_disconnect()
H A 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()
76 static int snd_jack_dev_register(struct snd_device *device) in snd_jack_dev_register()
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);
877 static int snd_pcm_dev_free(struct snd_device *device) in snd_pcm_dev_free()
1049 static int snd_pcm_dev_register(struct snd_device *device) in snd_pcm_dev_register()
1095 static int snd_pcm_dev_disconnect(struct snd_device *device) in snd_pcm_dev_disconnect()
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);
1750 static int snd_rawmidi_dev_free(struct snd_device *device) in snd_rawmidi_dev_free()
1766 static int snd_rawmidi_dev_register(struct snd_device *device) in snd_rawmidi_dev_register()
1857 static int snd_rawmidi_dev_disconnect(struct snd_device *device) in snd_rawmidi_dev_disconnect()
H 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()
H A Dcompress_offload.c1059 static int snd_compress_dev_register(struct snd_device *device) in snd_compress_dev_register()
1082 static int snd_compress_dev_disconnect(struct snd_device *device) in snd_compress_dev_disconnect()
1155 static int snd_compress_dev_free(struct snd_device *device) in snd_compress_dev_free()
/OK3568_Linux_fs/kernel/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);
69 struct snd_device { struct
80 #define snd_device(n) list_entry(n, struct snd_device, list) argument
/OK3568_Linux_fs/kernel/sound/pci/hda/
H 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()
H A Dhda_tegra.c205 static int hda_tegra_dev_disconnect(struct snd_device *device) in hda_tegra_dev_disconnect()
216 static int hda_tegra_dev_free(struct snd_device *device) in hda_tegra_dev_free()
/OK3568_Linux_fs/kernel/sound/aoa/codecs/
H A Dtoonie.c28 static int toonie_dev_register(struct snd_device *dev) in toonie_dev_register()
/OK3568_Linux_fs/kernel/sound/pci/aw2/
H A Daw2-alsa.c102 static int snd_aw2_dev_free(struct snd_device *device);
199 static int snd_aw2_dev_free(struct snd_device *device) in snd_aw2_dev_free()
/OK3568_Linux_fs/kernel/sound/pci/
H A Dcs5530.c76 static int snd_cs5530_dev_free(struct snd_device *device) in snd_cs5530_dev_free()
/OK3568_Linux_fs/kernel/sound/pcmcia/pdaudiocf/
H A Dpdaudiocf.c71 static int snd_pdacf_dev_free(struct snd_device *device) in snd_pdacf_dev_free()
/OK3568_Linux_fs/kernel/sound/isa/sb/
H A Dsb_common.c190 static int snd_sbdsp_dev_free(struct snd_device *device) in snd_sbdsp_dev_free()
/OK3568_Linux_fs/kernel/sound/pci/vx222/
H A Dvx222.c117 static int snd_vx222_dev_free(struct snd_device *device) in snd_vx222_dev_free()
/OK3568_Linux_fs/kernel/sound/pcmcia/vx/
H A Dvxpocket.c60 static int snd_vxpocket_dev_free(struct snd_device *device) in snd_vxpocket_dev_free()
/OK3568_Linux_fs/kernel/sound/drivers/opl4/
H A Dopl4_lib.c172 static int snd_opl4_dev_free(struct snd_device *device) in snd_opl4_dev_free()
/OK3568_Linux_fs/kernel/drivers/media/usb/go7007/
H A Dsnd-go7007.c185 static int go7007_snd_free(struct snd_device *device) in go7007_snd_free()
/OK3568_Linux_fs/kernel/sound/pci/au88x0/
H A Dau88x0.c122 static int snd_vortex_dev_free(struct snd_device *device) in snd_vortex_dev_free()
/OK3568_Linux_fs/kernel/sound/i2c/
H A Di2c.c59 static int snd_i2c_bus_dev_free(struct snd_device *device) in snd_i2c_bus_dev_free()
/OK3568_Linux_fs/kernel/sound/pci/cs5535audio/
H A Dcs5535audio.c251 static int snd_cs5535audio_dev_free(struct snd_device *device) in snd_cs5535audio_dev_free()
/OK3568_Linux_fs/kernel/sound/sh/
H A Dsh_dac_audio.c277 static int snd_sh_dac_dev_free(struct snd_device *device) in snd_sh_dac_dev_free()
/OK3568_Linux_fs/kernel/sound/drivers/opl3/
H A Dopl3_lib.c325 static int snd_opl3_dev_free(struct snd_device *device) in snd_opl3_dev_free()

1234