Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/usb/core/
Dconfig.c330 if (d->bLength < USB_DT_INTERFACE_SIZE) in usb_parse_interface()
359 memcpy(&alt->desc, d, USB_DT_INTERFACE_SIZE); in usb_parse_interface()
485 if (d->bLength < USB_DT_INTERFACE_SIZE) { in usb_parse_configuration()
/linux-4.4.14/drivers/usb/gadget/function/
Df_uvc.c80 .bLength = USB_DT_INTERFACE_SIZE,
117 .bLength = USB_DT_INTERFACE_SIZE,
129 .bLength = USB_DT_INTERFACE_SIZE,
Df_uac1.c38 .bLength = USB_DT_INTERFACE_SIZE,
132 .bLength = USB_DT_INTERFACE_SIZE,
141 .bLength = USB_DT_INTERFACE_SIZE,
Df_acm.c111 .bLength = USB_DT_INTERFACE_SIZE,
122 .bLength = USB_DT_INTERFACE_SIZE,
Df_serial.c46 .bLength = USB_DT_INTERFACE_SIZE,
Df_sourcesink.c70 .bLength = USB_DT_INTERFACE_SIZE,
80 .bLength = USB_DT_INTERFACE_SIZE,
Df_midi.c105 .bLength = USB_DT_INTERFACE_SIZE,
127 .bLength = USB_DT_INTERFACE_SIZE,
/linux-4.4.14/include/uapi/linux/usb/
Dch9.h364 #define USB_DT_INTERFACE_SIZE 9 macro