Searched refs:seq_oss_devinfo (Results 1 - 17 of 17) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/sound/core/seq/oss/
H A Dseq_oss_synth.h33 void snd_seq_oss_synth_setup(struct seq_oss_devinfo *dp);
34 void snd_seq_oss_synth_setup_midi(struct seq_oss_devinfo *dp);
35 void snd_seq_oss_synth_cleanup(struct seq_oss_devinfo *dp);
37 void snd_seq_oss_synth_reset(struct seq_oss_devinfo *dp, int dev);
38 int snd_seq_oss_synth_load_patch(struct seq_oss_devinfo *dp, int dev, int fmt,
40 int snd_seq_oss_synth_is_valid(struct seq_oss_devinfo *dp, int dev);
41 int snd_seq_oss_synth_sysex(struct seq_oss_devinfo *dp, int dev, unsigned char *buf,
43 int snd_seq_oss_synth_addr(struct seq_oss_devinfo *dp, int dev, struct snd_seq_event *ev);
44 int snd_seq_oss_synth_ioctl(struct seq_oss_devinfo *dp, int dev, unsigned int cmd,
46 int snd_seq_oss_synth_raw_event(struct seq_oss_devinfo *d
[all...]
H A Dseq_oss_midi.h34 void snd_seq_oss_midi_setup(struct seq_oss_devinfo *dp);
35 void snd_seq_oss_midi_cleanup(struct seq_oss_devinfo *dp);
37 int snd_seq_oss_midi_open(struct seq_oss_devinfo *dp, int dev, int file_mode);
38 void snd_seq_oss_midi_open_all(struct seq_oss_devinfo *dp, int file_mode);
39 int snd_seq_oss_midi_close(struct seq_oss_devinfo *dp, int dev);
40 void snd_seq_oss_midi_reset(struct seq_oss_devinfo *dp, int dev);
41 int snd_seq_oss_midi_putc(struct seq_oss_devinfo *dp, int dev, unsigned char c,
44 int snd_seq_oss_midi_filemode(struct seq_oss_devinfo *dp, int dev);
45 int snd_seq_oss_midi_make_info(struct seq_oss_devinfo *dp, int dev, struct midi_info *inf);
46 void snd_seq_oss_midi_get_addr(struct seq_oss_devinfo *d
[all...]
H A Dseq_oss_device.h87 struct seq_oss_devinfo { struct
128 void snd_seq_oss_release(struct seq_oss_devinfo *dp);
129 int snd_seq_oss_ioctl(struct seq_oss_devinfo *dp, unsigned int cmd, unsigned long arg);
130 int snd_seq_oss_read(struct seq_oss_devinfo *dev, char __user *buf, int count);
131 int snd_seq_oss_write(struct seq_oss_devinfo *dp, const char __user *buf, int count, struct file *opt);
132 unsigned int snd_seq_oss_poll(struct seq_oss_devinfo *dp, struct file *file, poll_table * wait);
134 void snd_seq_oss_reset(struct seq_oss_devinfo *dp);
135 void snd_seq_oss_drain_write(struct seq_oss_devinfo *dp);
138 void snd_seq_oss_process_queue(struct seq_oss_devinfo *dp, abstime_t time);
154 snd_seq_oss_dispatch(struct seq_oss_devinfo *d
[all...]
H A Dseq_oss_writeq.h29 struct seq_oss_devinfo *dp;
41 struct seq_oss_writeq *snd_seq_oss_writeq_new(struct seq_oss_devinfo *dp, int maxlen);
H A Dseq_oss_timer.h31 struct seq_oss_devinfo *dp;
40 struct seq_oss_timer *snd_seq_oss_timer_new(struct seq_oss_devinfo *dp);
H A Dseq_oss_event.c34 static int extended_event(struct seq_oss_devinfo *dp, union evrec *q, struct snd_seq_event *ev);
35 static int chn_voice_event(struct seq_oss_devinfo *dp, union evrec *event_rec, struct snd_seq_event *ev);
36 static int chn_common_event(struct seq_oss_devinfo *dp, union evrec *event_rec, struct snd_seq_event *ev);
37 static int timing_event(struct seq_oss_devinfo *dp, union evrec *event_rec, struct snd_seq_event *ev);
38 static int local_event(struct seq_oss_devinfo *dp, union evrec *event_rec, struct snd_seq_event *ev);
39 static int old_event(struct seq_oss_devinfo *dp, union evrec *q, struct snd_seq_event *ev);
40 static int note_on_event(struct seq_oss_devinfo *dp, int dev, int ch, int note, int vel, struct snd_seq_event *ev);
41 static int note_off_event(struct seq_oss_devinfo *dp, int dev, int ch, int note, int vel, struct snd_seq_event *ev);
42 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);
43 static int set_control_event(struct seq_oss_devinfo *d
[all...]
H A Dseq_oss_init.c44 static struct seq_oss_devinfo *client_table[SNDRV_SEQ_OSS_MAX_CLIENTS];
52 static int create_port(struct seq_oss_devinfo *dp);
53 static int delete_port(struct seq_oss_devinfo *dp);
54 static int alloc_seq_queue(struct seq_oss_devinfo *dp);
177 struct seq_oss_devinfo *dp;
309 create_port(struct seq_oss_devinfo *dp)
344 delete_port(struct seq_oss_devinfo *dp)
357 alloc_seq_queue(struct seq_oss_devinfo *dp)
398 struct seq_oss_devinfo *dp = (struct seq_oss_devinfo *)privat
[all...]
H A Dseq_oss_rw.c36 static int insert_queue(struct seq_oss_devinfo *dp, union evrec *rec, struct file *opt);
44 snd_seq_oss_read(struct seq_oss_devinfo *dp, char __user *buf, int count)
96 snd_seq_oss_write(struct seq_oss_devinfo *dp, const char __user *buf, int count, struct file *opt)
163 insert_queue(struct seq_oss_devinfo *dp, union evrec *rec, struct file *opt)
199 snd_seq_oss_poll(struct seq_oss_devinfo *dp, struct file *file, poll_table * wait)
H A Dseq_oss_midi.c48 struct seq_oss_devinfo *devinfo; /* assigned OSSseq device */
65 static struct seq_oss_midi *get_mididev(struct seq_oss_devinfo *dp, int dev);
66 static int send_synth_event(struct seq_oss_devinfo *dp, struct snd_seq_event *ev, int dev);
67 static int send_midi_event(struct seq_oss_devinfo *dp, struct snd_seq_event *ev, struct seq_oss_midi *mdev);
282 snd_seq_oss_midi_setup(struct seq_oss_devinfo *dp)
291 snd_seq_oss_midi_cleanup(struct seq_oss_devinfo *dp)
304 snd_seq_oss_midi_open_all(struct seq_oss_devinfo *dp, int file_mode)
316 get_mididev(struct seq_oss_devinfo *dp, int dev)
328 snd_seq_oss_midi_open(struct seq_oss_devinfo *dp, int dev, int fmode)
395 snd_seq_oss_midi_close(struct seq_oss_devinfo *d
[all...]
H A Dseq_oss_ioctl.c31 static int snd_seq_oss_synth_info_user(struct seq_oss_devinfo *dp, void __user *arg)
44 static int snd_seq_oss_midi_info_user(struct seq_oss_devinfo *dp, void __user *arg)
57 static int snd_seq_oss_oob_user(struct seq_oss_devinfo *dp, void __user *arg)
74 snd_seq_oss_ioctl(struct seq_oss_devinfo *dp, unsigned int cmd, unsigned long carg)
H A Dseq_oss_readq.h42 struct seq_oss_readq *snd_seq_oss_readq_new(struct seq_oss_devinfo *dp, int maxlen);
H A Dseq_oss_timer.c37 static int send_timer_event(struct seq_oss_devinfo *dp, int type, int value);
45 snd_seq_oss_timer_new(struct seq_oss_devinfo *dp)
139 send_timer_event(struct seq_oss_devinfo *dp, int type, int value)
161 struct seq_oss_devinfo *dp = timer->dp;
H A Dseq_oss_synth.c83 static struct seq_oss_synth *get_synthdev(struct seq_oss_devinfo *dp, int dev);
210 snd_seq_oss_synth_setup(struct seq_oss_devinfo *dp)
266 snd_seq_oss_synth_setup_midi(struct seq_oss_devinfo *dp)
300 snd_seq_oss_synth_cleanup(struct seq_oss_devinfo *dp)
341 is_midi_dev(struct seq_oss_devinfo *dp, int dev)
354 get_synthdev(struct seq_oss_devinfo *dp, int dev)
395 snd_seq_oss_synth_reset(struct seq_oss_devinfo *dp, int dev)
447 snd_seq_oss_synth_load_patch(struct seq_oss_devinfo *dp, int dev, int fmt,
473 snd_seq_oss_synth_is_valid(struct seq_oss_devinfo *dp, int dev)
491 snd_seq_oss_synth_sysex(struct seq_oss_devinfo *d
[all...]
H A Dseq_oss.c149 struct seq_oss_devinfo *dp;
166 struct seq_oss_devinfo *dp;
176 struct seq_oss_devinfo *dp;
185 struct seq_oss_devinfo *dp;
200 struct seq_oss_devinfo *dp;
H A Dseq_oss_writeq.c36 snd_seq_oss_writeq_new(struct seq_oss_devinfo *dp, int maxlen)
93 struct seq_oss_devinfo *dp = q->dp;
H A Dseq_oss_event.h107 int snd_seq_oss_process_event(struct seq_oss_devinfo *dp, union evrec *q, struct snd_seq_event *ev);
H A Dseq_oss_readq.c45 snd_seq_oss_readq_new(struct seq_oss_devinfo *dp, int maxlen)

Completed in 79 milliseconds