Home
last modified time | relevance | path

Searched refs:ump_ev (Results 1 – 2 of 2) sorted by relevance

/Linux-v6.6/sound/core/seq/
Dseq_ump_convert.c473 struct snd_seq_ump_event *ump_ev = (struct snd_seq_ump_event *)event; in cvt_ump_to_any() local
484 len = cvt_ump_system_to_event((union snd_ump_midi1_msg *)ump_ev->ump, in cvt_ump_to_any()
488 len = cvt_ump_midi1_to_event((union snd_ump_midi1_msg *)ump_ev->ump, in cvt_ump_to_any()
492 len = cvt_ump_midi2_to_event((union snd_ump_midi2_msg *)ump_ev->ump, in cvt_ump_to_any()
496 len = cvt_ump_sysex7_to_event(ump_ev->ump, sysex_buf, ev_cvt); in cvt_ump_to_any()
515 struct snd_seq_ump_event *ump_ev, in deliver_with_group_convert() argument
518 struct snd_seq_ump_event ev = *ump_ev; in deliver_with_group_convert()
550 struct snd_seq_ump_event *ump_ev = (struct snd_seq_ump_event *)event; in snd_seq_deliver_from_ump() local
555 if (ump_event_filtered(dest, ump_ev)) in snd_seq_deliver_from_ump()
557 type = ump_message_type(ump_ev->ump[0]); in snd_seq_deliver_from_ump()
[all …]
Dseq_ump_client.c96 struct snd_seq_ump_event *ump_ev; in seq_ump_process_event() local
105 ump_ev = (struct snd_seq_ump_event *)ev; in seq_ump_process_event()
106 type = ump_message_type(ump_ev->ump[0]); in seq_ump_process_event()