Home
last modified time | relevance | path

Searched refs:USB_DT_SS_EP_COMP_SIZE (Results 1 – 6 of 6) sorted by relevance

/linux-6.14.4/drivers/usb/gadget/function/
Df_loopback.c115 .bLength = USB_DT_SS_EP_COMP_SIZE,
131 .bLength = USB_DT_SS_EP_COMP_SIZE,
Df_sourcesink.c191 .bLength = USB_DT_SS_EP_COMP_SIZE,
208 .bLength = USB_DT_SS_EP_COMP_SIZE,
226 .bLength = USB_DT_SS_EP_COMP_SIZE,
244 .bLength = USB_DT_SS_EP_COMP_SIZE,
/linux-6.14.4/tools/usb/
Dffs-test.c200 .bLength = USB_DT_SS_EP_COMP_SIZE,
215 .bLength = USB_DT_SS_EP_COMP_SIZE,
/linux-6.14.4/drivers/usb/core/
Dconfig.c80 size < USB_DT_SS_EP_COMP_SIZE) { in usb_parse_ss_endpoint_companion()
93 ep->ss_ep_comp.bLength = USB_DT_SS_EP_COMP_SIZE; in usb_parse_ss_endpoint_companion()
103 memcpy(&ep->ss_ep_comp, desc, USB_DT_SS_EP_COMP_SIZE); in usb_parse_ss_endpoint_companion()
/linux-6.14.4/net/9p/
Dtrans_usbg.c587 .bLength = USB_DT_SS_EP_COMP_SIZE,
603 .bLength = USB_DT_SS_EP_COMP_SIZE,
/linux-6.14.4/include/uapi/linux/usb/
Dch9.h702 #define USB_DT_SS_EP_COMP_SIZE 6 macro