/linux-4.1.27/sound/core/seq/ |
D | seq_midi_event.c | 46 static void note_event(struct snd_midi_event *dev, struct snd_seq_event *ev); 47 static void one_param_ctrl_event(struct snd_midi_event *dev, struct snd_seq_event *ev); 48 static void pitchbend_ctrl_event(struct snd_midi_event *dev, struct snd_seq_event *ev); 49 static void two_param_ctrl_event(struct snd_midi_event *dev, struct snd_seq_event *ev); 50 static void one_param_event(struct snd_midi_event *dev, struct snd_seq_event *ev); 51 static void songpos_event(struct snd_midi_event *dev, struct snd_seq_event *ev); 52 static void note_decode(struct snd_seq_event *ev, unsigned char *buf); 53 static void one_param_decode(struct snd_seq_event *ev, unsigned char *buf); 54 static void pitchbend_decode(struct snd_seq_event *ev, unsigned char *buf); 55 static void two_param_decode(struct snd_seq_event *ev, unsigned char *buf); [all …]
|
D | seq_system.c | 70 static int setheader(struct snd_seq_event * ev, int client, int port) in setheader() 75 memset(ev, 0, sizeof(struct snd_seq_event)); in setheader() 96 struct snd_seq_event ev; in snd_seq_system_broadcast() 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()
|
D | seq_memory.c | 71 static int get_var_len(const struct snd_seq_event *event) in get_var_len() 79 int snd_seq_dump_var_event(const struct snd_seq_event *event, in snd_seq_dump_var_event() 110 int size = sizeof(struct snd_seq_event); in snd_seq_dump_var_event() 144 int snd_seq_expand_var_event(const struct snd_seq_event *event, int count, char *buf, in snd_seq_expand_var_event() 289 int snd_seq_event_dup(struct snd_seq_pool *pool, struct snd_seq_event *event, in snd_seq_event_dup() 303 ncells = (extlen + sizeof(struct snd_seq_event) - 1) / sizeof(struct snd_seq_event); in snd_seq_event_dup() 331 int size = sizeof(struct snd_seq_event); in snd_seq_event_dup()
|
D | seq_clientmgr.c | 82 struct snd_seq_event *event, 85 struct snd_seq_event *event, 431 while (count >= sizeof(struct snd_seq_event)) { in snd_seq_read() 439 struct snd_seq_event tmpev; in snd_seq_read() 442 if (copy_to_user(buf, &tmpev, sizeof(struct snd_seq_event))) { in snd_seq_read() 446 count -= sizeof(struct snd_seq_event); in snd_seq_read() 447 buf += sizeof(struct snd_seq_event); in snd_seq_read() 450 sizeof(struct snd_seq_event)); in snd_seq_read() 457 if (copy_to_user(buf, &cell->event, sizeof(struct snd_seq_event))) { in snd_seq_read() 461 count -= sizeof(struct snd_seq_event); in snd_seq_read() [all …]
|
D | seq_clientmgr.h | 94 int snd_seq_kernel_client_enqueue(int client, struct snd_seq_event *ev, int atomic, int hop); 95 int snd_seq_kernel_client_enqueue_blocking(int client, struct snd_seq_event * ev,
|
D | seq_memory.h | 31 struct snd_seq_event event; 68 int snd_seq_event_dup(struct snd_seq_pool *pool, struct snd_seq_event *event,
|
D | seq_prioq.c | 101 static inline int compare_timestamp(struct snd_seq_event *a, in compare_timestamp() 102 struct snd_seq_event *b) in compare_timestamp() 118 static inline int compare_timestamp_rel(struct snd_seq_event *a, in compare_timestamp_rel() 119 struct snd_seq_event *b) in compare_timestamp_rel() 344 struct snd_seq_event *ev) in prioq_remove_match()
|
D | seq_dummy.c | 88 dummy_input(struct snd_seq_event *ev, int direct, void *private_data, in dummy_input() 92 struct snd_seq_event tmpev; in dummy_input()
|
D | seq_virmidi.c | 59 struct snd_seq_event *ev) in snd_virmidi_init_event() 80 struct snd_seq_event *ev) in snd_virmidi_dev_receive_event() 113 int snd_virmidi_receive(struct snd_rawmidi *rmidi, struct snd_seq_event *ev) 125 static int snd_virmidi_event_input(struct snd_seq_event *ev, int direct, in snd_virmidi_event_input()
|
D | seq_system.h | 37 int snd_seq_system_notify(int client, int port, struct snd_seq_event *ev);
|
D | seq_fifo.h | 50 int snd_seq_fifo_event_in(struct snd_seq_fifo *f, struct snd_seq_event *event);
|
D | seq_queue.c | 656 static void queue_broadcast_event(struct snd_seq_queue *q, struct snd_seq_event *ev, in queue_broadcast_event() 659 struct snd_seq_event sev; in queue_broadcast_event() 680 struct snd_seq_event *ev, in snd_seq_queue_process_event() 732 int snd_seq_control_queue(struct snd_seq_event *ev, int atomic, int hop) in snd_seq_control_queue()
|
D | seq_ports.h | 72 int (*event_input)(struct snd_seq_event *ev, int direct, void *private_data,
|
D | seq_queue.h | 113 int snd_seq_control_queue(struct snd_seq_event *ev, int atomic, int hop);
|
D | seq_midi.c | 79 struct snd_seq_event ev; in snd_midi_input_event() 132 static int event_process_midi(struct snd_seq_event *ev, int direct, in event_process_midi()
|
D | seq_fifo.c | 113 struct snd_seq_event *event) in snd_seq_fifo_event_in()
|
D | seq_midi_emul.c | 84 struct snd_seq_event *ev, in snd_midi_process_event()
|
/linux-4.1.27/sound/core/seq/oss/ |
D | seq_oss_event.c | 34 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… 36 …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 *e… 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 …on_event(struct seq_oss_devinfo *dp, int dev, int ch, int note, int vel, struct snd_seq_event *ev); 41 …ff_event(struct seq_oss_devinfo *dp, int dev, int ch, int note, int vel, struct snd_seq_event *ev); 42 …truct seq_oss_devinfo *dp, int dev, int type, int ch, int note, int vel, struct snd_seq_event *ev); 43 …ruct seq_oss_devinfo *dp, int dev, int type, int ch, int param, int val, struct snd_seq_event *ev); [all …]
|
D | seq_oss_synth.h | 42 struct snd_seq_event *ev); 43 int snd_seq_oss_synth_addr(struct seq_oss_devinfo *dp, int dev, struct snd_seq_event *ev); 47 unsigned char *data, struct snd_seq_event *ev);
|
D | seq_oss_midi.h | 42 struct snd_seq_event *ev); 43 int snd_seq_oss_midi_input(struct snd_seq_event *ev, int direct, void *private);
|
D | seq_oss_event.h | 107 int snd_seq_oss_process_event(struct seq_oss_devinfo *dp, union evrec *q, struct snd_seq_event *ev); 109 int snd_seq_oss_event_input(struct snd_seq_event *ev, int direct, void *private_data, int atomic, i…
|
D | seq_oss_device.h | 148 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()
|
D | seq_oss_midi.c | 68 static int send_synth_event(struct seq_oss_devinfo *dp, struct snd_seq_event *ev, int dev); 69 static int send_midi_event(struct seq_oss_devinfo *dp, struct snd_seq_event *ev, struct seq_oss_mid… 465 struct snd_seq_event ev; in snd_seq_oss_midi_reset() 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() 634 snd_seq_oss_midi_putc(struct seq_oss_devinfo *dp, int dev, unsigned char c, struct snd_seq_event *e… in snd_seq_oss_midi_putc()
|
D | seq_oss_synth.c | 437 struct snd_seq_event ev; in snd_seq_oss_synth_reset() 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()
|
D | seq_oss_init.c | 53 static int receive_announce(struct snd_seq_event *ev, int direct, void *private, int atomic, int ho… 136 receive_announce(struct snd_seq_event *ev, int direct, void *private, int atomic, int hop) in receive_announce()
|
D | seq_oss_writeq.c | 104 struct snd_seq_event ev; in snd_seq_oss_writeq_sync()
|
D | seq_oss_ioctl.c | 60 struct snd_seq_event tmpev; in snd_seq_oss_oob_user()
|
D | seq_oss_rw.c | 167 struct snd_seq_event event; in insert_queue()
|
D | seq_oss_timer.c | 142 struct snd_seq_event ev; in send_timer_event()
|
/linux-4.1.27/include/sound/ |
D | seq_kernel.h | 65 int (*event_input)(struct snd_seq_event *ev, int direct, void *private_data, int atomic, int hop); 75 int snd_seq_kernel_client_enqueue(int client, struct snd_seq_event *ev, int atomic, int hop); 76 int snd_seq_kernel_client_dispatch(int client, struct snd_seq_event *ev, int atomic, int hop); 84 int snd_seq_expand_var_event(const struct snd_seq_event *event, int count, char *buf, 86 int snd_seq_dump_var_event(const struct snd_seq_event *event,
|
D | seq_midi_event.h | 48 struct snd_seq_event *ev); 49 int snd_midi_event_encode_byte(struct snd_midi_event *dev, int c, struct snd_seq_event *ev); 52 struct snd_seq_event *ev);
|
D | seq_virmidi.h | 41 struct snd_seq_event event;
|
D | seq_midi_emul.h | 191 void snd_midi_process_event(struct snd_midi_op *ops, struct snd_seq_event *ev,
|
/linux-4.1.27/include/uapi/sound/ |
D | asequencer.h | 267 struct snd_seq_event *event; /* quoted event */ 272 struct snd_seq_event { struct 305 struct snd_seq_event event; argument
|
/linux-4.1.27/sound/synth/emux/ |
D | emux_oss.c | 41 static int snd_emux_event_oss_input(struct snd_seq_event *ev, int direct, 302 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()
|
D | emux_voice.h | 37 int snd_emux_event_input(struct snd_seq_event *ev, int direct, void *private,
|
D | emux_seq.c | 252 snd_emux_event_input(struct snd_seq_event *ev, int direct, void *private_data, in snd_emux_event_input()
|
/linux-4.1.27/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()
|
/linux-4.1.27/sound/drivers/opl3/ |
D | opl3_oss.c | 57 static int snd_opl3_oss_event_input(struct snd_seq_event *ev, int direct, in snd_opl3_oss_event_input()
|
D | opl3_seq.c | 155 static int snd_opl3_synth_event_input(struct snd_seq_event * ev, int direct, in snd_opl3_synth_event_input()
|