Home
last modified time | relevance | path

Searched refs:snd_seq_device (Results 1 – 19 of 19) sorted by relevance

/linux-4.4.14/include/sound/
Dseq_device.h28 struct snd_seq_device { struct
37 void (*private_free)(struct snd_seq_device *device); argument
42 container_of(_dev, struct snd_seq_device, dev) argument
77 int argsize, struct snd_seq_device **result);
79 #define SNDRV_SEQ_DEVICE_ARGPTR(dev) (void *)((char *)(dev) + sizeof(struct snd_seq_device))
Dopl3.h330 struct snd_seq_device *seq_dev; /* sequencer device */
334 struct snd_seq_device *oss_seq_dev; /* OSS sequencer device */
Demu8000.h102 struct snd_seq_device **ret);
Demux_synth.h133 struct snd_seq_device *oss_synth;
Drawmidi.h148 struct snd_seq_device *seq_dev;
/linux-4.4.14/sound/core/seq/
Dseq_device.c60 struct snd_seq_device *sdev = to_seq_dev(dev); in snd_seq_bus_match()
80 struct snd_seq_device *sdev = to_seq_dev(dev); in print_dev_info()
106 struct snd_seq_device *sdev = to_seq_dev(dev); in request_seq_drv()
160 struct snd_seq_device *dev = device->device_data; in snd_seq_device_dev_free()
168 struct snd_seq_device *dev = device->device_data; in snd_seq_device_dev_register()
181 struct snd_seq_device *dev = device->device_data; in snd_seq_device_dev_disconnect()
189 struct snd_seq_device *sdev = to_seq_dev(dev); in snd_seq_dev_release()
204 int argsize, struct snd_seq_device **result) in snd_seq_device_new()
206 struct snd_seq_device *dev; in snd_seq_device_new()
Dseq_midi.c278 struct snd_seq_device *dev = to_seq_dev(_dev); in snd_seq_midisynth_probe()
433 struct snd_seq_device *dev = to_seq_dev(_dev); in snd_seq_midisynth_remove()
/linux-4.4.14/sound/pci/emu10k1/
Demu10k1_synth.c34 struct snd_seq_device *dev = to_seq_dev(_dev); in snd_emu10k1_synth_probe()
85 struct snd_seq_device *dev = to_seq_dev(_dev); in snd_emu10k1_synth_remove()
Demu10k1.c109 struct snd_seq_device *wave = NULL; in snd_card_emu10k1_probe()
/linux-4.4.14/sound/isa/sb/
Demu8000_synth.c39 struct snd_seq_device *dev = to_seq_dev(_dev); in snd_emu8000_probe()
99 struct snd_seq_device *dev = to_seq_dev(_dev); in snd_emu8000_remove()
Demu8000.c1086 struct snd_seq_device **awe_ret) in snd_emu8000_new()
1088 struct snd_seq_device *awe; in snd_emu8000_new()
/linux-4.4.14/sound/drivers/opl4/
Dopl4_seq.c129 struct snd_seq_device *dev = to_seq_dev(_dev); in snd_opl4_seq_probe()
186 struct snd_seq_device *dev = to_seq_dev(_dev); in snd_opl4_seq_remove()
Dopl4_local.h192 struct snd_seq_device *seq_dev;
Dopl4_lib.c157 static void snd_opl4_seq_dev_free(struct snd_seq_device *seq_dev) in snd_opl4_seq_dev_free()
/linux-4.4.14/sound/drivers/opl3/
Dopl3_seq.c221 struct snd_seq_device *dev = to_seq_dev(_dev); in snd_opl3_seq_probe()
263 struct snd_seq_device *dev = to_seq_dev(_dev); in snd_opl3_seq_remove()
Dopl3_oss.c122 struct snd_seq_device *dev; in snd_opl3_init_seq_oss()
/linux-4.4.14/sound/core/seq/oss/
Dseq_oss_synth.c103 struct snd_seq_device *dev = to_seq_dev(_dev); in snd_seq_oss_synth_probe()
154 struct snd_seq_device *dev = to_seq_dev(_dev); in snd_seq_oss_synth_remove()
/linux-4.4.14/sound/synth/emux/
Demux_oss.c70 struct snd_seq_device *dev; in snd_emux_init_seq_oss()
/linux-4.4.14/sound/core/
Drawmidi.c1614 static void snd_rawmidi_dev_seq_free(struct snd_seq_device *device) in snd_rawmidi_dev_seq_free()