Searched refs:ctrl_caps (Results 1 - 8 of 8) sorted by relevance
/kernel/linux/linux-5.10/drivers/usb/class/ |
H A D | cdc-acm.h | 127 unsigned int ctrl_caps; /* control capabilities from the class specific header */ member
|
H A D | cdc-acm.c | 259 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() 899 if (!(acm->ctrl_caps & USB_CDC_CAP_BRK)) in acm_tty_break_ctl() 1366 acm->ctrl_caps = h.usb_cdc_acm_descriptor->bmCapabilities; in acm_probe() 1368 acm->ctrl_caps &= ~USB_CDC_CAP_LINE; in acm_probe()
|
/kernel/linux/linux-6.6/drivers/usb/class/ |
H A D | cdc-acm.h | 99 unsigned int ctrl_caps; /* control capabilities from the class specific header */ member
|
H A D | cdc-acm.c | 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() 1366 acm->ctrl_caps = h.usb_cdc_acm_descriptor->bmCapabilities; in acm_probe() 1368 acm->ctrl_caps &= ~USB_CDC_CAP_LINE; in acm_probe()
|
/kernel/linux/linux-5.10/drivers/video/fbdev/omap/ |
H A D | omapfb_main.c | 48 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()
|
/kernel/linux/linux-6.6/drivers/video/fbdev/omap/ |
H A D | omapfb_main.c | 48 static const struct caps_table_struct ctrl_caps[] = { variable 1272 for (i = 0; i < ARRAY_SIZE(ctrl_caps) && in omapfb_show_caps_text() 1274 if (ctrl_caps[i].flag & caps.ctrl) in omapfb_show_caps_text() 1276 " %s\n", ctrl_caps[i].name); in omapfb_show_caps_text()
|
/kernel/linux/linux-6.6/sound/soc/codecs/ |
H A D | wm_adsp.c | 240 static const struct wm_adsp_fw_caps ctrl_caps[] = { variable 288 .num_caps = ARRAY_SIZE(ctrl_caps), 289 .caps = ctrl_caps,
|
/kernel/linux/linux-5.10/sound/soc/codecs/ |
H A D | wm_adsp.c | 533 static const struct wm_adsp_fw_caps ctrl_caps[] = { variable 581 .num_caps = ARRAY_SIZE(ctrl_caps), 582 .caps = ctrl_caps,
|
Completed in 19 milliseconds