Home
last modified time | relevance | path

Searched refs:LINE6_CAP_CONTROL (Results 1 – 6 of 6) sorted by relevance

/linux-4.1.27/sound/usb/line6/
Dpodhd.c119 .capabilities = LINE6_CAP_CONTROL
131 .capabilities = LINE6_CAP_CONTROL
143 .capabilities = LINE6_CAP_CONTROL
155 .capabilities = LINE6_CAP_CONTROL
Dpod.c447 if (pod->line6.properties->capabilities & LINE6_CAP_CONTROL) { in pod_init()
478 .capabilities = LINE6_CAP_CONTROL
490 .capabilities = LINE6_CAP_CONTROL
502 .capabilities = LINE6_CAP_CONTROL
514 .capabilities = LINE6_CAP_CONTROL,
523 .capabilities = LINE6_CAP_CONTROL
535 .capabilities = LINE6_CAP_CONTROL
547 .capabilities = LINE6_CAP_CONTROL
Dvariax.c262 .capabilities = LINE6_CAP_CONTROL,
272 .capabilities = LINE6_CAP_CONTROL,
Ddriver.h94 LINE6_CAP_CONTROL = 1 << 0, enumerator
Ddriver.c570 if (properties->capabilities & LINE6_CAP_CONTROL) { in line6_probe()
641 if (line6->properties->capabilities & LINE6_CAP_CONTROL) in line6_suspend()
660 if (line6->properties->capabilities & LINE6_CAP_CONTROL) in line6_resume()
Dmidi.c261 if (!(line6->properties->capabilities & LINE6_CAP_CONTROL)) { in line6_init_midi()