Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/usb/gadget/function/ !
Df_uac1_legacy.c35 .bLength = USB_DT_INTERFACE_SIZE,
129 .bLength = USB_DT_INTERFACE_SIZE,
138 .bLength = USB_DT_INTERFACE_SIZE,
Df_uvc.c78 .bLength = USB_DT_INTERFACE_SIZE,
115 .bLength = USB_DT_INTERFACE_SIZE,
127 .bLength = USB_DT_INTERFACE_SIZE,
Df_uac1.c76 .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,
Df_serial.c43 .bLength = USB_DT_INTERFACE_SIZE,
Df_acm.c98 .bLength = USB_DT_INTERFACE_SIZE,
109 .bLength = USB_DT_INTERFACE_SIZE,
Df_sourcesink.c61 .bLength = USB_DT_INTERFACE_SIZE,
71 .bLength = USB_DT_INTERFACE_SIZE,
Df_midi.c120 .bLength = USB_DT_INTERFACE_SIZE,
142 .bLength = USB_DT_INTERFACE_SIZE,
/linux-6.1.9/drivers/usb/core/ !
Dconfig.c515 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/ !
Dhub.c94 USB_DT_INTERFACE_SIZE + \
111 .bLength = USB_DT_INTERFACE_SIZE,
/linux-6.1.9/include/uapi/linux/usb/ !
Dch9.h402 #define USB_DT_INTERFACE_SIZE 9 macro