Home
last modified time | relevance | path

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

/Linux-v5.4/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.c267 if (pod->line6.properties->capabilities & LINE6_CAP_CONTROL) { in podhd_init()
380 .capabilities = LINE6_CAP_CONTROL | LINE6_CAP_CONTROL_INFO
392 .capabilities = LINE6_CAP_CONTROL | LINE6_CAP_CONTROL_INFO
404 .capabilities = LINE6_CAP_CONTROL
416 .capabilities = LINE6_CAP_CONTROL
Dvariax.c202 .capabilities = LINE6_CAP_CONTROL
213 .capabilities = LINE6_CAP_CONTROL
Ddriver.c511 if (properties->capabilities & LINE6_CAP_CONTROL) { in line6_get_usb_properties()
527 if (properties->capabilities & LINE6_CAP_CONTROL) { in line6_get_usb_properties()
782 if (properties->capabilities & LINE6_CAP_CONTROL) { in line6_probe()
856 if (line6->properties->capabilities & LINE6_CAP_CONTROL) in line6_suspend()
873 if (line6->properties->capabilities & LINE6_CAP_CONTROL) in line6_resume()
Ddriver.h100 LINE6_CAP_CONTROL = 1 << 0, enumerator