Lines Matching full:cdc

3  * CDC Ethernet based networking peripherals
18 #include <linux/usb/cdc.h>
109 * all pure cdc, except for certain firmware workarounds, and knowing
132 * from a Broadcom design) put CDC descriptors here in usbnet_generic_cdc_bind()
136 dev_dbg(&intf->dev, "CDC descriptors on config\n"); in usbnet_generic_cdc_bind()
139 /* Maybe CDC descriptors are after the endpoint? This bug has in usbnet_generic_cdc_bind()
152 "CDC descriptors on endpoint\n"); in usbnet_generic_cdc_bind()
156 * of cdc-acm, it'll fail RNDIS requests cleanly. in usbnet_generic_cdc_bind()
198 dev_dbg(&intf->dev, "bogus CDC Union\n"); in usbnet_generic_cdc_bind()
259 * CDC descriptors, so we'll hard-wire the interfaces and not check in usbnet_generic_cdc_bind()
262 * Some Android RNDIS devices have a CDC Union descriptor pointing in usbnet_generic_cdc_bind()
278 dev_dbg(&intf->dev, "missing cdc %s%s%sdescriptor\n", in usbnet_generic_cdc_bind()
302 /* status endpoint: optional for CDC Ethernet, not RNDIS (or ACM) */ in usbnet_generic_cdc_bind()
331 dev_info(&dev->udev->dev, "bad CDC descriptors\n"); in usbnet_generic_cdc_bind()
419 netif_dbg(dev, timer, dev->net, "CDC: carrier %s\n", in usbnet_cdc_status()
425 netif_dbg(dev, timer, dev->net, "CDC: speed change (len %d)\n", in usbnet_cdc_status()
436 netdev_err(dev->net, "CDC: unexpected notification %02x!\n", in usbnet_cdc_status()
515 netif_dbg(dev, timer, dev->net, "CDC: carrier %s\n", in usbnet_cdc_zte_status()
526 .description = "CDC Ethernet Device",
536 .description = "ZTE CDC Ethernet Device",
578 * with the CDC Ethernet specs. Minor braindamage we cope with; when
594 * wire-incompatible with true CDC Ethernet implementations.
608 * advertising false "CDC MDLM" compatibility ... but we're not
828 * CDC Ether uses two interfaces, not necessarily consecutive.
831 * CDC ether.
970 MODULE_DESCRIPTION("USB CDC Ethernet devices");