Lines Matching full:cdc
3 * f_acm.c -- USB CDC serial (ACM) function driver
24 * This CDC ACM function support just wraps control functions and
27 * Because CDC ACM is standardized by the USB-IF, many host operating
36 * seem to understand CDC Union descriptors. The new "association"
37 * descriptors (roughly equivalent to CDC Unions) may sometimes help.
59 /* SetControlLineState request -- CDC 1.1 section 6.2.14 (INPUT) */
61 /* SerialState notification -- CDC 1.1 section 6.3.5 (OUTPUT) */
272 [ACM_CTRL_IDX].s = "CDC Abstract Control Model (ACM)",
273 [ACM_DATA_IDX].s = "CDC ACM Data",
274 [ACM_IAD_IDX ].s = "CDC Serial",
340 * CDC class messages; interface activation uses set_alt(). in acm_setup()
342 * Note CDC spec table 4 lists the ACM request profile. It requires in acm_setup()
480 * acm_cdc_notify - issue CDC notification to host
483 * @value: Refer to cdc specs, wValue field.
490 * See section 6.3.5 of the CDC 1.1 specification for information
905 MODULE_DESCRIPTION("USB CDC serial (ACM) function driver");