Home
last modified time | relevance | path

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

/sound/usb/line6/
Dpod.c397 if (pod->line6.properties->capabilities & LINE6_CAP_CONTROL) { in pod_init()
429 .capabilities = LINE6_CAP_CONTROL
442 .capabilities = LINE6_CAP_CONTROL
455 .capabilities = LINE6_CAP_CONTROL
468 .capabilities = LINE6_CAP_CONTROL
478 .capabilities = LINE6_CAP_CONTROL
491 .capabilities = LINE6_CAP_CONTROL
504 .capabilities = LINE6_CAP_CONTROL
Dpodhd.c375 if (pod->line6.properties->capabilities & LINE6_CAP_CONTROL) { in podhd_init()
474 .capabilities = LINE6_CAP_PCM | LINE6_CAP_CONTROL
486 .capabilities = LINE6_CAP_CONTROL | LINE6_CAP_CONTROL_INFO
498 .capabilities = LINE6_CAP_CONTROL | LINE6_CAP_CONTROL_INFO
510 .capabilities = LINE6_CAP_CONTROL
522 .capabilities = LINE6_CAP_CONTROL
Dvariax.c196 .capabilities = LINE6_CAP_CONTROL
207 .capabilities = LINE6_CAP_CONTROL
Ddriver.c501 if (properties->capabilities & LINE6_CAP_CONTROL) { in line6_get_usb_properties()
517 if (properties->capabilities & LINE6_CAP_CONTROL) { in line6_get_usb_properties()
796 if (properties->capabilities & LINE6_CAP_CONTROL) { in line6_probe()
870 if (line6->properties->capabilities & LINE6_CAP_CONTROL) in line6_suspend()
887 if (line6->properties->capabilities & LINE6_CAP_CONTROL) in line6_resume()
Ddriver.h100 LINE6_CAP_CONTROL = 1 << 0, enumerator