/sound/core/seq/oss/ |
D | seq_oss_event.c | 42 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 …]
|
D | seq_oss_midi.c | 465 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()
|
D | seq_oss_timer.c | 73 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
|
D | seq_oss_synth.c | 425 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()
|
D | seq_oss_readq.c | 124 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()
|
D | seq_oss_device.h | 136 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()
|
D | seq_oss_ioctl.c | 46 unsigned char ev[8]; in snd_seq_oss_oob_user() local
|
D | seq_oss_event.h | 91 #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
|
D | seq_oss_writeq.c | 92 struct snd_seq_event ev; in snd_seq_oss_writeq_sync() local
|
D | seq_oss_init.c | 123 receive_announce(struct snd_seq_event *ev, int direct, void *private, int atomic, int hop) in receive_announce()
|
/sound/core/seq/ |
D | seq_midi_event.c | 177 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 …]
|
D | seq_system.c | 55 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()
|
D | seq_virmidi.c | 45 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()
|
D | seq_prioq.c | 203 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()
|
D | seq_queue.c | 650 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()
|
D | seq_midi.c | 65 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()
|
D | seq_dummy.c | 74 dummy_input(struct snd_seq_event *ev, int direct, void *private_data, in dummy_input()
|
D | seq_midi_emul.c | 70 struct snd_seq_event *ev, in snd_midi_process_event()
|
D | seq_clientmgr.c | 871 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/ |
D | emux_oss.c | 287 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
|
D | emux_seq.c | 239 snd_emux_event_input(struct snd_seq_event *ev, int direct, void *private_data, in snd_emux_event_input()
|
/sound/drivers/opl4/ |
D | opl4_seq.c | 111 static int snd_opl4_seq_event_input(struct snd_seq_event *ev, int direct, in snd_opl4_seq_event_input()
|
/sound/drivers/opl3/ |
D | opl3_oss.c | 28 static int snd_opl3_oss_event_input(struct snd_seq_event *ev, int direct, in snd_opl3_oss_event_input()
|
D | opl3_seq.c | 141 static int snd_opl3_synth_event_input(struct snd_seq_event * ev, int direct, in snd_opl3_synth_event_input()
|
/sound/pci/hda/ |
D | hda_bind.c | 42 static void hda_codec_unsol_event(struct hdac_device *dev, unsigned int ev) in hda_codec_unsol_event()
|