Home
last modified time | relevance | path

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

/openbmc/linux/sound/usb/line6/
H A Dmidibuf.c46 this->command_prev = -1; in line6_midibuf_reset()
165 this->command_prev = command; in line6_midibuf_read()
167 if (this->command_prev > 0) { in line6_midibuf_read()
169 midibuf_message_length(this->command_prev); in line6_midibuf_read()
235 data[0] = this->command_prev; in line6_midibuf_read()
H A Dmidibuf.h20 int command_prev; member