Home
last modified time | relevance | path

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

/Linux-v5.15/drivers/usb/gadget/function/
Df_uac1.c72 .bLength = USB_DT_INTERFACE_SIZE,
137 .bLength = USB_DT_INTERFACE_SIZE,
146 .bLength = USB_DT_INTERFACE_SIZE,
155 .bLength = USB_DT_INTERFACE_SIZE,
164 .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.15/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.15/drivers/usb/gadget/udc/aspeed-vhub/
Dhub.c82 USB_DT_INTERFACE_SIZE + \
99 .bLength = USB_DT_INTERFACE_SIZE,
/Linux-v5.15/include/uapi/linux/usb/
Dch9.h402 #define USB_DT_INTERFACE_SIZE 9 macro