/openbmc/linux/sound/core/ |
H A D | device.c | 32 struct snd_device *dev; in snd_device_new() 49 struct snd_device *pdev = list_entry(p, struct snd_device, list); in snd_device_new() 69 static void __snd_device_free(struct snd_device *dev) in __snd_device_free() 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() 173 struct snd_device *dev; in snd_device_register() 191 struct snd_device *dev; in snd_device_register_all() 210 struct snd_device *dev; in snd_device_disconnect_all() 224 struct snd_device *dev, *next; in snd_device_free_all() [all …]
|
H A D | seq_device.c | 154 static int snd_seq_device_dev_free(struct snd_device *device) in snd_seq_device_dev_free() 165 static int snd_seq_device_dev_register(struct snd_device *device) in snd_seq_device_dev_register() 178 static int snd_seq_device_dev_disconnect(struct snd_device *device) in snd_seq_device_dev_disconnect()
|
H A D | hwdep.c | 27 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); 413 static int snd_hwdep_dev_free(struct snd_device *device) in snd_hwdep_dev_free() 419 static int snd_hwdep_dev_register(struct snd_device *device) in snd_hwdep_dev_register() 461 static int snd_hwdep_dev_disconnect(struct snd_device *device) in snd_hwdep_dev_disconnect()
|
H A D | pcm.c | 34 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); 881 static int snd_pcm_dev_free(struct snd_device *device) in snd_pcm_dev_free() 1054 static int snd_pcm_dev_register(struct snd_device *device) in snd_pcm_dev_register() 1100 static int snd_pcm_dev_disconnect(struct snd_device *device) in snd_pcm_dev_disconnect()
|
H A D | jack.c | 42 static int snd_jack_dev_disconnect(struct snd_device *device) in snd_jack_dev_disconnect() 64 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()
|
H A D | timer.c | 129 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); 1021 static int snd_timer_dev_free(struct snd_device *device) in snd_timer_dev_free() 1027 static int snd_timer_dev_register(struct snd_device *dev) in snd_timer_dev_register() 1067 static int snd_timer_dev_disconnect(struct snd_device *device) in snd_timer_dev_disconnect() 1136 struct snd_device dev; in snd_timer_global_register()
|
H A D | compress_offload.c | 1059 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()
|
H A D | rawmidi.c | 39 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); 2001 static int snd_rawmidi_dev_free(struct snd_device *device) in snd_rawmidi_dev_free() 2017 static int snd_rawmidi_dev_register(struct snd_device *device) in snd_rawmidi_dev_register() 2111 static int snd_rawmidi_dev_disconnect(struct snd_device *device) in snd_rawmidi_dev_disconnect()
|
/openbmc/linux/include/sound/ |
H A D | core.h | 59 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
|
/openbmc/linux/sound/pci/hda/ |
H A D | hda_beep.c | 161 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 D | hda_tegra.c | 213 static int hda_tegra_dev_disconnect(struct snd_device *device) in hda_tegra_dev_disconnect() 224 static int hda_tegra_dev_free(struct snd_device *device) in hda_tegra_dev_free()
|
/openbmc/linux/sound/aoa/codecs/ |
H A D | toonie.c | 28 static int toonie_dev_register(struct snd_device *dev) in toonie_dev_register()
|
/openbmc/linux/sound/pcmcia/pdaudiocf/ |
H A D | pdaudiocf.c | 70 static int snd_pdacf_dev_free(struct snd_device *device) in snd_pdacf_dev_free()
|
/openbmc/linux/sound/drivers/opl4/ |
H A D | opl4_lib.c | 172 static int snd_opl4_dev_free(struct snd_device *device) in snd_opl4_dev_free()
|
/openbmc/linux/drivers/media/usb/go7007/ |
H A D | snd-go7007.c | 185 static int go7007_snd_free(struct snd_device *device) in go7007_snd_free()
|
/openbmc/linux/sound/i2c/ |
H A D | i2c.c | 59 static int snd_i2c_bus_dev_free(struct snd_device *device) in snd_i2c_bus_dev_free()
|
/openbmc/linux/sound/sh/ |
H A D | sh_dac_audio.c | 256 static int snd_sh_dac_dev_free(struct snd_device *device) in snd_sh_dac_dev_free()
|
/openbmc/linux/sound/drivers/opl3/ |
H A D | opl3_lib.c | 327 static int snd_opl3_dev_free(struct snd_device *device) in snd_opl3_dev_free()
|
/openbmc/linux/sound/isa/gus/ |
H A D | gus_main.c | 111 static int snd_gus_dev_free(struct snd_device *device) in snd_gus_dev_free()
|
/openbmc/linux/sound/pci/ |
H A D | ak4531_codec.c | 332 static int snd_ak4531_dev_free(struct snd_device *device) in snd_ak4531_dev_free()
|
/openbmc/linux/sound/i2c/other/ |
H A D | ak4117.c | 54 static int snd_ak4117_dev_free(struct snd_device *device) in snd_ak4117_dev_free()
|
H A D | ak4113.c | 49 static int snd_ak4113_dev_free(struct snd_device *device) in snd_ak4113_dev_free()
|
H A D | ak4114.c | 59 static int snd_ak4114_dev_free(struct snd_device *device) in snd_ak4114_dev_free()
|
/openbmc/linux/sound/pci/ac97/ |
H A D | ac97_codec.c | 995 static int snd_ac97_bus_dev_free(struct snd_device *device) in snd_ac97_bus_dev_free() 1017 static int snd_ac97_dev_free(struct snd_device *device) in snd_ac97_dev_free() 1997 static int snd_ac97_dev_register(struct snd_device *device) in snd_ac97_dev_register() 2019 static int snd_ac97_dev_disconnect(struct snd_device *device) in snd_ac97_dev_disconnect()
|
/openbmc/linux/drivers/hid/ |
H A D | hid-prodikeys.c | 566 static int pcmidi_snd_free(struct snd_device *dev) in pcmidi_snd_free()
|