seq_oss_devinfo   134 sound/core/seq/oss/seq_oss.c 	struct seq_oss_devinfo *dp;
seq_oss_devinfo   149 sound/core/seq/oss/seq_oss.c 	struct seq_oss_devinfo *dp;
seq_oss_devinfo   160 sound/core/seq/oss/seq_oss.c 	struct seq_oss_devinfo *dp;
seq_oss_devinfo   170 sound/core/seq/oss/seq_oss.c 	struct seq_oss_devinfo *dp;
seq_oss_devinfo   190 sound/core/seq/oss/seq_oss.c 	struct seq_oss_devinfo *dp;
seq_oss_devinfo   111 sound/core/seq/oss/seq_oss_device.h void snd_seq_oss_release(struct seq_oss_devinfo *dp);
seq_oss_devinfo   112 sound/core/seq/oss/seq_oss_device.h int snd_seq_oss_ioctl(struct seq_oss_devinfo *dp, unsigned int cmd, unsigned long arg);
seq_oss_devinfo   113 sound/core/seq/oss/seq_oss_device.h int snd_seq_oss_read(struct seq_oss_devinfo *dev, char __user *buf, int count);
seq_oss_devinfo   114 sound/core/seq/oss/seq_oss_device.h int snd_seq_oss_write(struct seq_oss_devinfo *dp, const char __user *buf, int count, struct file *opt);
seq_oss_devinfo   115 sound/core/seq/oss/seq_oss_device.h __poll_t snd_seq_oss_poll(struct seq_oss_devinfo *dp, struct file *file, poll_table * wait);
seq_oss_devinfo   117 sound/core/seq/oss/seq_oss_device.h void snd_seq_oss_reset(struct seq_oss_devinfo *dp);
seq_oss_devinfo   120 sound/core/seq/oss/seq_oss_device.h void snd_seq_oss_process_queue(struct seq_oss_devinfo *dp, abstime_t time);
seq_oss_devinfo   136 sound/core/seq/oss/seq_oss_device.h snd_seq_oss_dispatch(struct seq_oss_devinfo *dp, struct snd_seq_event *ev, int atomic, int hop)
seq_oss_devinfo   143 sound/core/seq/oss/seq_oss_device.h snd_seq_oss_control(struct seq_oss_devinfo *dp, unsigned int type, void *arg)
seq_oss_devinfo   155 sound/core/seq/oss/seq_oss_device.h snd_seq_oss_fill_addr(struct seq_oss_devinfo *dp, struct snd_seq_event *ev,
seq_oss_devinfo    22 sound/core/seq/oss/seq_oss_event.c static int extended_event(struct seq_oss_devinfo *dp, union evrec *q, struct snd_seq_event *ev);
seq_oss_devinfo    23 sound/core/seq/oss/seq_oss_event.c static int chn_voice_event(struct seq_oss_devinfo *dp, union evrec *event_rec, struct snd_seq_event *ev);
seq_oss_devinfo    24 sound/core/seq/oss/seq_oss_event.c static int chn_common_event(struct seq_oss_devinfo *dp, union evrec *event_rec, struct snd_seq_event *ev);
seq_oss_devinfo    25 sound/core/seq/oss/seq_oss_event.c static int timing_event(struct seq_oss_devinfo *dp, union evrec *event_rec, struct snd_seq_event *ev);
seq_oss_devinfo    26 sound/core/seq/oss/seq_oss_event.c static int local_event(struct seq_oss_devinfo *dp, union evrec *event_rec, struct snd_seq_event *ev);
seq_oss_devinfo    27 sound/core/seq/oss/seq_oss_event.c static int old_event(struct seq_oss_devinfo *dp, union evrec *q, struct snd_seq_event *ev);
seq_oss_devinfo    28 sound/core/seq/oss/seq_oss_event.c static int note_on_event(struct seq_oss_devinfo *dp, int dev, int ch, int note, int vel, struct snd_seq_event *ev);
seq_oss_devinfo    29 sound/core/seq/oss/seq_oss_event.c static int note_off_event(struct seq_oss_devinfo *dp, int dev, int ch, int note, int vel, struct snd_seq_event *ev);
seq_oss_devinfo    30 sound/core/seq/oss/seq_oss_event.c static int set_note_event(struct seq_oss_devinfo *dp, int dev, int type, int ch, int note, int vel, struct snd_seq_event *ev);
seq_oss_devinfo    31 sound/core/seq/oss/seq_oss_event.c static int set_control_event(struct seq_oss_devinfo *dp, int dev, int type, int ch, int param, int val, struct snd_seq_event *ev);
seq_oss_devinfo    32 sound/core/seq/oss/seq_oss_event.c static int set_echo_event(struct seq_oss_devinfo *dp, union evrec *rec, struct snd_seq_event *ev);
seq_oss_devinfo    42 sound/core/seq/oss/seq_oss_event.c snd_seq_oss_process_event(struct seq_oss_devinfo *dp, union evrec *q, struct snd_seq_event *ev)
seq_oss_devinfo    95 sound/core/seq/oss/seq_oss_event.c old_event(struct seq_oss_devinfo *dp, union evrec *q, struct snd_seq_event *ev)
seq_oss_devinfo   121 sound/core/seq/oss/seq_oss_event.c extended_event(struct seq_oss_devinfo *dp, union evrec *q, struct snd_seq_event *ev)
seq_oss_devinfo   175 sound/core/seq/oss/seq_oss_event.c chn_voice_event(struct seq_oss_devinfo *dp, union evrec *q, struct snd_seq_event *ev)
seq_oss_devinfo   196 sound/core/seq/oss/seq_oss_event.c chn_common_event(struct seq_oss_devinfo *dp, union evrec *q, struct snd_seq_event *ev)
seq_oss_devinfo   223 sound/core/seq/oss/seq_oss_event.c timing_event(struct seq_oss_devinfo *dp, union evrec *q, struct snd_seq_event *ev)
seq_oss_devinfo   258 sound/core/seq/oss/seq_oss_event.c local_event(struct seq_oss_devinfo *dp, union evrec *q, struct snd_seq_event *ev)
seq_oss_devinfo   274 sound/core/seq/oss/seq_oss_event.c note_on_event(struct seq_oss_devinfo *dp, int dev, int ch, int note, int vel, struct snd_seq_event *ev)
seq_oss_devinfo   335 sound/core/seq/oss/seq_oss_event.c note_off_event(struct seq_oss_devinfo *dp, int dev, int ch, int note, int vel, struct snd_seq_event *ev)
seq_oss_devinfo   372 sound/core/seq/oss/seq_oss_event.c set_note_event(struct seq_oss_devinfo *dp, int dev, int type, int ch, int note, int vel, struct snd_seq_event *ev)
seq_oss_devinfo   390 sound/core/seq/oss/seq_oss_event.c set_control_event(struct seq_oss_devinfo *dp, int dev, int type, int ch, int param, int val, struct snd_seq_event *ev)
seq_oss_devinfo   408 sound/core/seq/oss/seq_oss_event.c set_echo_event(struct seq_oss_devinfo *dp, union evrec *rec, struct snd_seq_event *ev)
seq_oss_devinfo   425 sound/core/seq/oss/seq_oss_event.c 	struct seq_oss_devinfo *dp = (struct seq_oss_devinfo *)private_data;
seq_oss_devinfo    94 sound/core/seq/oss/seq_oss_event.h int snd_seq_oss_process_event(struct seq_oss_devinfo *dp, union evrec *q, struct snd_seq_event *ev);
seq_oss_devinfo    34 sound/core/seq/oss/seq_oss_init.c static struct seq_oss_devinfo *client_table[SNDRV_SEQ_OSS_MAX_CLIENTS];
seq_oss_devinfo    42 sound/core/seq/oss/seq_oss_init.c static int create_port(struct seq_oss_devinfo *dp);
seq_oss_devinfo    43 sound/core/seq/oss/seq_oss_init.c static int delete_port(struct seq_oss_devinfo *dp);
seq_oss_devinfo    44 sound/core/seq/oss/seq_oss_init.c static int alloc_seq_queue(struct seq_oss_devinfo *dp);
seq_oss_devinfo   175 sound/core/seq/oss/seq_oss_init.c 	struct seq_oss_devinfo *dp;
seq_oss_devinfo   300 sound/core/seq/oss/seq_oss_init.c create_port(struct seq_oss_devinfo *dp)
seq_oss_devinfo   334 sound/core/seq/oss/seq_oss_init.c delete_port(struct seq_oss_devinfo *dp)
seq_oss_devinfo   348 sound/core/seq/oss/seq_oss_init.c alloc_seq_queue(struct seq_oss_devinfo *dp)
seq_oss_devinfo   389 sound/core/seq/oss/seq_oss_init.c 	struct seq_oss_devinfo *dp = (struct seq_oss_devinfo *)private;
seq_oss_devinfo   405 sound/core/seq/oss/seq_oss_init.c snd_seq_oss_release(struct seq_oss_devinfo *dp)
seq_oss_devinfo   429 sound/core/seq/oss/seq_oss_init.c snd_seq_oss_reset(struct seq_oss_devinfo *dp)
seq_oss_devinfo   480 sound/core/seq/oss/seq_oss_init.c 	struct seq_oss_devinfo *dp;
seq_oss_devinfo    18 sound/core/seq/oss/seq_oss_ioctl.c static int snd_seq_oss_synth_info_user(struct seq_oss_devinfo *dp, void __user *arg)
seq_oss_devinfo    31 sound/core/seq/oss/seq_oss_ioctl.c static int snd_seq_oss_midi_info_user(struct seq_oss_devinfo *dp, void __user *arg)
seq_oss_devinfo    44 sound/core/seq/oss/seq_oss_ioctl.c static int snd_seq_oss_oob_user(struct seq_oss_devinfo *dp, void __user *arg)
seq_oss_devinfo    61 sound/core/seq/oss/seq_oss_ioctl.c snd_seq_oss_ioctl(struct seq_oss_devinfo *dp, unsigned int cmd, unsigned long carg)
seq_oss_devinfo    38 sound/core/seq/oss/seq_oss_midi.c 	struct seq_oss_devinfo *devinfo;	/* assigned OSSseq device */
seq_oss_devinfo    55 sound/core/seq/oss/seq_oss_midi.c static struct seq_oss_midi *get_mididev(struct seq_oss_devinfo *dp, int dev);
seq_oss_devinfo    56 sound/core/seq/oss/seq_oss_midi.c static int send_synth_event(struct seq_oss_devinfo *dp, struct snd_seq_event *ev, int dev);
seq_oss_devinfo    57 sound/core/seq/oss/seq_oss_midi.c static int send_midi_event(struct seq_oss_devinfo *dp, struct snd_seq_event *ev, struct seq_oss_midi *mdev);
seq_oss_devinfo   268 sound/core/seq/oss/seq_oss_midi.c snd_seq_oss_midi_setup(struct seq_oss_devinfo *dp)
seq_oss_devinfo   277 sound/core/seq/oss/seq_oss_midi.c snd_seq_oss_midi_cleanup(struct seq_oss_devinfo *dp)
seq_oss_devinfo   290 sound/core/seq/oss/seq_oss_midi.c snd_seq_oss_midi_open_all(struct seq_oss_devinfo *dp, int file_mode)
seq_oss_devinfo   302 sound/core/seq/oss/seq_oss_midi.c get_mididev(struct seq_oss_devinfo *dp, int dev)
seq_oss_devinfo   315 sound/core/seq/oss/seq_oss_midi.c snd_seq_oss_midi_open(struct seq_oss_devinfo *dp, int dev, int fmode)
seq_oss_devinfo   382 sound/core/seq/oss/seq_oss_midi.c snd_seq_oss_midi_close(struct seq_oss_devinfo *dp, int dev)
seq_oss_devinfo   419 sound/core/seq/oss/seq_oss_midi.c snd_seq_oss_midi_filemode(struct seq_oss_devinfo *dp, int dev)
seq_oss_devinfo   442 sound/core/seq/oss/seq_oss_midi.c snd_seq_oss_midi_reset(struct seq_oss_devinfo *dp, int dev)
seq_oss_devinfo   490 sound/core/seq/oss/seq_oss_midi.c snd_seq_oss_midi_get_addr(struct seq_oss_devinfo *dp, int dev, struct snd_seq_addr *addr)
seq_oss_devinfo   508 sound/core/seq/oss/seq_oss_midi.c 	struct seq_oss_devinfo *dp = (struct seq_oss_devinfo *)private_data;
seq_oss_devinfo   534 sound/core/seq/oss/seq_oss_midi.c send_synth_event(struct seq_oss_devinfo *dp, struct snd_seq_event *ev, int dev)
seq_oss_devinfo   595 sound/core/seq/oss/seq_oss_midi.c send_midi_event(struct seq_oss_devinfo *dp, struct snd_seq_event *ev, struct seq_oss_midi *mdev)
seq_oss_devinfo   622 sound/core/seq/oss/seq_oss_midi.c snd_seq_oss_midi_putc(struct seq_oss_devinfo *dp, int dev, unsigned char c, struct snd_seq_event *ev)
seq_oss_devinfo   641 sound/core/seq/oss/seq_oss_midi.c snd_seq_oss_midi_make_info(struct seq_oss_devinfo *dp, int dev, struct midi_info *inf)
seq_oss_devinfo    21 sound/core/seq/oss/seq_oss_midi.h void snd_seq_oss_midi_setup(struct seq_oss_devinfo *dp);
seq_oss_devinfo    22 sound/core/seq/oss/seq_oss_midi.h void snd_seq_oss_midi_cleanup(struct seq_oss_devinfo *dp);
seq_oss_devinfo    24 sound/core/seq/oss/seq_oss_midi.h int snd_seq_oss_midi_open(struct seq_oss_devinfo *dp, int dev, int file_mode);
seq_oss_devinfo    25 sound/core/seq/oss/seq_oss_midi.h void snd_seq_oss_midi_open_all(struct seq_oss_devinfo *dp, int file_mode);
seq_oss_devinfo    26 sound/core/seq/oss/seq_oss_midi.h int snd_seq_oss_midi_close(struct seq_oss_devinfo *dp, int dev);
seq_oss_devinfo    27 sound/core/seq/oss/seq_oss_midi.h void snd_seq_oss_midi_reset(struct seq_oss_devinfo *dp, int dev);
seq_oss_devinfo    28 sound/core/seq/oss/seq_oss_midi.h int snd_seq_oss_midi_putc(struct seq_oss_devinfo *dp, int dev, unsigned char c,
seq_oss_devinfo    31 sound/core/seq/oss/seq_oss_midi.h int snd_seq_oss_midi_filemode(struct seq_oss_devinfo *dp, int dev);
seq_oss_devinfo    32 sound/core/seq/oss/seq_oss_midi.h int snd_seq_oss_midi_make_info(struct seq_oss_devinfo *dp, int dev, struct midi_info *inf);
seq_oss_devinfo    33 sound/core/seq/oss/seq_oss_midi.h void snd_seq_oss_midi_get_addr(struct seq_oss_devinfo *dp, int dev, struct snd_seq_addr *addr);
seq_oss_devinfo    33 sound/core/seq/oss/seq_oss_readq.c snd_seq_oss_readq_new(struct seq_oss_devinfo *dp, int maxlen)
seq_oss_devinfo    29 sound/core/seq/oss/seq_oss_readq.h struct seq_oss_readq *snd_seq_oss_readq_new(struct seq_oss_devinfo *dp, int maxlen);
seq_oss_devinfo    23 sound/core/seq/oss/seq_oss_rw.c static int insert_queue(struct seq_oss_devinfo *dp, union evrec *rec, struct file *opt);
seq_oss_devinfo    31 sound/core/seq/oss/seq_oss_rw.c snd_seq_oss_read(struct seq_oss_devinfo *dp, char __user *buf, int count)
seq_oss_devinfo    83 sound/core/seq/oss/seq_oss_rw.c snd_seq_oss_write(struct seq_oss_devinfo *dp, const char __user *buf, int count, struct file *opt)
seq_oss_devinfo   151 sound/core/seq/oss/seq_oss_rw.c insert_queue(struct seq_oss_devinfo *dp, union evrec *rec, struct file *opt)
seq_oss_devinfo   184 sound/core/seq/oss/seq_oss_rw.c snd_seq_oss_poll(struct seq_oss_devinfo *dp, struct file *file, poll_table * wait)
seq_oss_devinfo    73 sound/core/seq/oss/seq_oss_synth.c static struct seq_oss_synth *get_synthdev(struct seq_oss_devinfo *dp, int dev);
seq_oss_devinfo   200 sound/core/seq/oss/seq_oss_synth.c snd_seq_oss_synth_setup(struct seq_oss_devinfo *dp)
seq_oss_devinfo   259 sound/core/seq/oss/seq_oss_synth.c snd_seq_oss_synth_setup_midi(struct seq_oss_devinfo *dp)
seq_oss_devinfo   293 sound/core/seq/oss/seq_oss_synth.c snd_seq_oss_synth_cleanup(struct seq_oss_devinfo *dp)
seq_oss_devinfo   331 sound/core/seq/oss/seq_oss_synth.c get_synthinfo_nospec(struct seq_oss_devinfo *dp, int dev)
seq_oss_devinfo   343 sound/core/seq/oss/seq_oss_synth.c get_synthdev(struct seq_oss_devinfo *dp, int dev)
seq_oss_devinfo   390 sound/core/seq/oss/seq_oss_synth.c snd_seq_oss_synth_reset(struct seq_oss_devinfo *dp, int dev)
seq_oss_devinfo   441 sound/core/seq/oss/seq_oss_synth.c snd_seq_oss_synth_load_patch(struct seq_oss_devinfo *dp, int dev, int fmt,
seq_oss_devinfo   469 sound/core/seq/oss/seq_oss_synth.c snd_seq_oss_synth_info(struct seq_oss_devinfo *dp, int dev)
seq_oss_devinfo   488 sound/core/seq/oss/seq_oss_synth.c snd_seq_oss_synth_sysex(struct seq_oss_devinfo *dp, int dev, unsigned char *buf, struct snd_seq_event *ev)
seq_oss_devinfo   547 sound/core/seq/oss/seq_oss_synth.c snd_seq_oss_synth_addr(struct seq_oss_devinfo *dp, int dev, struct snd_seq_event *ev)
seq_oss_devinfo   563 sound/core/seq/oss/seq_oss_synth.c snd_seq_oss_synth_ioctl(struct seq_oss_devinfo *dp, int dev, unsigned int cmd, unsigned long addr)
seq_oss_devinfo   587 sound/core/seq/oss/seq_oss_synth.c snd_seq_oss_synth_raw_event(struct seq_oss_devinfo *dp, int dev, unsigned char *data, struct snd_seq_event *ev)
seq_oss_devinfo   604 sound/core/seq/oss/seq_oss_synth.c snd_seq_oss_synth_make_info(struct seq_oss_devinfo *dp, int dev, struct synth_info *inf)
seq_oss_devinfo    20 sound/core/seq/oss/seq_oss_synth.h void snd_seq_oss_synth_setup(struct seq_oss_devinfo *dp);
seq_oss_devinfo    21 sound/core/seq/oss/seq_oss_synth.h void snd_seq_oss_synth_setup_midi(struct seq_oss_devinfo *dp);
seq_oss_devinfo    22 sound/core/seq/oss/seq_oss_synth.h void snd_seq_oss_synth_cleanup(struct seq_oss_devinfo *dp);
seq_oss_devinfo    24 sound/core/seq/oss/seq_oss_synth.h void snd_seq_oss_synth_reset(struct seq_oss_devinfo *dp, int dev);
seq_oss_devinfo    25 sound/core/seq/oss/seq_oss_synth.h int snd_seq_oss_synth_load_patch(struct seq_oss_devinfo *dp, int dev, int fmt,
seq_oss_devinfo    27 sound/core/seq/oss/seq_oss_synth.h struct seq_oss_synthinfo *snd_seq_oss_synth_info(struct seq_oss_devinfo *dp,
seq_oss_devinfo    29 sound/core/seq/oss/seq_oss_synth.h int snd_seq_oss_synth_sysex(struct seq_oss_devinfo *dp, int dev, unsigned char *buf,
seq_oss_devinfo    31 sound/core/seq/oss/seq_oss_synth.h int snd_seq_oss_synth_addr(struct seq_oss_devinfo *dp, int dev, struct snd_seq_event *ev);
seq_oss_devinfo    32 sound/core/seq/oss/seq_oss_synth.h int snd_seq_oss_synth_ioctl(struct seq_oss_devinfo *dp, int dev, unsigned int cmd,
seq_oss_devinfo    34 sound/core/seq/oss/seq_oss_synth.h int snd_seq_oss_synth_raw_event(struct seq_oss_devinfo *dp, int dev,
seq_oss_devinfo    37 sound/core/seq/oss/seq_oss_synth.h int snd_seq_oss_synth_make_info(struct seq_oss_devinfo *dp, int dev, struct synth_info *inf);
seq_oss_devinfo    25 sound/core/seq/oss/seq_oss_timer.c static int send_timer_event(struct seq_oss_devinfo *dp, int type, int value);
seq_oss_devinfo    33 sound/core/seq/oss/seq_oss_timer.c snd_seq_oss_timer_new(struct seq_oss_devinfo *dp)
seq_oss_devinfo   127 sound/core/seq/oss/seq_oss_timer.c send_timer_event(struct seq_oss_devinfo *dp, int type, int value)
seq_oss_devinfo   149 sound/core/seq/oss/seq_oss_timer.c 	struct seq_oss_devinfo *dp = timer->dp;
seq_oss_devinfo    18 sound/core/seq/oss/seq_oss_timer.h 	struct seq_oss_devinfo *dp;
seq_oss_devinfo    27 sound/core/seq/oss/seq_oss_timer.h struct seq_oss_timer *snd_seq_oss_timer_new(struct seq_oss_devinfo *dp);
seq_oss_devinfo    25 sound/core/seq/oss/seq_oss_writeq.c snd_seq_oss_writeq_new(struct seq_oss_devinfo *dp, int maxlen)
seq_oss_devinfo    84 sound/core/seq/oss/seq_oss_writeq.c 	struct seq_oss_devinfo *dp = q->dp;
seq_oss_devinfo    16 sound/core/seq/oss/seq_oss_writeq.h 	struct seq_oss_devinfo *dp;
seq_oss_devinfo    28 sound/core/seq/oss/seq_oss_writeq.h struct seq_oss_writeq *snd_seq_oss_writeq_new(struct seq_oss_devinfo *dp, int maxlen);