Home
last modified time | relevance | path

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

/Linux-v5.10/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-v5.10/drivers/usb/core/
Dconfig.c515 if (d->bLength < USB_DT_INTERFACE_SIZE) in usb_parse_interface()
544 memcpy(&alt->desc, d, USB_DT_INTERFACE_SIZE); in usb_parse_interface()
672 if (d->bLength < USB_DT_INTERFACE_SIZE) { in usb_parse_configuration()
/Linux-v5.10/drivers/usb/gadget/udc/aspeed-vhub/
Dhub.c87 USB_DT_INTERFACE_SIZE + \
104 .bLength = USB_DT_INTERFACE_SIZE,
/Linux-v5.10/include/uapi/linux/usb/
Dch9.h402 #define USB_DT_INTERFACE_SIZE 9 macro