Home
last modified time | relevance | path

Searched refs:USB_DT_INTERFACE_SIZE (Results 1 – 10 of 10) sorted by relevance

/Linux-v4.19/drivers/usb/gadget/function/
Df_uac1.c53 .bLength = USB_DT_INTERFACE_SIZE,
131 .bLength = USB_DT_INTERFACE_SIZE,
140 .bLength = USB_DT_INTERFACE_SIZE,
149 .bLength = USB_DT_INTERFACE_SIZE,
158 .bLength = USB_DT_INTERFACE_SIZE,
Df_uac1_legacy.c35 .bLength = USB_DT_INTERFACE_SIZE,
129 .bLength = USB_DT_INTERFACE_SIZE,
138 .bLength = USB_DT_INTERFACE_SIZE,
Df_uvc.c79 .bLength = USB_DT_INTERFACE_SIZE,
116 .bLength = USB_DT_INTERFACE_SIZE,
128 .bLength = USB_DT_INTERFACE_SIZE,
Df_acm.c108 .bLength = USB_DT_INTERFACE_SIZE,
119 .bLength = USB_DT_INTERFACE_SIZE,
Df_serial.c43 .bLength = USB_DT_INTERFACE_SIZE,
Df_midi.c120 .bLength = USB_DT_INTERFACE_SIZE,
142 .bLength = USB_DT_INTERFACE_SIZE,
Df_sourcesink.c61 .bLength = USB_DT_INTERFACE_SIZE,
71 .bLength = USB_DT_INTERFACE_SIZE,
/Linux-v4.19/drivers/usb/core/
Dconfig.c453 if (d->bLength < USB_DT_INTERFACE_SIZE) in usb_parse_interface()
482 memcpy(&alt->desc, d, USB_DT_INTERFACE_SIZE); in usb_parse_interface()
610 if (d->bLength < USB_DT_INTERFACE_SIZE) { in usb_parse_configuration()
/Linux-v4.19/drivers/usb/gadget/udc/aspeed-vhub/
Dhub.c93 USB_DT_INTERFACE_SIZE + \
114 .bLength = USB_DT_INTERFACE_SIZE,
/Linux-v4.19/include/uapi/linux/usb/
Dch9.h395 #define USB_DT_INTERFACE_SIZE 9 macro