Lines Matching full:cdc
3 * f_ecm.c -- USB CDC Ethernet (ECM) link function driver
23 * This function is a "CDC Ethernet Networking Control Model" (CDC ECM)
32 * "Ethernet Emulation Model" (CDC EEM) hasn't yet caught on.
77 * Some drivers (like Linux 2.4 cdc-ether!) "need" it to exist even
79 * can provide. More advanced cdc configurations might want to support
204 /* CDC ECM control descriptors */
253 /* CDC ECM control descriptors */
321 /* CDC ECM control descriptors */
345 [0].s = "CDC Ethernet Control Model (ECM)",
347 [2].s = "CDC Ethernet Data",
348 [3].s = "CDC ECM",
423 /* NOTE on most versions of Linux, host side cdc-ethernet in ecm_notify()
468 * CDC class messages; interface activation uses set_alt(). in ecm_setup()
564 /* CDC Ethernet only sends data in non-default altsettings. in ecm_set_alt()
744 * don't treat it that way. It's simpler, and some newer CDC in ecm_bind()
791 DBG(cdev, "CDC Ethernet: IN/%s OUT/%s NOTIFY/%s\n", in ecm_bind()
940 /* export host's Ethernet address in CDC format */ in ecm_alloc()
969 MODULE_DESCRIPTION("USB CDC Ethernet (ECM) link function driver");