/sound/synth/emux/ |
D | emux_oss.c | 27 void *private, int atomic, int hop); 30 int cmd, unsigned char *event, int atomic, int hop); 32 int cmd, unsigned char *event, int atomic, int hop); 34 int ch, int param, int val, int atomic, int hop); 288 int atomic, int hop) in snd_emux_event_oss_input() argument 301 return snd_emux_event_input(ev, direct, private_data, atomic, hop); in snd_emux_event_oss_input() 309 emuspec_control(emu, p, cmd, data, atomic, hop); in snd_emux_event_oss_input() 311 gusspec_control(emu, p, cmd, data, atomic, hop); in snd_emux_event_oss_input() 321 unsigned char *event, int atomic, int hop) in emuspec_control() argument 361 fake_event(emu, port, voice, MIDI_CTL_ALL_NOTES_OFF, 0, atomic, hop); in emuspec_control() [all …]
|
D | emux_voice.h | 25 int atomic, int hop);
|
D | emux_seq.c | 240 int atomic, int hop) in snd_emux_event_input() argument
|
/sound/core/seq/ |
D | seq_queue.c | 239 void snd_seq_check_queue(struct snd_seq_queue *q, int atomic, int hop) in snd_seq_check_queue() argument 267 snd_seq_dispatch_event(cell, atomic, hop); in snd_seq_check_queue() 278 snd_seq_dispatch_event(cell, atomic, hop); in snd_seq_check_queue() 299 int snd_seq_enqueue_event(struct snd_seq_event_cell *cell, int atomic, int hop) in snd_seq_enqueue_event() argument 343 snd_seq_check_queue(q, atomic, hop); in snd_seq_enqueue_event() 651 int atomic, int hop) in queue_broadcast_event() argument 666 snd_seq_kernel_client_dispatch(SNDRV_SEQ_CLIENT_SYSTEM, &sev, atomic, hop); in queue_broadcast_event() 675 int atomic, int hop) in snd_seq_queue_process_event() argument 682 queue_broadcast_event(q, ev, atomic, hop); in snd_seq_queue_process_event() 687 queue_broadcast_event(q, ev, atomic, hop); in snd_seq_queue_process_event() [all …]
|
D | seq_queue.h | 69 int snd_seq_enqueue_event(struct snd_seq_event_cell *cell, int atomic, int hop); 84 void snd_seq_check_queue(struct snd_seq_queue *q, int atomic, int hop); 96 int snd_seq_control_queue(struct snd_seq_event *ev, int atomic, int hop);
|
D | seq_clientmgr.c | 68 int err, int atomic, int hop); 71 int filter, int atomic, int hop); 533 int err, int atomic, int hop) in bounce_error_event() argument 555 result = snd_seq_deliver_single_event(NULL, &bounce_ev, 0, atomic, hop + 1); in bounce_error_event() 601 int filter, int atomic, int hop) in snd_seq_deliver_single_event() argument 638 atomic, hop); in snd_seq_deliver_single_event() 651 result = bounce_error_event(client, event, result, atomic, hop); in snd_seq_deliver_single_event() 662 int atomic, int hop) in deliver_to_subscribers() argument 681 down_read_nested(&grp->list_mutex, hop); in deliver_to_subscribers() 692 0, atomic, hop); in deliver_to_subscribers() [all …]
|
D | seq_system.c | 101 …t event_input_timer(struct snd_seq_event * ev, int direct, void *private_data, int atomic, int hop) in event_input_timer() argument 103 return snd_seq_control_queue(ev, atomic, hop); in event_input_timer()
|
D | seq_dummy.c | 75 int atomic, int hop) in dummy_input() argument 90 return snd_seq_kernel_client_dispatch(p->client, &tmpev, atomic, hop); in dummy_input()
|
D | seq_clientmgr.h | 79 int snd_seq_dispatch_event(struct snd_seq_event_cell *cell, int atomic, int hop);
|
D | seq_ports.h | 58 int atomic, int hop);
|
D | seq_virmidi.c | 110 void *private_data, int atomic, int hop) in snd_virmidi_event_input() argument
|
D | seq_midi.c | 121 void *private_data, int atomic, int hop) in event_process_midi() argument
|
/sound/core/seq/oss/ |
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() argument 138 return snd_seq_kernel_client_dispatch(dp->cseq, ev, atomic, hop); in snd_seq_oss_dispatch()
|
D | seq_oss_event.h | 96 …seq_oss_event_input(struct snd_seq_event *ev, int direct, void *private_data, int atomic, int hop);
|
D | seq_oss_init.c | 40 …tic int receive_announce(struct snd_seq_event *ev, int direct, void *private, int atomic, int hop); 123 receive_announce(struct snd_seq_event *ev, int direct, void *private, int atomic, int hop) in receive_announce() argument
|
D | seq_oss_event.c | 423 int atomic, int hop) in snd_seq_oss_event_input() argument
|
/sound/drivers/opl4/ |
D | opl4_seq.c | 112 void *private_data, int atomic, int hop) in snd_opl4_seq_event_input() argument
|
/sound/drivers/opl3/ |
D | opl3_oss.c | 29 void *private_data, int atomic, int hop) in snd_opl3_oss_event_input() argument
|
D | opl3_seq.c | 142 void *private_data, int atomic, int hop) in snd_opl3_synth_event_input() argument
|