snd_seq_device
struct snd_seq_device **ret);
struct snd_seq_device *oss_synth;
struct snd_seq_device *seq_dev; /* sequencer device */
struct snd_seq_device *oss_seq_dev; /* OSS sequencer device */
struct snd_seq_device *seq_dev;
void (*private_free)(struct snd_seq_device *device);
container_of(_dev, struct snd_seq_device, dev)
int (*probe)(struct snd_seq_device *dev);
void (*remove)(struct snd_seq_device *dev);
int argsize, struct snd_seq_device **result);
#define SNDRV_SEQ_DEVICE_ARGPTR(dev) (void *)((char *)(dev) + sizeof(struct snd_seq_device))
struct snd_seq_device *seq_dev;
static void snd_rawmidi_dev_seq_free(struct snd_seq_device *device)
snd_seq_oss_synth_remove(struct snd_seq_device *dev)
snd_seq_oss_synth_probe(struct snd_seq_device *dev)
int snd_seq_oss_synth_probe(struct snd_seq_device *dev);
void snd_seq_oss_synth_remove(struct snd_seq_device *dev);
snd_seq_midisynth_probe(struct snd_seq_device *dev)
snd_seq_midisynth_remove(struct snd_seq_device *dev)
static int snd_seq_ump_probe(struct snd_seq_device *dev)
static void snd_seq_ump_remove(struct snd_seq_device *dev)
struct snd_seq_device *sdev = to_seq_dev(dev);
struct snd_seq_device *dev = device->device_data;
struct snd_seq_device *dev = device->device_data;
struct snd_seq_device *dev = device->device_data;
int argsize, struct snd_seq_device **result)
struct snd_seq_device *dev;
struct snd_seq_device *sdev = to_seq_dev(dev);
struct snd_seq_device *sdev = to_seq_dev(dev);
struct snd_seq_device *sdev = to_seq_dev(dev);
struct snd_seq_device *sdev = to_seq_dev(dev);
static void snd_ump_dev_seq_free(struct snd_seq_device *device)
struct snd_seq_device *dev;
static int snd_opl3_seq_probe(struct snd_seq_device *dev)
static void snd_opl3_seq_remove(struct snd_seq_device *dev)
static void snd_opl4_seq_dev_free(struct snd_seq_device *seq_dev)
struct snd_seq_device *seq_dev;
static int snd_opl4_seq_probe(struct snd_seq_device *dev)
static void snd_opl4_seq_remove(struct snd_seq_device *dev)
struct snd_seq_device **awe_ret)
struct snd_seq_device *awe;
static int snd_emu8000_probe(struct snd_seq_device *dev)
static void snd_emu8000_remove(struct snd_seq_device *dev)
struct snd_seq_device *wave = NULL;
static int snd_emu10k1_synth_probe(struct snd_seq_device *dev)
static void snd_emu10k1_synth_remove(struct snd_seq_device *dev)
struct snd_seq_device *dev;