Lines Matching refs:bytes
173 unsigned char bytes; in cvt_ump_sysex7_to_legacy() local
179 bytes = ump_sysex_message_length(*data); in cvt_ump_sysex7_to_legacy()
180 if (bytes > 6) in cvt_ump_sysex7_to_legacy()
191 for (; bytes; bytes--, size++) { in cvt_ump_sysex7_to_legacy()
332 u32 *data, unsigned char bytes) in cvt_legacy_cmd_to_ump() argument
348 if (bytes > 2) in cvt_legacy_cmd_to_ump()
457 unsigned char bytes; in do_convert_to_ump() local
471 bytes = system_bytes[c & 0x0f]; in do_convert_to_ump()
472 if (!bytes) in do_convert_to_ump()
474 if (bytes == 1) { in do_convert_to_ump()
480 cvt->cmd_bytes = bytes; in do_convert_to_ump()
486 bytes = cmd_bytes[(c >> 4) & 7]; in do_convert_to_ump()
489 cvt->cmd_bytes = bytes; in do_convert_to_ump()