Home
last modified time | relevance | path

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

/openbmc/linux/drivers/usb/gadget/function/
H A Df_midi2.c489 #define UMP_STREAM_PKT_BYTES 16 /* UMP stream packet size = 16 bytes*/ macro
514 memset(buf, 0, UMP_STREAM_PKT_BYTES); in reply_ump_stream_string()
521 req->length += UMP_STREAM_PKT_BYTES; in reply_ump_stream_string()
524 if (++pos == UMP_STREAM_PKT_BYTES) { in reply_ump_stream_string()
529 req->length += UMP_STREAM_PKT_BYTES; in reply_ump_stream_string()
530 if (midi2->info.req_buf_size - req->length < UMP_STREAM_PKT_BYTES) in reply_ump_stream_string()