Home
last modified time | relevance | path

Searched refs:UMP_MSG_TYPE_STREAM (Results 1 – 3 of 3) sorted by relevance

/linux/include/sound/
H A Dump.h142 UMP_MSG_TYPE_STREAM = 0x0f, enumerator
275 return (UMP_MSG_TYPE_STREAM << 28) | ((u32)form << 26) | in ump_stream_compose()
280 ((type) == UMP_MSG_TYPE_UTILITY || (type) == UMP_MSG_TYPE_STREAM)
/linux/drivers/usb/gadget/function/
H A Df_midi2.c462 .type = UMP_MSG_TYPE_STREAM, in reply_ump_stream_ep_info()
479 .type = UMP_MSG_TYPE_STREAM, in reply_ump_stream_ep_device()
566 .type = UMP_MSG_TYPE_STREAM, in reply_ump_stream_ep_config()
583 .type = UMP_MSG_TYPE_STREAM, in reply_ump_stream_fb_info()
674 if (ump_message_type(*in_buf) == UMP_MSG_TYPE_STREAM) in process_ump()
/linux/sound/core/
H A Dump.c1025 if (size != 4 || ump_message_type(*buf) != UMP_MSG_TYPE_STREAM) in ump_handle_stream_msg()