Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/sound/usb/line6/
H A Dpod.c429 | LINE6_CAP_CONTROL_MIDI
442 | LINE6_CAP_CONTROL_MIDI
455 | LINE6_CAP_CONTROL_MIDI
468 | LINE6_CAP_CONTROL_MIDI,
478 | LINE6_CAP_CONTROL_MIDI
491 | LINE6_CAP_CONTROL_MIDI
504 | 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()
501 if (properties->capabilities & LINE6_CAP_CONTROL_MIDI) { in line6_get_usb_properties()
698 if (line6->properties->capabilities & LINE6_CAP_CONTROL_MIDI) { in line6_init_cap_control()
H A Dvariax.c197 | LINE6_CAP_CONTROL_MIDI,
208 | LINE6_CAP_CONTROL_MIDI,
H A Ddriver.h108 LINE6_CAP_CONTROL_MIDI = 1 << 4, enumerator
H A Dmidi.c262 if (!(line6->properties->capabilities & LINE6_CAP_CONTROL_MIDI)) { in line6_init_midi()