Lines Matching refs:hop
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()
692 queue_broadcast_event(q, ev, atomic, hop); in snd_seq_queue_process_event()
697 queue_broadcast_event(q, ev, atomic, hop); in snd_seq_queue_process_event()
702 queue_broadcast_event(q, ev, atomic, hop); in snd_seq_queue_process_event()
708 queue_broadcast_event(q, ev, atomic, hop); in snd_seq_queue_process_event()
715 queue_broadcast_event(q, ev, atomic, hop); 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() argument
742 snd_seq_queue_process_event(q, ev, atomic, hop); in snd_seq_control_queue()