• Home
  • Raw
  • Download

Lines Matching full:cdc

3  * CDC Ethernet based networking peripherals
18 #include <linux/usb/cdc.h>
97 * all pure cdc, except for certain firmware workarounds, and knowing
120 * from a Broadcom design) put CDC descriptors here in usbnet_generic_cdc_bind()
124 dev_dbg(&intf->dev, "CDC descriptors on config\n"); in usbnet_generic_cdc_bind()
127 /* Maybe CDC descriptors are after the endpoint? This bug has in usbnet_generic_cdc_bind()
140 "CDC descriptors on endpoint\n"); in usbnet_generic_cdc_bind()
144 * of cdc-acm, it'll fail RNDIS requests cleanly. in usbnet_generic_cdc_bind()
186 dev_dbg(&intf->dev, "bogus CDC Union\n"); in usbnet_generic_cdc_bind()
247 * CDC descriptors, so we'll hard-wire the interfaces and not check in usbnet_generic_cdc_bind()
250 * Some Android RNDIS devices have a CDC Union descriptor pointing in usbnet_generic_cdc_bind()
266 dev_dbg(&intf->dev, "missing cdc %s%s%sdescriptor\n", in usbnet_generic_cdc_bind()
290 /* status endpoint: optional for CDC Ethernet, not RNDIS (or ACM) */ in usbnet_generic_cdc_bind()
316 dev_info(&dev->udev->dev, "bad CDC descriptors\n"); in usbnet_generic_cdc_bind()
406 netif_dbg(dev, timer, dev->net, "CDC: carrier %s\n", in usbnet_cdc_status()
411 netif_dbg(dev, timer, dev->net, "CDC: speed change (len %d)\n", in usbnet_cdc_status()
422 netdev_err(dev->net, "CDC: unexpected notification %02x!\n", in usbnet_cdc_status()
500 netif_dbg(dev, timer, dev->net, "CDC: carrier %s\n", in usbnet_cdc_zte_status()
511 .description = "CDC Ethernet Device",
521 .description = "ZTE CDC Ethernet Device",
563 * with the CDC Ethernet specs. Minor braindamage we cope with; when
579 * wire-incompatible with true CDC Ethernet implementations.
593 * advertising false "CDC MDLM" compatibility ... but we're not
927 * CDC Ether uses two interfaces, not necessarily consecutive.
930 * CDC ether.
1045 MODULE_DESCRIPTION("USB CDC Ethernet devices");