Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/usb/gadget/function/
Df_sourcesink.c200 .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,
Df_loopback.c119 .bLength = USB_DT_SS_EP_COMP_SIZE,
135 .bLength = USB_DT_SS_EP_COMP_SIZE,
/linux-4.4.14/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.4.14/include/uapi/linux/usb/
Dch9.h626 #define USB_DT_SS_EP_COMP_SIZE 6 macro