Home
last modified time | relevance | path

Searched refs:_dev (Results 1 – 8 of 8) sorted by relevance

/sound/pci/emu10k1/
A Demu10k1_synth.c19 static int snd_emu10k1_synth_probe(struct device *_dev) in snd_emu10k1_synth_probe() argument
21 struct snd_seq_device *dev = to_seq_dev(_dev); in snd_emu10k1_synth_probe()
68 static int snd_emu10k1_synth_remove(struct device *_dev) in snd_emu10k1_synth_remove() argument
70 struct snd_seq_device *dev = to_seq_dev(_dev); in snd_emu10k1_synth_remove()
/sound/isa/sb/
A Demu8000_synth.c24 static int snd_emu8000_probe(struct device *_dev) in snd_emu8000_probe() argument
26 struct snd_seq_device *dev = to_seq_dev(_dev); in snd_emu8000_probe()
84 static int snd_emu8000_remove(struct device *_dev) in snd_emu8000_remove() argument
86 struct snd_seq_device *dev = to_seq_dev(_dev); in snd_emu8000_remove()
/sound/drivers/opl4/
A Dopl4_seq.c127 static int snd_opl4_seq_probe(struct device *_dev) in snd_opl4_seq_probe() argument
129 struct snd_seq_device *dev = to_seq_dev(_dev); in snd_opl4_seq_probe()
184 static int snd_opl4_seq_remove(struct device *_dev) in snd_opl4_seq_remove() argument
186 struct snd_seq_device *dev = to_seq_dev(_dev); in snd_opl4_seq_remove()
/sound/drivers/opl3/
A Dopl3_seq.c207 static int snd_opl3_seq_probe(struct device *_dev) in snd_opl3_seq_probe() argument
209 struct snd_seq_device *dev = to_seq_dev(_dev); in snd_opl3_seq_probe()
250 static int snd_opl3_seq_remove(struct device *_dev) in snd_opl3_seq_remove() argument
252 struct snd_seq_device *dev = to_seq_dev(_dev); in snd_opl3_seq_remove()
/sound/core/seq/
A Dseq_midi.c268 snd_seq_midisynth_probe(struct device *_dev) in snd_seq_midisynth_probe() argument
270 struct snd_seq_device *dev = to_seq_dev(_dev); in snd_seq_midisynth_probe()
415 snd_seq_midisynth_remove(struct device *_dev) in snd_seq_midisynth_remove() argument
417 struct snd_seq_device *dev = to_seq_dev(_dev); in snd_seq_midisynth_remove()
A Dseq_ump_client.c455 static int snd_seq_ump_probe(struct device *_dev) in snd_seq_ump_probe() argument
457 struct snd_seq_device *dev = to_seq_dev(_dev); in snd_seq_ump_probe()
516 static int snd_seq_ump_remove(struct device *_dev) in snd_seq_ump_remove() argument
518 struct snd_seq_device *dev = to_seq_dev(_dev); in snd_seq_ump_remove()
/sound/core/seq/oss/
A Dseq_oss_synth.c82 snd_seq_oss_synth_probe(struct device *_dev) in snd_seq_oss_synth_probe() argument
84 struct snd_seq_device *dev = to_seq_dev(_dev); in snd_seq_oss_synth_probe()
133 snd_seq_oss_synth_remove(struct device *_dev) in snd_seq_oss_synth_remove() argument
135 struct snd_seq_device *dev = to_seq_dev(_dev); in snd_seq_oss_synth_remove()
/sound/core/
A Dcontrol_led.c20 #define to_led_card_dev(_dev) \ argument
21 container_of(_dev, struct snd_ctl_led_card, dev)

Completed in 27 milliseconds