Searched refs:ctrl_caps (Results 1 – 4 of 4) sorted by relevance
99 unsigned int ctrl_caps; /* control capabilities from the class specific header */ member
260 return sprintf(buf, "%d", acm->ctrl_caps); in bmCapabilities_show()680 if (res && (acm->ctrl_caps & USB_CDC_CAP_LINE)) in acm_port_dtr_rts()919 if (!(acm->ctrl_caps & USB_CDC_CAP_BRK)) in acm_tty_break_ctl()1368 acm->ctrl_caps = h.usb_cdc_acm_descriptor->bmCapabilities; in acm_probe()1370 acm->ctrl_caps &= ~USB_CDC_CAP_LINE; in acm_probe()
48 static const struct caps_table_struct ctrl_caps[] = { variable1271 for (i = 0; i < ARRAY_SIZE(ctrl_caps); i++) { in omapfb_show_caps_text()1272 if (ctrl_caps[i].flag & caps.ctrl) in omapfb_show_caps_text()1274 " %s\n", ctrl_caps[i].name); in omapfb_show_caps_text()
241 static const struct wm_adsp_fw_caps ctrl_caps[] = { variable289 .num_caps = ARRAY_SIZE(ctrl_caps),290 .caps = ctrl_caps,