Symbol: seq_oss_devinfo
sound/core/seq/oss/seq_oss.c
134
struct seq_oss_devinfo *dp;
sound/core/seq/oss/seq_oss.c
148
struct seq_oss_devinfo *dp;
sound/core/seq/oss/seq_oss.c
159
struct seq_oss_devinfo *dp;
sound/core/seq/oss/seq_oss.c
169
struct seq_oss_devinfo *dp;
sound/core/seq/oss/seq_oss.c
198
struct seq_oss_devinfo *dp;
sound/core/seq/oss/seq_oss_device.h
110
void snd_seq_oss_release(struct seq_oss_devinfo *dp);
sound/core/seq/oss/seq_oss_device.h
111
int snd_seq_oss_ioctl(struct seq_oss_devinfo *dp, unsigned int cmd, unsigned long arg);
sound/core/seq/oss/seq_oss_device.h
112
int snd_seq_oss_read(struct seq_oss_devinfo *dev, char __user *buf, int count);
sound/core/seq/oss/seq_oss_device.h
113
int snd_seq_oss_write(struct seq_oss_devinfo *dp, const char __user *buf, int count, struct file *opt);
sound/core/seq/oss/seq_oss_device.h
114
__poll_t snd_seq_oss_poll(struct seq_oss_devinfo *dp, struct file *file, poll_table * wait);
sound/core/seq/oss/seq_oss_device.h
116
void snd_seq_oss_reset(struct seq_oss_devinfo *dp);
sound/core/seq/oss/seq_oss_device.h
131
snd_seq_oss_dispatch(struct seq_oss_devinfo *dp, struct snd_seq_event *ev, int atomic, int hop)
sound/core/seq/oss/seq_oss_device.h
138
snd_seq_oss_control(struct seq_oss_devinfo *dp, unsigned int type, void *arg)
sound/core/seq/oss/seq_oss_device.h
145
snd_seq_oss_fill_addr(struct seq_oss_devinfo *dp, struct snd_seq_event *ev,
sound/core/seq/oss/seq_oss_event.c
121
extended_event(struct seq_oss_devinfo *dp, union evrec *q, struct snd_seq_event *ev)
sound/core/seq/oss/seq_oss_event.c
175
chn_voice_event(struct seq_oss_devinfo *dp, union evrec *q, struct snd_seq_event *ev)
sound/core/seq/oss/seq_oss_event.c
196
chn_common_event(struct seq_oss_devinfo *dp, union evrec *q, struct snd_seq_event *ev)
sound/core/seq/oss/seq_oss_event.c
22
static int extended_event(struct seq_oss_devinfo *dp, union evrec *q, struct snd_seq_event *ev);
sound/core/seq/oss/seq_oss_event.c
223
timing_event(struct seq_oss_devinfo *dp, union evrec *q, struct snd_seq_event *ev)
sound/core/seq/oss/seq_oss_event.c
23
static int chn_voice_event(struct seq_oss_devinfo *dp, union evrec *event_rec, struct snd_seq_event *ev);
sound/core/seq/oss/seq_oss_event.c
24
static int chn_common_event(struct seq_oss_devinfo *dp, union evrec *event_rec, struct snd_seq_event *ev);
sound/core/seq/oss/seq_oss_event.c
25
static int timing_event(struct seq_oss_devinfo *dp, union evrec *event_rec, struct snd_seq_event *ev);
sound/core/seq/oss/seq_oss_event.c
258
local_event(struct seq_oss_devinfo *dp, union evrec *q, struct snd_seq_event *ev)
sound/core/seq/oss/seq_oss_event.c
26
static int local_event(struct seq_oss_devinfo *dp, union evrec *event_rec, struct snd_seq_event *ev);
sound/core/seq/oss/seq_oss_event.c
27
static int old_event(struct seq_oss_devinfo *dp, union evrec *q, struct snd_seq_event *ev);
sound/core/seq/oss/seq_oss_event.c
274
note_on_event(struct seq_oss_devinfo *dp, int dev, int ch, int note, int vel, struct snd_seq_event *ev)
sound/core/seq/oss/seq_oss_event.c
28
static int note_on_event(struct seq_oss_devinfo *dp, int dev, int ch, int note, int vel, struct snd_seq_event *ev);
sound/core/seq/oss/seq_oss_event.c
29
static int note_off_event(struct seq_oss_devinfo *dp, int dev, int ch, int note, int vel, struct snd_seq_event *ev);
sound/core/seq/oss/seq_oss_event.c
30
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);
sound/core/seq/oss/seq_oss_event.c
31
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);
sound/core/seq/oss/seq_oss_event.c
32
static int set_echo_event(struct seq_oss_devinfo *dp, union evrec *rec, struct snd_seq_event *ev);
sound/core/seq/oss/seq_oss_event.c
333
note_off_event(struct seq_oss_devinfo *dp, int dev, int ch, int note, int vel, struct snd_seq_event *ev)
sound/core/seq/oss/seq_oss_event.c
370
set_note_event(struct seq_oss_devinfo *dp, int dev, int type, int ch, int note, int vel, struct snd_seq_event *ev)
sound/core/seq/oss/seq_oss_event.c
388
set_control_event(struct seq_oss_devinfo *dp, int dev, int type, int ch, int param, int val, struct snd_seq_event *ev)
sound/core/seq/oss/seq_oss_event.c
406
set_echo_event(struct seq_oss_devinfo *dp, union evrec *rec, struct snd_seq_event *ev)
sound/core/seq/oss/seq_oss_event.c
42
snd_seq_oss_process_event(struct seq_oss_devinfo *dp, union evrec *q, struct snd_seq_event *ev)
sound/core/seq/oss/seq_oss_event.c
423
struct seq_oss_devinfo *dp = (struct seq_oss_devinfo *)private_data;
sound/core/seq/oss/seq_oss_event.c
95
old_event(struct seq_oss_devinfo *dp, union evrec *q, struct snd_seq_event *ev)
sound/core/seq/oss/seq_oss_event.h
94
int snd_seq_oss_process_event(struct seq_oss_devinfo *dp, union evrec *q, struct snd_seq_event *ev);
sound/core/seq/oss/seq_oss_init.c
169
struct seq_oss_devinfo *dp;
sound/core/seq/oss/seq_oss_init.c
294
create_port(struct seq_oss_devinfo *dp)
sound/core/seq/oss/seq_oss_init.c
328
delete_port(struct seq_oss_devinfo *dp)
sound/core/seq/oss/seq_oss_init.c
34
static struct seq_oss_devinfo *client_table[SNDRV_SEQ_OSS_MAX_CLIENTS];
sound/core/seq/oss/seq_oss_init.c
342
alloc_seq_queue(struct seq_oss_devinfo *dp)
sound/core/seq/oss/seq_oss_init.c
384
struct seq_oss_devinfo *dp = (struct seq_oss_devinfo *)private;
sound/core/seq/oss/seq_oss_init.c
400
snd_seq_oss_release(struct seq_oss_devinfo *dp)
sound/core/seq/oss/seq_oss_init.c
42
static int create_port(struct seq_oss_devinfo *dp);
sound/core/seq/oss/seq_oss_init.c
424
snd_seq_oss_reset(struct seq_oss_devinfo *dp)
sound/core/seq/oss/seq_oss_init.c
43
static int delete_port(struct seq_oss_devinfo *dp);
sound/core/seq/oss/seq_oss_init.c
44
static int alloc_seq_queue(struct seq_oss_devinfo *dp);
sound/core/seq/oss/seq_oss_init.c
469
struct seq_oss_devinfo *dp;
sound/core/seq/oss/seq_oss_ioctl.c
18
static int snd_seq_oss_synth_info_user(struct seq_oss_devinfo *dp, void __user *arg)
sound/core/seq/oss/seq_oss_ioctl.c
31
static int snd_seq_oss_midi_info_user(struct seq_oss_devinfo *dp, void __user *arg)
sound/core/seq/oss/seq_oss_ioctl.c
44
static int snd_seq_oss_oob_user(struct seq_oss_devinfo *dp, void __user *arg)
sound/core/seq/oss/seq_oss_ioctl.c
61
snd_seq_oss_ioctl(struct seq_oss_devinfo *dp, unsigned int cmd, unsigned long carg)
sound/core/seq/oss/seq_oss_midi.c
257
snd_seq_oss_midi_setup(struct seq_oss_devinfo *dp)
sound/core/seq/oss/seq_oss_midi.c
267
snd_seq_oss_midi_cleanup(struct seq_oss_devinfo *dp)
sound/core/seq/oss/seq_oss_midi.c
280
snd_seq_oss_midi_open_all(struct seq_oss_devinfo *dp, int file_mode)
sound/core/seq/oss/seq_oss_midi.c
292
get_mididev(struct seq_oss_devinfo *dp, int dev)
sound/core/seq/oss/seq_oss_midi.c
305
snd_seq_oss_midi_open(struct seq_oss_devinfo *dp, int dev, int fmode)
sound/core/seq/oss/seq_oss_midi.c
365
snd_seq_oss_midi_close(struct seq_oss_devinfo *dp, int dev)
sound/core/seq/oss/seq_oss_midi.c
38
struct seq_oss_devinfo *devinfo; /* assigned OSSseq device */
sound/core/seq/oss/seq_oss_midi.c
400
snd_seq_oss_midi_filemode(struct seq_oss_devinfo *dp, int dev)
sound/core/seq/oss/seq_oss_midi.c
423
snd_seq_oss_midi_reset(struct seq_oss_devinfo *dp, int dev)
sound/core/seq/oss/seq_oss_midi.c
469
snd_seq_oss_midi_get_addr(struct seq_oss_devinfo *dp, int dev, struct snd_seq_addr *addr)
sound/core/seq/oss/seq_oss_midi.c
487
struct seq_oss_devinfo *dp = (struct seq_oss_devinfo *)private_data;
sound/core/seq/oss/seq_oss_midi.c
508
send_synth_event(struct seq_oss_devinfo *dp, struct snd_seq_event *ev, int dev)
sound/core/seq/oss/seq_oss_midi.c
569
send_midi_event(struct seq_oss_devinfo *dp, struct snd_seq_event *ev, struct seq_oss_midi *mdev)
sound/core/seq/oss/seq_oss_midi.c
57
static struct seq_oss_midi *get_mididev(struct seq_oss_devinfo *dp, int dev);
sound/core/seq/oss/seq_oss_midi.c
58
static int send_synth_event(struct seq_oss_devinfo *dp, struct snd_seq_event *ev, int dev);
sound/core/seq/oss/seq_oss_midi.c
59
static int send_midi_event(struct seq_oss_devinfo *dp, struct snd_seq_event *ev, struct seq_oss_midi *mdev);
sound/core/seq/oss/seq_oss_midi.c
596
snd_seq_oss_midi_putc(struct seq_oss_devinfo *dp, int dev, unsigned char c, struct snd_seq_event *ev)
sound/core/seq/oss/seq_oss_midi.c
614
snd_seq_oss_midi_make_info(struct seq_oss_devinfo *dp, int dev, struct midi_info *inf)
sound/core/seq/oss/seq_oss_midi.h
21
void snd_seq_oss_midi_setup(struct seq_oss_devinfo *dp);
sound/core/seq/oss/seq_oss_midi.h
22
void snd_seq_oss_midi_cleanup(struct seq_oss_devinfo *dp);
sound/core/seq/oss/seq_oss_midi.h
24
int snd_seq_oss_midi_open(struct seq_oss_devinfo *dp, int dev, int file_mode);
sound/core/seq/oss/seq_oss_midi.h
25
void snd_seq_oss_midi_open_all(struct seq_oss_devinfo *dp, int file_mode);
sound/core/seq/oss/seq_oss_midi.h
26
int snd_seq_oss_midi_close(struct seq_oss_devinfo *dp, int dev);
sound/core/seq/oss/seq_oss_midi.h
27
void snd_seq_oss_midi_reset(struct seq_oss_devinfo *dp, int dev);
sound/core/seq/oss/seq_oss_midi.h
28
int snd_seq_oss_midi_putc(struct seq_oss_devinfo *dp, int dev, unsigned char c,
sound/core/seq/oss/seq_oss_midi.h
31
int snd_seq_oss_midi_filemode(struct seq_oss_devinfo *dp, int dev);
sound/core/seq/oss/seq_oss_midi.h
32
int snd_seq_oss_midi_make_info(struct seq_oss_devinfo *dp, int dev, struct midi_info *inf);
sound/core/seq/oss/seq_oss_midi.h
33
void snd_seq_oss_midi_get_addr(struct seq_oss_devinfo *dp, int dev, struct snd_seq_addr *addr);
sound/core/seq/oss/seq_oss_readq.c
33
snd_seq_oss_readq_new(struct seq_oss_devinfo *dp, int maxlen)
sound/core/seq/oss/seq_oss_readq.h
29
struct seq_oss_readq *snd_seq_oss_readq_new(struct seq_oss_devinfo *dp, int maxlen);
sound/core/seq/oss/seq_oss_rw.c
152
insert_queue(struct seq_oss_devinfo *dp, union evrec *rec, struct file *opt)
sound/core/seq/oss/seq_oss_rw.c
185
snd_seq_oss_poll(struct seq_oss_devinfo *dp, struct file *file, poll_table * wait)
sound/core/seq/oss/seq_oss_rw.c
23
static int insert_queue(struct seq_oss_devinfo *dp, union evrec *rec, struct file *opt);
sound/core/seq/oss/seq_oss_rw.c
31
snd_seq_oss_read(struct seq_oss_devinfo *dp, char __user *buf, int count)
sound/core/seq/oss/seq_oss_rw.c
83
snd_seq_oss_write(struct seq_oss_devinfo *dp, const char __user *buf, int count, struct file *opt)
sound/core/seq/oss/seq_oss_synth.c
184
snd_seq_oss_synth_setup(struct seq_oss_devinfo *dp)
sound/core/seq/oss/seq_oss_synth.c
237
snd_seq_oss_synth_setup_midi(struct seq_oss_devinfo *dp)
sound/core/seq/oss/seq_oss_synth.c
271
snd_seq_oss_synth_cleanup(struct seq_oss_devinfo *dp)
sound/core/seq/oss/seq_oss_synth.c
307
get_synthinfo_nospec(struct seq_oss_devinfo *dp, int dev)
sound/core/seq/oss/seq_oss_synth.c
319
get_synthdev(struct seq_oss_devinfo *dp, int dev)
sound/core/seq/oss/seq_oss_synth.c
366
snd_seq_oss_synth_reset(struct seq_oss_devinfo *dp, int dev)
sound/core/seq/oss/seq_oss_synth.c
412
snd_seq_oss_synth_load_patch(struct seq_oss_devinfo *dp, int dev, int fmt,
sound/core/seq/oss/seq_oss_synth.c
439
snd_seq_oss_synth_info(struct seq_oss_devinfo *dp, int dev)
sound/core/seq/oss/seq_oss_synth.c
456
snd_seq_oss_synth_sysex(struct seq_oss_devinfo *dp, int dev, unsigned char *buf, struct snd_seq_event *ev)
sound/core/seq/oss/seq_oss_synth.c
478
snd_seq_oss_synth_addr(struct seq_oss_devinfo *dp, int dev, struct snd_seq_event *ev)
sound/core/seq/oss/seq_oss_synth.c
494
snd_seq_oss_synth_ioctl(struct seq_oss_devinfo *dp, int dev, unsigned int cmd, unsigned long addr)
sound/core/seq/oss/seq_oss_synth.c
517
snd_seq_oss_synth_raw_event(struct seq_oss_devinfo *dp, int dev, unsigned char *data, struct snd_seq_event *ev)
sound/core/seq/oss/seq_oss_synth.c
534
snd_seq_oss_synth_make_info(struct seq_oss_devinfo *dp, int dev, struct synth_info *inf)
sound/core/seq/oss/seq_oss_synth.c
67
static struct seq_oss_synth *get_synthdev(struct seq_oss_devinfo *dp, int dev);
sound/core/seq/oss/seq_oss_synth.h
20
void snd_seq_oss_synth_setup(struct seq_oss_devinfo *dp);
sound/core/seq/oss/seq_oss_synth.h
21
void snd_seq_oss_synth_setup_midi(struct seq_oss_devinfo *dp);
sound/core/seq/oss/seq_oss_synth.h
22
void snd_seq_oss_synth_cleanup(struct seq_oss_devinfo *dp);
sound/core/seq/oss/seq_oss_synth.h
24
void snd_seq_oss_synth_reset(struct seq_oss_devinfo *dp, int dev);
sound/core/seq/oss/seq_oss_synth.h
25
int snd_seq_oss_synth_load_patch(struct seq_oss_devinfo *dp, int dev, int fmt,
sound/core/seq/oss/seq_oss_synth.h
27
struct seq_oss_synthinfo *snd_seq_oss_synth_info(struct seq_oss_devinfo *dp,
sound/core/seq/oss/seq_oss_synth.h
29
int snd_seq_oss_synth_sysex(struct seq_oss_devinfo *dp, int dev, unsigned char *buf,
sound/core/seq/oss/seq_oss_synth.h
31
int snd_seq_oss_synth_addr(struct seq_oss_devinfo *dp, int dev, struct snd_seq_event *ev);
sound/core/seq/oss/seq_oss_synth.h
32
int snd_seq_oss_synth_ioctl(struct seq_oss_devinfo *dp, int dev, unsigned int cmd,
sound/core/seq/oss/seq_oss_synth.h
34
int snd_seq_oss_synth_raw_event(struct seq_oss_devinfo *dp, int dev,
sound/core/seq/oss/seq_oss_synth.h
37
int snd_seq_oss_synth_make_info(struct seq_oss_devinfo *dp, int dev, struct synth_info *inf);
sound/core/seq/oss/seq_oss_timer.c
127
send_timer_event(struct seq_oss_devinfo *dp, int type, int value)
sound/core/seq/oss/seq_oss_timer.c
149
struct seq_oss_devinfo *dp = timer->dp;
sound/core/seq/oss/seq_oss_timer.c
25
static int send_timer_event(struct seq_oss_devinfo *dp, int type, int value);
sound/core/seq/oss/seq_oss_timer.c
33
snd_seq_oss_timer_new(struct seq_oss_devinfo *dp)
sound/core/seq/oss/seq_oss_timer.h
18
struct seq_oss_devinfo *dp;
sound/core/seq/oss/seq_oss_timer.h
27
struct seq_oss_timer *snd_seq_oss_timer_new(struct seq_oss_devinfo *dp);
sound/core/seq/oss/seq_oss_writeq.c
25
snd_seq_oss_writeq_new(struct seq_oss_devinfo *dp, int maxlen)
sound/core/seq/oss/seq_oss_writeq.c
85
struct seq_oss_devinfo *dp = q->dp;
sound/core/seq/oss/seq_oss_writeq.h
16
struct seq_oss_devinfo *dp;
sound/core/seq/oss/seq_oss_writeq.h
28
struct seq_oss_writeq *snd_seq_oss_writeq_new(struct seq_oss_devinfo *dp, int maxlen);