Searched refs:ump_ev (Results 1 – 2 of 2) sorted by relevance
511 struct snd_seq_ump_event *ump_ev = (struct snd_seq_ump_event *)event; in cvt_ump_to_any() local 522 len = cvt_ump_system_to_event((union snd_ump_midi1_msg *)ump_ev->ump, in cvt_ump_to_any() 526 len = cvt_ump_midi1_to_event((union snd_ump_midi1_msg *)ump_ev->ump, in cvt_ump_to_any() 530 len = cvt_ump_midi2_to_event((union snd_ump_midi2_msg *)ump_ev->ump, in cvt_ump_to_any() 534 len = cvt_ump_sysex7_to_event(ump_ev->ump, sysex_buf, ev_cvt); in cvt_ump_to_any() 553 struct snd_seq_ump_event *ump_ev, in deliver_with_group_convert() argument 556 struct snd_seq_ump_event ev = *ump_ev; in deliver_with_group_convert() 588 struct snd_seq_ump_event *ump_ev = (struct snd_seq_ump_event *)event; in snd_seq_deliver_from_ump() local 593 if (ump_event_filtered(dest, ump_ev)) in snd_seq_deliver_from_ump() 595 type = ump_message_type(ump_ev in snd_seq_deliver_from_ump() 1294 const struct snd_seq_ump_event *ump_ev = snd_seq_ump_group_port() local [all...]
87 struct snd_seq_ump_event *ump_ev; in seq_ump_process_event() local96 ump_ev = (struct snd_seq_ump_event *)ev; in seq_ump_process_event()97 type = ump_message_type(ump_ev->ump[0]); in seq_ump_process_event()