Searched refs:USB_DT_SS_EP_COMP_SIZE (Results 1 – 4 of 4) sorted by relevance
200 .bLength = USB_DT_SS_EP_COMP_SIZE,217 .bLength = USB_DT_SS_EP_COMP_SIZE,235 .bLength = USB_DT_SS_EP_COMP_SIZE,253 .bLength = USB_DT_SS_EP_COMP_SIZE,
119 .bLength = USB_DT_SS_EP_COMP_SIZE,135 .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