Searched refs:USB_DT_SS_EP_COMP_SIZE (Results 1 – 7 of 7) sorted by relevance
/openbmc/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,
|
/openbmc/u-boot/common/ |
H A D | usb.c | 477 if (head->bLength != USB_DT_SS_EP_COMP_SIZE) { in usb_parse_config() 482 if (index + USB_DT_SS_EP_COMP_SIZE > in usb_parse_config() 493 USB_DT_SS_EP_COMP_SIZE); in usb_parse_config()
|
/openbmc/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,
|
/openbmc/linux/drivers/usb/core/ |
H A D | config.c | 85 size < USB_DT_SS_EP_COMP_SIZE) { in usb_parse_ss_endpoint_companion() 98 ep->ss_ep_comp.bLength = USB_DT_SS_EP_COMP_SIZE; in usb_parse_ss_endpoint_companion() 108 memcpy(&ep->ss_ep_comp, desc, USB_DT_SS_EP_COMP_SIZE); in usb_parse_ss_endpoint_companion()
|
/openbmc/u-boot/include/linux/usb/ |
H A D | ch9.h | 666 #define USB_DT_SS_EP_COMP_SIZE 6 macro
|
/openbmc/linux/include/uapi/linux/usb/ |
H A D | ch9.h | 698 #define USB_DT_SS_EP_COMP_SIZE 6 macro
|