Home
last modified time | relevance | path

Searched refs:ctrl_caps (Results 1 – 6 of 6) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/usb/class/
H A Dcdc-acm.h127 unsigned int ctrl_caps; /* control capabilities from the class specific header */ member
H A Dcdc-acm.c259 return sprintf(buf, "%d", acm->ctrl_caps); in bmCapabilities_show()
669 if (res && (acm->ctrl_caps & USB_CDC_CAP_LINE)) in acm_port_dtr_rts()
1363 acm->ctrl_caps = h.usb_cdc_acm_descriptor->bmCapabilities; in acm_probe()
1365 acm->ctrl_caps &= ~USB_CDC_CAP_LINE; in acm_probe()
/OK3568_Linux_fs/kernel/drivers/usb/serial/
H A Dxr_usb_serial_common.h143 unsigned int ctrl_caps; /* control capabilities from the class specific header */ member
H A Dxr_usb_serial_common.c232 return sprintf(buf, "%d", xr_usb_serial->ctrl_caps); in show_caps()
626 (xr_usb_serial->ctrl_caps & USB_CDC_CAP_LINE)) in xr_usb_serial_port_activate()
1542 xr_usb_serial->ctrl_caps = ac_management_function; in xr_usb_serial_probe()
1544 xr_usb_serial->ctrl_caps &= ~USB_CDC_CAP_LINE; in xr_usb_serial_probe()
/OK3568_Linux_fs/kernel/drivers/video/fbdev/omap/
H A Domapfb_main.c48 static const struct caps_table_struct ctrl_caps[] = { variable
1269 for (i = 0; i < ARRAY_SIZE(ctrl_caps) && in omapfb_show_caps_text()
1271 if (ctrl_caps[i].flag & caps.ctrl) in omapfb_show_caps_text()
1273 " %s\n", ctrl_caps[i].name); in omapfb_show_caps_text()
/OK3568_Linux_fs/kernel/sound/soc/codecs/
H A Dwm_adsp.c533 static const struct wm_adsp_fw_caps ctrl_caps[] = { variable
581 .num_caps = ARRAY_SIZE(ctrl_caps),
582 .caps = ctrl_caps,