Home
last modified time | relevance | path

Searched refs:device_cmd_prefix (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/sound/usb/bcd2000/
H A Dbcd2000.c28 static const unsigned char device_cmd_prefix[] = {0x03, 0x00}; variable
131 BUILD_BUG_ON(sizeof(device_cmd_prefix) >= BUFSIZE); in bcd2000_midi_send()
138 memcpy(bcd2k->midi_out_buf, device_cmd_prefix, in bcd2000_midi_send()
139 sizeof(device_cmd_prefix)); in bcd2000_midi_send()
/kernel/linux/linux-6.6/sound/usb/bcd2000/
H A Dbcd2000.c28 static const unsigned char device_cmd_prefix[] = {0x03, 0x00}; variable
131 BUILD_BUG_ON(sizeof(device_cmd_prefix) >= BUFSIZE); in bcd2000_midi_send()
138 memcpy(bcd2k->midi_out_buf, device_cmd_prefix, in bcd2000_midi_send()
139 sizeof(device_cmd_prefix)); in bcd2000_midi_send()

Completed in 2 milliseconds