Home
last modified time | relevance | path

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

/Linux-v4.19/sound/usb/line6/
Dpod.c445 if (pod->line6.properties->capabilities & LINE6_CAP_CONTROL) { in pod_init()
476 .capabilities = LINE6_CAP_CONTROL
489 .capabilities = LINE6_CAP_CONTROL
502 .capabilities = LINE6_CAP_CONTROL
515 .capabilities = LINE6_CAP_CONTROL
525 .capabilities = LINE6_CAP_CONTROL
538 .capabilities = LINE6_CAP_CONTROL
551 .capabilities = LINE6_CAP_CONTROL
Dpodhd.c325 if (pod->line6.properties->capabilities & LINE6_CAP_CONTROL) { in podhd_init()
437 .capabilities = LINE6_CAP_CONTROL | LINE6_CAP_CONTROL_INFO
449 .capabilities = LINE6_CAP_CONTROL | LINE6_CAP_CONTROL_INFO
461 .capabilities = LINE6_CAP_CONTROL
473 .capabilities = LINE6_CAP_CONTROL
Dvariax.c262 .capabilities = LINE6_CAP_CONTROL
273 .capabilities = LINE6_CAP_CONTROL
Ddriver.c516 if (properties->capabilities & LINE6_CAP_CONTROL) { in line6_get_usb_properties()
532 if (properties->capabilities & LINE6_CAP_CONTROL) { in line6_get_usb_properties()
777 if (properties->capabilities & LINE6_CAP_CONTROL) { in line6_probe()
849 if (line6->properties->capabilities & LINE6_CAP_CONTROL) in line6_suspend()
868 if (line6->properties->capabilities & LINE6_CAP_CONTROL) in line6_resume()
Ddriver.h111 LINE6_CAP_CONTROL = 1 << 0, enumerator