Searched refs:USB_DT_SS_EP_COMP_SIZE (Results 1 – 4 of 4) sorted by relevance
124 .bLength = USB_DT_SS_EP_COMP_SIZE,140 .bLength = USB_DT_SS_EP_COMP_SIZE,
206 .bLength = USB_DT_SS_EP_COMP_SIZE,223 .bLength = USB_DT_SS_EP_COMP_SIZE,241 .bLength = USB_DT_SS_EP_COMP_SIZE,259 .bLength = USB_DT_SS_EP_COMP_SIZE,
58 size < USB_DT_SS_EP_COMP_SIZE) { in usb_parse_ss_endpoint_companion()71 ep->ss_ep_comp.bLength = USB_DT_SS_EP_COMP_SIZE; in usb_parse_ss_endpoint_companion()80 memcpy(&ep->ss_ep_comp, desc, USB_DT_SS_EP_COMP_SIZE); in usb_parse_ss_endpoint_companion()
626 #define USB_DT_SS_EP_COMP_SIZE 6 macro