Searched refs:USB_DT_SS_EP_COMP_SIZE (Results 1 – 5 of 5) sorted by relevance
/linux/drivers/usb/gadget/function/ |
H A D | f_loopback.c | 115 .bLength = USB_DT_SS_EP_COMP_SIZE, 131 .bLength = USB_DT_SS_EP_COMP_SIZE,
|
H A D | f_sourcesink.c | 191 .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/tools/usb/ |
H A D | ffs-test.c | 200 .bLength = USB_DT_SS_EP_COMP_SIZE, 215 .bLength = USB_DT_SS_EP_COMP_SIZE,
|
/linux/drivers/usb/core/ |
H A D | config.c | 110 if (size < USB_DT_SS_EP_COMP_SIZE) { in usb_parse_ss_endpoint_companion() 130 ep->ss_ep_comp.bLength = USB_DT_SS_EP_COMP_SIZE; in usb_parse_ss_endpoint_companion() 140 memcpy(&ep->ss_ep_comp, desc, USB_DT_SS_EP_COMP_SIZE); in usb_parse_ss_endpoint_companion()
|
/linux/net/9p/ |
H A D | trans_usbg.c | 587 .bLength = USB_DT_SS_EP_COMP_SIZE, 603 .bLength = USB_DT_SS_EP_COMP_SIZE,
|