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.
88 * Some drivers (like Linux 2.4 cdc-ether!) "need" it to exist even
90 * can provide. More advanced cdc configurations might want to support
215 /* CDC ECM control descriptors */
264 /* CDC ECM control descriptors */
332 /* CDC ECM control descriptors */
356 [0].s = "CDC Ethernet Control Model (ECM)",
358 [2].s = "CDC Ethernet Data",
359 [3].s = "CDC ECM",
434 /* NOTE on most versions of Linux, host side cdc-ethernet in ecm_notify()
479 * CDC class messages; interface activation uses set_alt(). in ecm_setup()
575 /* CDC Ethernet only sends data in non-default altsettings. in ecm_set_alt()
759 * don't treat it that way. It's simpler, and some newer CDC in ecm_bind()
806 DBG(cdev, "CDC Ethernet: %s speed IN/%s OUT/%s NOTIFY/%s\n", in ecm_bind()
937 /* export host's Ethernet address in CDC format */ in ecm_alloc()