Lines Matching defs:ddev

46 static void usb_parse_ssp_isoc_endpoint_companion(struct device *ddev,
59 dev_notice(ddev, "Invalid SuperSpeedPlus isoc endpoint companion for config %d interface %d altsetting %d ep 0x%X.\n",
66 static void usb_parse_eusb2_isoc_endpoint_companion(struct device *ddev,
93 dev_notice(ddev, "No eUSB2 isoc ep 0x%X companion for config %d interface %d altsetting %d\n",
97 static void usb_parse_ss_endpoint_companion(struct device *ddev, int cfgno,
110 dev_notice(ddev,
117 dev_notice(ddev, "No SuperSpeed endpoint companion for config %d interface %d altsetting %d ep 0x%X: using minimum values\n",
141 dev_notice(ddev, "Control endpoint with bMaxBurst = %d in config %d interface %d altsetting %d ep 0x%X: setting to zero\n",
145 dev_notice(ddev, "Endpoint with bMaxBurst = %d in config %d interface %d altsetting %d ep 0x%X: setting to 15\n",
153 dev_notice(ddev, "%s endpoint with bmAttributes = %d in config %d interface %d altsetting %d ep 0x%X: setting to zero\n",
160 dev_notice(ddev, "Bulk endpoint with more than 65536 streams in config %d interface %d altsetting %d ep 0x%X: setting to max\n",
166 dev_notice(ddev, "Isoc endpoint has Mult of %d in config %d interface %d altsetting %d ep 0x%X: setting to 3\n",
189 dev_notice(ddev, "%s endpoint with wBytesPerInterval of %d in config %d interface %d altsetting %d ep 0x%X: setting to %d\n",
199 usb_parse_ssp_isoc_endpoint_companion(ddev, cfgno, inum, asnum,
278 static int usb_parse_endpoint(struct device *ddev, int cfgno,
283 struct usb_device *udev = to_usb_device(ddev);
302 dev_notice(ddev, "config %d interface %d altsetting %d has an "
310 dev_notice(ddev, "config %d interface %d altsetting %d has an "
329 dev_notice(ddev, "config %d interface %d altsetting %d has an endpoint descriptor with address 0x%X, changing to 0x%X\n",
336 dev_notice(ddev, "config %d interface %d altsetting %d has a duplicate endpoint with address 0x%X, skipping\n",
344 dev_notice(ddev, "config %d interface %d altsetting %d has an ignored endpoint with address 0x%X, skipping\n",
419 dev_notice(ddev, "config %d interface %d altsetting %d "
432 dev_notice(ddev, "config %d interface %d altsetting %d "
452 dev_notice(ddev, "config %d interface %d altsetting %d endpoint 0x%X has invalid wMaxPacketSize 0\n",
482 dev_notice(ddev, "config %d interface %d altsetting %d endpoint 0x%X has invalid maxpacket %d, setting to %d\n",
495 dev_notice(ddev, "config %d interface %d altsetting %d "
504 usb_parse_eusb2_isoc_endpoint_companion(ddev, cfgno, inum, asnum,
509 usb_parse_ss_endpoint_companion(ddev, cfgno,
520 dev_dbg(ddev, "skipped %d descriptor%s after %s\n",
544 static int usb_parse_interface(struct device *ddev, int cfgno,
582 dev_notice(ddev, "Duplicate descriptor for config %d "
599 dev_dbg(ddev, "skipped %d descriptor%s after %s\n",
608 dev_notice(ddev, "too many endpoints for config %d interface %d "
628 retval = usb_parse_endpoint(ddev, cfgno, config, inum, asnum,
639 dev_notice(ddev, "config %d interface %d altsetting %d has %d "
654 struct device *ddev = &dev->dev;
674 dev_notice(ddev, "invalid descriptor for config index %d: "
685 dev_notice(ddev, "config %d has too many interfaces: %d, "
699 dev_notice(ddev, "config %d descriptor has %d excess "
707 dev_notice(ddev, "config %d has an invalid descriptor "
719 dev_notice(ddev, "config %d has an invalid "
729 dev_notice(ddev, "config %d has more interface "
737 dev_notice(ddev, "config %d has an invalid "
762 dev_notice(ddev,
769 dev_notice(ddev, "found more Interface "
780 dev_notice(ddev, "config %d contains an unexpected "
789 dev_notice(ddev, "config %d has %d interface%s, different from "
793 dev_notice(ddev, "config %d has no interfaces?\n", cfgno);
803 dev_notice(ddev, "config %d has no interface number "
811 dev_notice(ddev, "too many alternate settings for "
834 dev_dbg(ddev, "skipped %d descriptor%s after %s\n",
841 retval = usb_parse_interface(ddev, cfgno, config,
860 dev_notice(ddev, "config %d interface %d has no "
909 struct device *ddev = &dev->dev;
917 dev_notice(ddev, "too many configurations: %d, "
923 dev_info(ddev, "Device claims zero configurations, forcing to 1\n");
927 dev_err(ddev, "no configurations\n");
951 dev_err(ddev, "unable to read config index %d "
955 dev_notice(ddev, "chopping to %d config(s)\n", cfgno);
959 dev_err(ddev, "config index %d descriptor too short "
981 dev_err(ddev, "unable to read config index %d "
987 dev_notice(ddev, "config index %d descriptor too short "
1030 struct device *ddev = &dev->dev;
1040 dev_dbg(ddev, "skipping BOS descriptor\n");
1051 dev_notice(ddev, "unable to get BOS descriptor or descriptor too short\n");
1079 dev_notice(ddev, "unable to get BOS descriptor set\n");
1104 dev_notice(ddev, "descriptor type invalid, skip\n");