Home
last modified time | relevance | path

Searched refs:ump_message_type (Results 1 – 6 of 6) sorted by relevance

/linux/sound/core/seq/
H A Dseq_ump_client.c69 if (ump_is_groupless_msg(ump_message_type(*val))) in seq_ump_input_receive()
97 type = ump_message_type(ump_ev->ump[0]); in seq_ump_process_event()
H A Dseq_ump_convert.c575 if (ump_is_groupless_msg(ump_message_type(ev->ump[0]))) in ump_event_filtered()
595 type = ump_message_type(ump_ev->ump[0]); in snd_seq_deliver_from_ump()
/linux/include/sound/
H A Dump.h212 static inline unsigned char ump_message_type(u32 data) in ump_message_type() function
/linux/sound/core/
H A Dump_convert.c225 switch (ump_message_type(*data)) { in snd_ump_convert_from_ump()
H A Dump.c280 ump->input_pending = ump_packet_words[ump_message_type(val)]; in snd_ump_receive_ump_val()
958 if (size != 4 || ump_message_type(*buf) != UMP_MSG_TYPE_STREAM) in ump_handle_stream_msg()
/linux/drivers/usb/gadget/function/
H A Df_midi2.c674 if (ump_message_type(*in_buf) == UMP_MSG_TYPE_STREAM) in process_ump()