/linux-6.3-rc2/sound/core/seq/ |
A D | seq_midi_event.c | 39 static void note_decode(struct snd_seq_event *ev, unsigned char *buf); 43 static void songpos_decode(struct snd_seq_event *ev, unsigned char *buf); 51 void (*encode)(struct snd_midi_event *dev, struct snd_seq_event *ev); 52 void (*decode)(struct snd_seq_event *ev, unsigned char *buf); 84 struct snd_seq_event *ev); 86 struct snd_seq_event *ev); 91 struct snd_seq_event *ev); 177 struct snd_seq_event *ev) in snd_midi_event_encode_byte() 291 struct snd_seq_event *ev) in snd_midi_event_decode() 384 int count, struct snd_seq_event *ev) in extra_decode_ctrl14() [all …]
|
A D | seq_system.c | 55 static int setheader(struct snd_seq_event * ev, int client, int port) in setheader() 60 memset(ev, 0, sizeof(struct snd_seq_event)); in setheader() 81 struct snd_seq_event ev; in snd_seq_system_broadcast() 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()
|
A D | seq_clientmgr.c | 67 struct snd_seq_event *event, 70 struct snd_seq_event *event, 443 struct snd_seq_event tmpev; in snd_seq_read() 537 struct snd_seq_event bounce_ev; in bounce_error_event() 602 struct snd_seq_event *event, in snd_seq_deliver_single_event() 663 struct snd_seq_event *event, in deliver_to_subscribers() 668 struct snd_seq_event event_saved; in deliver_to_subscribers() 720 struct snd_seq_event *event, in port_broadcast_event() 927 struct snd_seq_event *event, in snd_seq_client_enqueue_event() 1026 struct snd_seq_event event; in snd_seq_write() [all …]
|
A D | seq_memory.c | 58 static int get_var_len(const struct snd_seq_event *event) in get_var_len() 66 int snd_seq_dump_var_event(const struct snd_seq_event *event, in snd_seq_dump_var_event() 98 int size = sizeof(struct snd_seq_event); in snd_seq_dump_var_event() 135 int snd_seq_expand_var_event(const struct snd_seq_event *event, int count, char *buf, in snd_seq_expand_var_event() 284 int snd_seq_event_dup(struct snd_seq_pool *pool, struct snd_seq_event *event, in snd_seq_event_dup() 298 ncells = DIV_ROUND_UP(extlen, sizeof(struct snd_seq_event)); in snd_seq_event_dup() 326 int size = sizeof(struct snd_seq_event); in snd_seq_event_dup()
|
A D | seq_prioq.c | 86 static inline int compare_timestamp(struct snd_seq_event *a, in compare_timestamp() 87 struct snd_seq_event *b) in compare_timestamp() 103 static inline int compare_timestamp_rel(struct snd_seq_event *a, in compare_timestamp_rel() 104 struct snd_seq_event *b) in compare_timestamp_rel() 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()
|
A D | seq_memory.h | 16 struct snd_seq_event event; 53 int snd_seq_event_dup(struct snd_seq_pool *pool, struct snd_seq_event *event,
|
A D | seq_dummy.c | 74 dummy_input(struct snd_seq_event *ev, int direct, void *private_data, in dummy_input() 78 struct snd_seq_event tmpev; in dummy_input()
|
A D | seq_system.h | 22 int snd_seq_system_notify(int client, int port, struct snd_seq_event *ev);
|
A D | seq_fifo.h | 35 int snd_seq_fifo_event_in(struct snd_seq_fifo *f, struct snd_seq_event *event);
|
A D | seq_virmidi.c | 45 struct snd_seq_event *ev) in snd_virmidi_init_event() 66 struct snd_seq_event *ev, in snd_virmidi_dev_receive_event() 102 static int snd_virmidi_event_input(struct snd_seq_event *ev, int direct, in snd_virmidi_event_input()
|
A D | seq_queue.c | 629 static void queue_broadcast_event(struct snd_seq_queue *q, struct snd_seq_event *ev, in queue_broadcast_event() 632 struct snd_seq_event sev; in queue_broadcast_event() 653 struct snd_seq_event *ev, in snd_seq_queue_process_event() 705 int snd_seq_control_queue(struct snd_seq_event *ev, int atomic, int hop) in snd_seq_control_queue()
|
A D | seq_queue.h | 93 int snd_seq_control_queue(struct snd_seq_event *ev, int atomic, int hop);
|
/linux-6.3-rc2/sound/core/seq/oss/ |
A D | seq_oss_event.c | 22 static int extended_event(struct seq_oss_devinfo *dp, union evrec *q, struct snd_seq_event *ev); 27 static int old_event(struct seq_oss_devinfo *dp, union evrec *q, struct snd_seq_event *ev); 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() 408 set_echo_event(struct seq_oss_devinfo *dp, union evrec *rec, struct snd_seq_event *ev) in set_echo_event() [all …]
|
A D | seq_oss_synth.h | 30 struct snd_seq_event *ev); 31 int snd_seq_oss_synth_addr(struct seq_oss_devinfo *dp, int dev, struct snd_seq_event *ev); 35 unsigned char *data, struct snd_seq_event *ev);
|
A D | seq_oss_midi.h | 29 struct snd_seq_event *ev); 30 int snd_seq_oss_midi_input(struct snd_seq_event *ev, int direct, void *private);
|
A D | seq_oss_event.h | 94 int snd_seq_oss_process_event(struct seq_oss_devinfo *dp, union evrec *q, struct snd_seq_event *ev); 96 int snd_seq_oss_event_input(struct snd_seq_event *ev, int direct, void *private_data, int atomic, i…
|
A D | seq_oss_midi.c | 56 static int send_synth_event(struct seq_oss_devinfo *dp, struct snd_seq_event *ev, int dev); 57 static int send_midi_event(struct seq_oss_devinfo *dp, struct snd_seq_event *ev, struct seq_oss_mid… 463 struct snd_seq_event ev; in snd_seq_oss_midi_reset() 516 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 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()
|
A 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()
|
A D | seq_oss_synth.c | 425 struct snd_seq_event ev; in snd_seq_oss_synth_reset() 489 …_oss_synth_sysex(struct seq_oss_devinfo *dp, int dev, unsigned char *buf, struct snd_seq_event *ev) in snd_seq_oss_synth_sysex() 548 snd_seq_oss_synth_addr(struct seq_oss_devinfo *dp, int dev, struct snd_seq_event *ev) in snd_seq_oss_synth_addr() 589 …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()
|
A D | seq_oss_readq.h | 35 struct snd_seq_event *ev);
|
/linux-6.3-rc2/include/sound/ |
A D | seq_kernel.h | 51 int (*event_input)(struct snd_seq_event *ev, int direct, void *private_data, int atomic, int hop); 61 int snd_seq_kernel_client_enqueue(int client, struct snd_seq_event *ev, 63 int snd_seq_kernel_client_dispatch(int client, struct snd_seq_event *ev, int atomic, int hop); 71 int snd_seq_expand_var_event(const struct snd_seq_event *event, int count, char *buf, 73 int snd_seq_dump_var_event(const struct snd_seq_event *event,
|
A D | seq_midi_event.h | 34 struct snd_seq_event *ev); 37 struct snd_seq_event *ev);
|
A D | seq_virmidi.h | 27 struct snd_seq_event event;
|
/linux-6.3-rc2/include/uapi/sound/ |
A D | asequencer.h | 252 struct snd_seq_event *event; /* quoted event */ 257 struct snd_seq_event { struct 290 struct snd_seq_event event; argument
|
/linux-6.3-rc2/sound/synth/emux/ |
A D | emux_oss.c | 26 static int snd_emux_event_oss_input(struct snd_seq_event *ev, int direct, 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()
|