Home
last modified time | relevance | path

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

/Linux-v4.19/sound/usb/line6/
Dpod.c477 | LINE6_CAP_CONTROL_MIDI
490 | LINE6_CAP_CONTROL_MIDI
503 | LINE6_CAP_CONTROL_MIDI
516 | LINE6_CAP_CONTROL_MIDI,
526 | LINE6_CAP_CONTROL_MIDI
539 | LINE6_CAP_CONTROL_MIDI
552 | LINE6_CAP_CONTROL_MIDI
Ddriver.c70 if (line6->properties->capabilities & LINE6_CAP_CONTROL_MIDI) { in line6_start_listen()
116 if (properties->capabilities & LINE6_CAP_CONTROL_MIDI) { in line6_send_raw_message()
165 if (line6->properties->capabilities & LINE6_CAP_CONTROL_MIDI) { in line6_send_raw_message_async_part()
308 if (line6->properties->capabilities & LINE6_CAP_CONTROL_MIDI) { in line6_data_received()
517 if (properties->capabilities & LINE6_CAP_CONTROL_MIDI) { in line6_get_usb_properties()
694 if (line6->properties->capabilities & LINE6_CAP_CONTROL_MIDI) { in line6_init_cap_control()
Dvariax.c263 | LINE6_CAP_CONTROL_MIDI,
274 | LINE6_CAP_CONTROL_MIDI,
Ddriver.h119 LINE6_CAP_CONTROL_MIDI = 1 << 4, enumerator
Dmidi.c266 if (!(line6->properties->capabilities & LINE6_CAP_CONTROL_MIDI)) { in line6_init_midi()