Searched refs:USB_DT_INTERFACE_SIZE (Results 1 – 10 of 10) sorted by relevance
/linux-6.1.9/drivers/usb/gadget/function/ ! |
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 | 78 .bLength = USB_DT_INTERFACE_SIZE, 115 .bLength = USB_DT_INTERFACE_SIZE, 127 .bLength = USB_DT_INTERFACE_SIZE,
|
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,
|
D | f_serial.c | 43 .bLength = USB_DT_INTERFACE_SIZE,
|
D | f_acm.c | 98 .bLength = USB_DT_INTERFACE_SIZE, 109 .bLength = USB_DT_INTERFACE_SIZE,
|
D | f_sourcesink.c | 61 .bLength = USB_DT_INTERFACE_SIZE, 71 .bLength = USB_DT_INTERFACE_SIZE,
|
D | f_midi.c | 120 .bLength = USB_DT_INTERFACE_SIZE, 142 .bLength = USB_DT_INTERFACE_SIZE,
|
/linux-6.1.9/drivers/usb/core/ ! |
D | config.c | 515 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-6.1.9/drivers/usb/gadget/udc/aspeed-vhub/ ! |
D | hub.c | 94 USB_DT_INTERFACE_SIZE + \ 111 .bLength = USB_DT_INTERFACE_SIZE,
|
/linux-6.1.9/include/uapi/linux/usb/ ! |
D | ch9.h | 402 #define USB_DT_INTERFACE_SIZE 9 macro
|