Home
last modified time | relevance | path

Searched defs:ev (Results 1 – 25 of 26) sorted by relevance

12

/sound/core/seq/oss/
Dseq_oss_event.c54 snd_seq_oss_process_event(struct seq_oss_devinfo *dp, union evrec *q, struct snd_seq_event *ev) in snd_seq_oss_process_event()
107 old_event(struct seq_oss_devinfo *dp, union evrec *q, struct snd_seq_event *ev) in old_event()
133 extended_event(struct seq_oss_devinfo *dp, union evrec *q, struct snd_seq_event *ev) in extended_event()
187 chn_voice_event(struct seq_oss_devinfo *dp, union evrec *q, struct snd_seq_event *ev) in chn_voice_event()
208 chn_common_event(struct seq_oss_devinfo *dp, union evrec *q, struct snd_seq_event *ev) in chn_common_event()
235 timing_event(struct seq_oss_devinfo *dp, union evrec *q, struct snd_seq_event *ev) in timing_event()
270 local_event(struct seq_oss_devinfo *dp, union evrec *q, struct snd_seq_event *ev) in local_event()
286 …_on_event(struct seq_oss_devinfo *dp, int dev, int ch, int note, int vel, struct snd_seq_event *ev) in note_on_event()
346 …off_event(struct seq_oss_devinfo *dp, int dev, int ch, int note, int vel, struct snd_seq_event *ev) in note_off_event()
382 …struct seq_oss_devinfo *dp, int dev, int type, int ch, int note, int vel, struct snd_seq_event *ev) in set_note_event()
[all …]
Dseq_oss_midi.c465 struct snd_seq_event ev; in snd_seq_oss_midi_reset() local
517 snd_seq_oss_midi_input(struct snd_seq_event *ev, int direct, void *private_data) in snd_seq_oss_midi_input()
545 send_synth_event(struct seq_oss_devinfo *dp, struct snd_seq_event *ev, int dev) in send_synth_event()
606 send_midi_event(struct seq_oss_devinfo *dp, struct snd_seq_event *ev, struct seq_oss_midi *mdev) in send_midi_event()
632 …d_seq_oss_midi_putc(struct seq_oss_devinfo *dp, int dev, unsigned char c, struct snd_seq_event *ev) in snd_seq_oss_midi_putc()
Dseq_oss_timer.c86 snd_seq_oss_process_timer_event(struct seq_oss_timer *rec, union evrec *ev) in snd_seq_oss_process_timer_event()
142 struct snd_seq_event ev; in send_timer_event() local
Dseq_oss_synth.c437 struct snd_seq_event ev; in snd_seq_oss_synth_reset() local
497 …_oss_synth_sysex(struct seq_oss_devinfo *dp, int dev, unsigned char *buf, struct snd_seq_event *ev) in snd_seq_oss_synth_sysex()
554 snd_seq_oss_synth_addr(struct seq_oss_devinfo *dp, int dev, struct snd_seq_event *ev) in snd_seq_oss_synth_addr()
590 …synth_raw_event(struct seq_oss_devinfo *dp, int dev, unsigned char *data, struct snd_seq_event *ev) in snd_seq_oss_synth_raw_event()
Dseq_oss_readq.c137 struct snd_seq_event *ev) in snd_seq_oss_readq_sysex()
154 snd_seq_oss_readq_put_event(struct seq_oss_readq *q, union evrec *ev) in snd_seq_oss_readq_put_event()
Dseq_oss_device.h148 snd_seq_oss_dispatch(struct seq_oss_devinfo *dp, struct snd_seq_event *ev, int atomic, int hop) in snd_seq_oss_dispatch()
162 snd_seq_oss_fill_addr(struct seq_oss_devinfo *dp, struct snd_seq_event *ev, in snd_seq_oss_fill_addr()
Dseq_oss_ioctl.c59 unsigned char ev[8]; in snd_seq_oss_oob_user() local
Dseq_oss_event.h104 #define ev_is_long(ev) ((ev)->s.code >= 128) argument
105 #define ev_length(ev) ((ev)->s.code >= 128 ? LONG_EVENT_SIZE : SHORT_EVENT_SIZE) argument
Dseq_oss_writeq.c104 struct snd_seq_event ev; in snd_seq_oss_writeq_sync() local
Dseq_oss_init.c136 receive_announce(struct snd_seq_event *ev, int direct, void *private, int atomic, int hop) in receive_announce()
/sound/core/seq/
Dseq_midi_event.c217 struct snd_seq_event *ev) in snd_midi_event_encode()
243 struct snd_seq_event *ev) in snd_midi_event_encode_byte()
312 static void note_event(struct snd_midi_event *dev, struct snd_seq_event *ev) in note_event()
320 static void one_param_ctrl_event(struct snd_midi_event *dev, struct snd_seq_event *ev) in one_param_ctrl_event()
327 static void pitchbend_ctrl_event(struct snd_midi_event *dev, struct snd_seq_event *ev) in pitchbend_ctrl_event()
334 static void two_param_ctrl_event(struct snd_midi_event *dev, struct snd_seq_event *ev) in two_param_ctrl_event()
342 static void one_param_event(struct snd_midi_event *dev, struct snd_seq_event *ev) in one_param_event()
348 static void songpos_event(struct snd_midi_event *dev, struct snd_seq_event *ev) in songpos_event()
358 struct snd_seq_event *ev) in snd_midi_event_decode()
414 static void note_decode(struct snd_seq_event *ev, unsigned char *buf) in note_decode()
[all …]
Dseq_system.c70 static int setheader(struct snd_seq_event * ev, int client, int port) in setheader()
96 struct snd_seq_event ev; in snd_seq_system_broadcast() local
105 int snd_seq_system_notify(int client, int port, struct snd_seq_event *ev) in snd_seq_system_notify()
116 static int event_input_timer(struct snd_seq_event * ev, int direct, void *private_data, int atomic,… in event_input_timer()
Dseq_virmidi.c59 struct snd_seq_event *ev) in snd_virmidi_init_event()
80 struct snd_seq_event *ev, in snd_virmidi_dev_receive_event()
132 static int snd_virmidi_event_input(struct snd_seq_event *ev, int direct, in snd_virmidi_event_input()
Dseq_prioq.c218 static int event_is_ready(struct snd_seq_event *ev, void *current_time) in event_is_ready()
344 struct snd_seq_event *ev) in prioq_remove_match()
Dseq_queue.c657 static void queue_broadcast_event(struct snd_seq_queue *q, struct snd_seq_event *ev, in queue_broadcast_event()
681 struct snd_seq_event *ev, in snd_seq_queue_process_event()
733 int snd_seq_control_queue(struct snd_seq_event *ev, int atomic, int hop) in snd_seq_control_queue()
Dseq_midi.c79 struct snd_seq_event ev; in snd_midi_input_event() local
132 static int event_process_midi(struct snd_seq_event *ev, int direct, in event_process_midi()
Dseq_dummy.c88 dummy_input(struct snd_seq_event *ev, int direct, void *private_data, in dummy_input()
Dseq_clientmgr.c853 struct snd_seq_event tmpev, *ev; in snd_seq_dispatch_event() local
967 static int check_event_type_and_length(struct snd_seq_event *ev) in check_event_type_and_length()
2240 static int kernel_client_enqueue(int client, struct snd_seq_event *ev, in kernel_client_enqueue()
2280 int snd_seq_kernel_client_enqueue(int client, struct snd_seq_event * ev, in snd_seq_kernel_client_enqueue()
2293 int snd_seq_kernel_client_enqueue_blocking(int client, struct snd_seq_event * ev, in snd_seq_kernel_client_enqueue_blocking()
2309 int snd_seq_kernel_client_dispatch(int client, struct snd_seq_event * ev, in snd_seq_kernel_client_dispatch()
Dseq_midi_emul.c84 struct snd_seq_event *ev, in snd_midi_process_event()
/sound/synth/emux/
Demux_oss.c302 snd_emux_event_oss_input(struct snd_seq_event *ev, int direct, void *private_data, in snd_emux_event_oss_input()
500 struct snd_seq_event ev; in fake_event() local
Demux_seq.c252 snd_emux_event_input(struct snd_seq_event *ev, int direct, void *private_data, in snd_emux_event_input()
/sound/drivers/opl4/
Dopl4_seq.c111 static int snd_opl4_seq_event_input(struct snd_seq_event *ev, int direct, in snd_opl4_seq_event_input()
/sound/drivers/opl3/
Dopl3_seq.c155 static int snd_opl3_synth_event_input(struct snd_seq_event * ev, int direct, in snd_opl3_synth_event_input()
Dopl3_oss.c57 static int snd_opl3_oss_event_input(struct snd_seq_event *ev, int direct, in snd_opl3_oss_event_input()
/sound/pci/hda/
Dhda_bind.c41 static void hda_codec_unsol_event(struct hdac_device *dev, unsigned int ev) in hda_codec_unsol_event()

12