Searched refs:USB_DT_INTERFACE_SIZE (Results 1 – 10 of 10) sorted by relevance
/linux/drivers/usb/gadget/function/ |
H A D | f_uac1_legacy.c | 35 .bLength = USB_DT_INTERFACE_SIZE, 129 .bLength = USB_DT_INTERFACE_SIZE, 138 .bLength = USB_DT_INTERFACE_SIZE,
|
H A D | f_uvc.c | 75 .bLength = USB_DT_INTERFACE_SIZE, 112 .bLength = USB_DT_INTERFACE_SIZE, 124 .bLength = USB_DT_INTERFACE_SIZE,
|
H A D | f_uac1.c | 76 .bLength = USB_DT_INTERFACE_SIZE, 141 .bLength = USB_DT_INTERFACE_SIZE, 150 .bLength = USB_DT_INTERFACE_SIZE, 159 .bLength = USB_DT_INTERFACE_SIZE, 168 .bLength = USB_DT_INTERFACE_SIZE,
|
H A D | f_serial.c | 43 .bLength = USB_DT_INTERFACE_SIZE,
|
H A D | f_acm.c | 99 .bLength = USB_DT_INTERFACE_SIZE, 110 .bLength = USB_DT_INTERFACE_SIZE,
|
H A D | f_sourcesink.c | 61 .bLength = USB_DT_INTERFACE_SIZE, 71 .bLength = USB_DT_INTERFACE_SIZE,
|
H A D | f_midi.c | 121 .bLength = USB_DT_INTERFACE_SIZE, 143 .bLength = USB_DT_INTERFACE_SIZE,
|
H A D | f_midi2.c | 209 .bLength = USB_DT_INTERFACE_SIZE, 231 .bLength = USB_DT_INTERFACE_SIZE, 294 .bLength = USB_DT_INTERFACE_SIZE,
|
/linux/drivers/usb/core/ |
H A D | config.c | 569 if (d->bLength < USB_DT_INTERFACE_SIZE) in usb_parse_interface() 598 memcpy(&alt->desc, d, USB_DT_INTERFACE_SIZE); in usb_parse_interface() 726 if (d->bLength < USB_DT_INTERFACE_SIZE) { in usb_parse_configuration()
|
/linux/drivers/usb/gadget/udc/aspeed-vhub/ |
H A D | hub.c | 94 USB_DT_INTERFACE_SIZE + \ 111 .bLength = USB_DT_INTERFACE_SIZE,
|