Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/sound/usb/line6/
H A Dpod.c396 if (pod->line6.properties->capabilities & LINE6_CAP_CONTROL) { in pod_init()
428 .capabilities = LINE6_CAP_CONTROL
441 .capabilities = LINE6_CAP_CONTROL
454 .capabilities = LINE6_CAP_CONTROL
467 .capabilities = LINE6_CAP_CONTROL
477 .capabilities = LINE6_CAP_CONTROL
490 .capabilities = LINE6_CAP_CONTROL
503 .capabilities = LINE6_CAP_CONTROL
H A 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
H A Dvariax.c196 .capabilities = LINE6_CAP_CONTROL
207 .capabilities = LINE6_CAP_CONTROL
H A 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()
795 if (properties->capabilities & LINE6_CAP_CONTROL) { in line6_probe()
869 if (line6->properties->capabilities & LINE6_CAP_CONTROL) in line6_suspend()
886 if (line6->properties->capabilities & LINE6_CAP_CONTROL) in line6_resume()
H A Ddriver.h100 LINE6_CAP_CONTROL = 1 << 0, enumerator