Searched refs:snd_seq_device (Results 1 – 19 of 19) sorted by relevance
14 struct snd_seq_device { struct23 void (*private_free)(struct snd_seq_device *device); argument28 container_of(_dev, struct snd_seq_device, dev) argument63 int argsize, struct snd_seq_device **result);65 #define SNDRV_SEQ_DEVICE_ARGPTR(dev) (void *)((char *)(dev) + sizeof(struct snd_seq_device))
312 struct snd_seq_device *seq_dev; /* sequencer device */316 struct snd_seq_device *oss_seq_dev; /* OSS sequencer device */
86 struct snd_seq_device **ret);
118 struct snd_seq_device *oss_synth;
137 struct snd_seq_device *seq_dev;
45 struct snd_seq_device *sdev = to_seq_dev(dev); in snd_seq_bus_match()65 struct snd_seq_device *sdev = to_seq_dev(dev); in print_dev_info()91 struct snd_seq_device *sdev = to_seq_dev(dev); in request_seq_drv()156 struct snd_seq_device *dev = device->device_data; in snd_seq_device_dev_free()167 struct snd_seq_device *dev = device->device_data; in snd_seq_device_dev_register()180 struct snd_seq_device *dev = device->device_data; in snd_seq_device_dev_disconnect()199 int argsize, struct snd_seq_device **result) in snd_seq_device_new()201 struct snd_seq_device *dev; in snd_seq_device_new()
1859 static void snd_rawmidi_dev_seq_free(struct snd_seq_device *device) in snd_rawmidi_dev_seq_free()
21 struct snd_seq_device *dev = to_seq_dev(_dev); in snd_emu10k1_synth_probe()72 struct snd_seq_device *dev = to_seq_dev(_dev); in snd_emu10k1_synth_remove()
91 struct snd_seq_device *wave = NULL; in snd_card_emu10k1_probe()
26 struct snd_seq_device *dev = to_seq_dev(_dev); in snd_emu8000_probe()86 struct snd_seq_device *dev = to_seq_dev(_dev); in snd_emu8000_remove()
1056 struct snd_seq_device **awe_ret) in snd_emu8000_new()1058 struct snd_seq_device *awe; in snd_emu8000_new()
129 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()
192 struct snd_seq_device *seq_dev;
144 static void snd_opl4_seq_dev_free(struct snd_seq_device *seq_dev) in snd_opl4_seq_dev_free()
209 struct snd_seq_device *dev = to_seq_dev(_dev); in snd_opl3_seq_probe()252 struct snd_seq_device *dev = to_seq_dev(_dev); in snd_opl3_seq_remove()
93 struct snd_seq_device *dev; in snd_opl3_init_seq_oss()
265 struct snd_seq_device *dev = to_seq_dev(_dev); in snd_seq_midisynth_probe()420 struct snd_seq_device *dev = to_seq_dev(_dev); in snd_seq_midisynth_remove()
91 struct snd_seq_device *dev = to_seq_dev(_dev); in snd_seq_oss_synth_probe()142 struct snd_seq_device *dev = to_seq_dev(_dev); in snd_seq_oss_synth_remove()
55 struct snd_seq_device *dev; in snd_emux_init_seq_oss()
Completed in 28 milliseconds