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.c42 snd_seq_oss_process_event(struct seq_oss_devinfo *dp, union evrec *q, struct snd_seq_event *ev) in snd_seq_oss_process_event()
95 old_event(struct seq_oss_devinfo *dp, union evrec *q, struct snd_seq_event *ev) in old_event()
121 extended_event(struct seq_oss_devinfo *dp, union evrec *q, struct snd_seq_event *ev) in extended_event()
175 chn_voice_event(struct seq_oss_devinfo *dp, union evrec *q, struct snd_seq_event *ev) in chn_voice_event()
196 chn_common_event(struct seq_oss_devinfo *dp, union evrec *q, struct snd_seq_event *ev) in chn_common_event()
223 timing_event(struct seq_oss_devinfo *dp, union evrec *q, struct snd_seq_event *ev) in timing_event()
258 local_event(struct seq_oss_devinfo *dp, union evrec *q, struct snd_seq_event *ev) in local_event()
274 …_on_event(struct seq_oss_devinfo *dp, int dev, int ch, int note, int vel, struct snd_seq_event *ev) in note_on_event()
335 …off_event(struct seq_oss_devinfo *dp, int dev, int ch, int note, int vel, struct snd_seq_event *ev) in note_off_event()
372 …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()
633 …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.c73 snd_seq_oss_process_timer_event(struct seq_oss_timer *rec, union evrec *ev) in snd_seq_oss_process_timer_event()
129 struct snd_seq_event ev; in send_timer_event() local
Dseq_oss_synth.c425 struct snd_seq_event ev; in snd_seq_oss_synth_reset() local
488 …_oss_synth_sysex(struct seq_oss_devinfo *dp, int dev, unsigned char *buf, struct snd_seq_event *ev) in snd_seq_oss_synth_sysex()
547 snd_seq_oss_synth_addr(struct seq_oss_devinfo *dp, int dev, struct snd_seq_event *ev) in snd_seq_oss_synth_addr()
587 …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.c124 struct snd_seq_event *ev) in snd_seq_oss_readq_sysex()
141 snd_seq_oss_readq_put_event(struct seq_oss_readq *q, union evrec *ev) in snd_seq_oss_readq_put_event()
Dseq_oss_device.h136 snd_seq_oss_dispatch(struct seq_oss_devinfo *dp, struct snd_seq_event *ev, int atomic, int hop) in snd_seq_oss_dispatch()
155 snd_seq_oss_fill_addr(struct seq_oss_devinfo *dp, struct snd_seq_event *ev, in snd_seq_oss_fill_addr()
Dseq_oss_ioctl.c46 unsigned char ev[8]; in snd_seq_oss_oob_user() local
Dseq_oss_event.h91 #define ev_is_long(ev) ((ev)->s.code >= 128) argument
92 #define ev_length(ev) ((ev)->s.code >= 128 ? LONG_EVENT_SIZE : SHORT_EVENT_SIZE) argument
Dseq_oss_writeq.c92 struct snd_seq_event ev; in snd_seq_oss_writeq_sync() local
Dseq_oss_init.c123 receive_announce(struct snd_seq_event *ev, int direct, void *private, int atomic, int hop) in receive_announce()
/sound/core/seq/
Dseq_midi_event.c177 struct snd_seq_event *ev) in snd_midi_event_encode_byte()
245 static void note_event(struct snd_midi_event *dev, struct snd_seq_event *ev) in note_event()
253 static void one_param_ctrl_event(struct snd_midi_event *dev, struct snd_seq_event *ev) in one_param_ctrl_event()
260 static void pitchbend_ctrl_event(struct snd_midi_event *dev, struct snd_seq_event *ev) in pitchbend_ctrl_event()
267 static void two_param_ctrl_event(struct snd_midi_event *dev, struct snd_seq_event *ev) in two_param_ctrl_event()
275 static void one_param_event(struct snd_midi_event *dev, struct snd_seq_event *ev) in one_param_event()
281 static void songpos_event(struct snd_midi_event *dev, struct snd_seq_event *ev) in songpos_event()
291 struct snd_seq_event *ev) in snd_midi_event_decode()
348 static void note_decode(struct snd_seq_event *ev, unsigned char *buf) in note_decode()
355 static void one_param_decode(struct snd_seq_event *ev, unsigned char *buf) in one_param_decode()
[all …]
Dseq_system.c55 static int setheader(struct snd_seq_event * ev, int client, int port) in setheader()
81 struct snd_seq_event ev; in snd_seq_system_broadcast() local
90 int snd_seq_system_notify(int client, int port, struct snd_seq_event *ev) in snd_seq_system_notify()
101 static int event_input_timer(struct snd_seq_event * ev, int direct, void *private_data, int atomic,… in event_input_timer()
Dseq_virmidi.c45 struct snd_seq_event *ev) in snd_virmidi_init_event()
73 struct snd_seq_event *ev, in snd_virmidi_dev_receive_event()
109 static int snd_virmidi_event_input(struct snd_seq_event *ev, int direct, in snd_virmidi_event_input()
Dseq_prioq.c203 static int event_is_ready(struct snd_seq_event *ev, void *current_time) in event_is_ready()
329 struct snd_seq_event *ev) in prioq_remove_match()
Dseq_queue.c650 static void queue_broadcast_event(struct snd_seq_queue *q, struct snd_seq_event *ev, in queue_broadcast_event()
674 struct snd_seq_event *ev, in snd_seq_queue_process_event()
726 int snd_seq_control_queue(struct snd_seq_event *ev, int atomic, int hop) in snd_seq_control_queue()
Dseq_midi.c65 struct snd_seq_event ev; in snd_midi_input_event() local
120 static int event_process_midi(struct snd_seq_event *ev, int direct, in event_process_midi()
Dseq_dummy.c74 dummy_input(struct snd_seq_event *ev, int direct, void *private_data, in dummy_input()
Dseq_midi_emul.c70 struct snd_seq_event *ev, in snd_midi_process_event()
Dseq_clientmgr.c871 struct snd_seq_event tmpev, *ev; in snd_seq_dispatch_event() local
985 static int check_event_type_and_length(struct snd_seq_event *ev) in check_event_type_and_length()
2252 int snd_seq_kernel_client_enqueue(int client, struct snd_seq_event *ev, in snd_seq_kernel_client_enqueue()
2298 int snd_seq_kernel_client_dispatch(int client, struct snd_seq_event * ev, in snd_seq_kernel_client_dispatch()
/sound/synth/emux/
Demux_oss.c287 snd_emux_event_oss_input(struct snd_seq_event *ev, int direct, void *private_data, in snd_emux_event_oss_input()
483 struct snd_seq_event ev; in fake_event() local
Demux_seq.c239 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_oss.c28 static int snd_opl3_oss_event_input(struct snd_seq_event *ev, int direct, in snd_opl3_oss_event_input()
Dopl3_seq.c141 static int snd_opl3_synth_event_input(struct snd_seq_event * ev, int direct, in snd_opl3_synth_event_input()
/sound/pci/hda/
Dhda_bind.c42 static void hda_codec_unsol_event(struct hdac_device *dev, unsigned int ev) in hda_codec_unsol_event()

12