Searched refs:USB_DT_INTERFACE_SIZE (Results 1 – 10 of 10) sorted by relevance
/Linux-v4.19/drivers/usb/gadget/function/ |
D | f_uac1.c | 53 .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,
|
D | f_uac1_legacy.c | 35 .bLength = USB_DT_INTERFACE_SIZE, 129 .bLength = USB_DT_INTERFACE_SIZE, 138 .bLength = USB_DT_INTERFACE_SIZE,
|
D | f_uvc.c | 79 .bLength = USB_DT_INTERFACE_SIZE, 116 .bLength = USB_DT_INTERFACE_SIZE, 128 .bLength = USB_DT_INTERFACE_SIZE,
|
D | f_acm.c | 108 .bLength = USB_DT_INTERFACE_SIZE, 119 .bLength = USB_DT_INTERFACE_SIZE,
|
D | f_serial.c | 43 .bLength = USB_DT_INTERFACE_SIZE,
|
D | f_midi.c | 120 .bLength = USB_DT_INTERFACE_SIZE, 142 .bLength = USB_DT_INTERFACE_SIZE,
|
D | f_sourcesink.c | 61 .bLength = USB_DT_INTERFACE_SIZE, 71 .bLength = USB_DT_INTERFACE_SIZE,
|
/Linux-v4.19/drivers/usb/core/ |
D | config.c | 453 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/ |
D | hub.c | 93 USB_DT_INTERFACE_SIZE + \ 114 .bLength = USB_DT_INTERFACE_SIZE,
|
/Linux-v4.19/include/uapi/linux/usb/ |
D | ch9.h | 395 #define USB_DT_INTERFACE_SIZE 9 macro
|