Home
last modified time | relevance | path

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

/Linux-v5.10/sound/usb/line6/
Dpod.c401 if (pod->line6.properties->capabilities & LINE6_CAP_CONTROL) { in pod_init()
433 .capabilities = LINE6_CAP_CONTROL
446 .capabilities = LINE6_CAP_CONTROL
459 .capabilities = LINE6_CAP_CONTROL
472 .capabilities = LINE6_CAP_CONTROL
482 .capabilities = LINE6_CAP_CONTROL
495 .capabilities = LINE6_CAP_CONTROL
508 .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.c202 .capabilities = LINE6_CAP_CONTROL
213 .capabilities = LINE6_CAP_CONTROL
Ddriver.c500 if (properties->capabilities & LINE6_CAP_CONTROL) { in line6_get_usb_properties()
516 if (properties->capabilities & LINE6_CAP_CONTROL) { in line6_get_usb_properties()
791 if (properties->capabilities & LINE6_CAP_CONTROL) { in line6_probe()
865 if (line6->properties->capabilities & LINE6_CAP_CONTROL) in line6_suspend()
882 if (line6->properties->capabilities & LINE6_CAP_CONTROL) in line6_resume()
Ddriver.h100 LINE6_CAP_CONTROL = 1 << 0, enumerator