Searched refs:USB_DT_INTERFACE_SIZE (Results 1 – 8 of 8) sorted by relevance
/linux-4.1.27/drivers/usb/core/ |
D | config.c | 330 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.1.27/drivers/usb/gadget/function/ |
D | f_uac1.c | 38 .bLength = USB_DT_INTERFACE_SIZE, 132 .bLength = USB_DT_INTERFACE_SIZE, 141 .bLength = USB_DT_INTERFACE_SIZE,
|
D | f_uvc.c | 80 .bLength = USB_DT_INTERFACE_SIZE, 117 .bLength = USB_DT_INTERFACE_SIZE, 129 .bLength = USB_DT_INTERFACE_SIZE,
|
D | f_serial.c | 47 .bLength = USB_DT_INTERFACE_SIZE,
|
D | f_acm.c | 112 .bLength = USB_DT_INTERFACE_SIZE, 123 .bLength = USB_DT_INTERFACE_SIZE,
|
D | f_sourcesink.c | 76 .bLength = USB_DT_INTERFACE_SIZE, 86 .bLength = USB_DT_INTERFACE_SIZE,
|
D | f_midi.c | 105 .bLength = USB_DT_INTERFACE_SIZE, 127 .bLength = USB_DT_INTERFACE_SIZE,
|
/linux-4.1.27/include/uapi/linux/usb/ |
D | ch9.h | 364 #define USB_DT_INTERFACE_SIZE 9 macro
|