Home
last modified time | relevance | path

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

/openbmc/linux/sound/usb/line6/
H A Dpod.c430 | LINE6_CAP_CONTROL_MIDI
443 | LINE6_CAP_CONTROL_MIDI
456 | LINE6_CAP_CONTROL_MIDI
469 | LINE6_CAP_CONTROL_MIDI,
479 | LINE6_CAP_CONTROL_MIDI
492 | LINE6_CAP_CONTROL_MIDI
505 | LINE6_CAP_CONTROL_MIDI
H A Dvariax.c197 | LINE6_CAP_CONTROL_MIDI,
208 | LINE6_CAP_CONTROL_MIDI,
H A Ddriver.c66 if (line6->properties->capabilities & LINE6_CAP_CONTROL_MIDI) { in line6_start_listen()
112 if (properties->capabilities & LINE6_CAP_CONTROL_MIDI) { in line6_send_raw_message()
162 if (line6->properties->capabilities & LINE6_CAP_CONTROL_MIDI) { in line6_send_raw_message_async_part()
294 if (line6->properties->capabilities & LINE6_CAP_CONTROL_MIDI) { in line6_data_received()
502 if (properties->capabilities & LINE6_CAP_CONTROL_MIDI) { in line6_get_usb_properties()
699 if (line6->properties->capabilities & LINE6_CAP_CONTROL_MIDI) { in line6_init_cap_control()
H A Ddriver.h108 LINE6_CAP_CONTROL_MIDI = 1 << 4, enumerator
H A Dmidi.c264 if (!(line6->properties->capabilities & LINE6_CAP_CONTROL_MIDI)) { in line6_init_midi()