Symbol: snd_seq_device
include/sound/emu8000.h
86
struct snd_seq_device **ret);
include/sound/emux_synth.h
118
struct snd_seq_device *oss_synth;
include/sound/opl3.h
312
struct snd_seq_device *seq_dev; /* sequencer device */
include/sound/opl3.h
316
struct snd_seq_device *oss_seq_dev; /* OSS sequencer device */
include/sound/rawmidi.h
145
struct snd_seq_device *seq_dev;
include/sound/seq_device.h
23
void (*private_free)(struct snd_seq_device *device);
include/sound/seq_device.h
28
container_of(_dev, struct snd_seq_device, dev)
include/sound/seq_device.h
46
int (*probe)(struct snd_seq_device *dev);
include/sound/seq_device.h
47
void (*remove)(struct snd_seq_device *dev);
include/sound/seq_device.h
65
int argsize, struct snd_seq_device **result);
include/sound/seq_device.h
67
#define SNDRV_SEQ_DEVICE_ARGPTR(dev) (void *)((char *)(dev) + sizeof(struct snd_seq_device))
include/sound/ump.h
68
struct snd_seq_device *seq_dev;
sound/core/rawmidi.c
1949
static void snd_rawmidi_dev_seq_free(struct snd_seq_device *device)
sound/core/seq/oss/seq_oss_synth.c
131
snd_seq_oss_synth_remove(struct snd_seq_device *dev)
sound/core/seq/oss/seq_oss_synth.c
83
snd_seq_oss_synth_probe(struct snd_seq_device *dev)
sound/core/seq/oss/seq_oss_synth.h
18
int snd_seq_oss_synth_probe(struct snd_seq_device *dev);
sound/core/seq/oss/seq_oss_synth.h
19
void snd_seq_oss_synth_remove(struct snd_seq_device *dev);
sound/core/seq/seq_midi.c
268
snd_seq_midisynth_probe(struct snd_seq_device *dev)
sound/core/seq/seq_midi.c
416
snd_seq_midisynth_remove(struct snd_seq_device *dev)
sound/core/seq/seq_ump_client.c
455
static int snd_seq_ump_probe(struct snd_seq_device *dev)
sound/core/seq/seq_ump_client.c
515
static void snd_seq_ump_remove(struct snd_seq_device *dev)
sound/core/seq_device.c
113
struct snd_seq_device *sdev = to_seq_dev(dev);
sound/core/seq_device.c
178
struct snd_seq_device *dev = device->device_data;
sound/core/seq_device.c
189
struct snd_seq_device *dev = device->device_data;
sound/core/seq_device.c
202
struct snd_seq_device *dev = device->device_data;
sound/core/seq_device.c
221
int argsize, struct snd_seq_device **result)
sound/core/seq_device.c
223
struct snd_seq_device *dev;
sound/core/seq_device.c
45
struct snd_seq_device *sdev = to_seq_dev(dev);
sound/core/seq_device.c
54
struct snd_seq_device *sdev = to_seq_dev(dev);
sound/core/seq_device.c
65
struct snd_seq_device *sdev = to_seq_dev(dev);
sound/core/seq_device.c
87
struct snd_seq_device *sdev = to_seq_dev(dev);
sound/core/ump.c
210
static void snd_ump_dev_seq_free(struct snd_seq_device *device)
sound/drivers/opl3/opl3_oss.c
93
struct snd_seq_device *dev;
sound/drivers/opl3/opl3_seq.c
204
static int snd_opl3_seq_probe(struct snd_seq_device *dev)
sound/drivers/opl3/opl3_seq.c
246
static void snd_opl3_seq_remove(struct snd_seq_device *dev)
sound/drivers/opl4/opl4_lib.c
138
static void snd_opl4_seq_dev_free(struct snd_seq_device *seq_dev)
sound/drivers/opl4/opl4_local.h
192
struct snd_seq_device *seq_dev;
sound/drivers/opl4/opl4_seq.c
121
static int snd_opl4_seq_probe(struct snd_seq_device *dev)
sound/drivers/opl4/opl4_seq.c
177
static void snd_opl4_seq_remove(struct snd_seq_device *dev)
sound/isa/sb/emu8000.c
1037
struct snd_seq_device **awe_ret)
sound/isa/sb/emu8000.c
1039
struct snd_seq_device *awe;
sound/isa/sb/emu8000_synth.c
24
static int snd_emu8000_probe(struct snd_seq_device *dev)
sound/isa/sb/emu8000_synth.c
83
static void snd_emu8000_remove(struct snd_seq_device *dev)
sound/pci/emu10k1/emu10k1.c
76
struct snd_seq_device *wave = NULL;
sound/pci/emu10k1/emu10k1_synth.c
19
static int snd_emu10k1_synth_probe(struct snd_seq_device *dev)
sound/pci/emu10k1/emu10k1_synth.c
66
static void snd_emu10k1_synth_remove(struct snd_seq_device *dev)
sound/synth/emux/emux_oss.c
55
struct snd_seq_device *dev;