Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/usb/gadget/function/
Df_loopback.c124 .bLength = USB_DT_SS_EP_COMP_SIZE,
140 .bLength = USB_DT_SS_EP_COMP_SIZE,
Df_sourcesink.c206 .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,
/linux-4.1.27/drivers/usb/core/
Dconfig.c58 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()
/linux-4.1.27/include/uapi/linux/usb/
Dch9.h626 #define USB_DT_SS_EP_COMP_SIZE 6 macro