/openbmc/linux/drivers/usb/gadget/function/ |
H A D | storage_common.c | 127 .bDescriptorType = USB_DT_SS_ENDPOINT_COMP, 145 .bDescriptorType = USB_DT_SS_ENDPOINT_COMP,
|
H A D | f_loopback.c | 116 .bDescriptorType = USB_DT_SS_ENDPOINT_COMP, 132 .bDescriptorType = USB_DT_SS_ENDPOINT_COMP,
|
H A D | f_sourcesink.c | 192 .bDescriptorType = USB_DT_SS_ENDPOINT_COMP, 209 .bDescriptorType = USB_DT_SS_ENDPOINT_COMP, 227 .bDescriptorType = USB_DT_SS_ENDPOINT_COMP, 245 .bDescriptorType = USB_DT_SS_ENDPOINT_COMP,
|
H A D | f_tcm.c | 1745 .bDescriptorType = USB_DT_SS_ENDPOINT_COMP, 1753 .bDescriptorType = USB_DT_SS_ENDPOINT_COMP, 1788 .bDescriptorType = USB_DT_SS_ENDPOINT_COMP, 1794 .bDescriptorType = USB_DT_SS_ENDPOINT_COMP, 1828 .bDescriptorType = USB_DT_SS_ENDPOINT_COMP, 1863 .bDescriptorType = USB_DT_SS_ENDPOINT_COMP,
|
H A D | f_serial.c | 115 .bDescriptorType = USB_DT_SS_ENDPOINT_COMP,
|
H A D | f_ecm.c | 285 .bDescriptorType = USB_DT_SS_ENDPOINT_COMP, 313 .bDescriptorType = USB_DT_SS_ENDPOINT_COMP,
|
H A D | f_subset.c | 213 .bDescriptorType = USB_DT_SS_ENDPOINT_COMP,
|
H A D | f_rndis.c | 280 .bDescriptorType = USB_DT_SS_ENDPOINT_COMP, 308 .bDescriptorType = USB_DT_SS_ENDPOINT_COMP,
|
H A D | f_uvc.c | 97 .bDescriptorType = USB_DT_SS_ENDPOINT_COMP, 174 .bDescriptorType = USB_DT_SS_ENDPOINT_COMP,
|
H A D | f_uac2.c | 296 .bDescriptorType = USB_DT_SS_ENDPOINT_COMP, 377 .bDescriptorType = USB_DT_SS_ENDPOINT_COMP, 427 .bDescriptorType = USB_DT_SS_ENDPOINT_COMP, 511 .bDescriptorType = USB_DT_SS_ENDPOINT_COMP,
|
H A D | f_eem.c | 135 .bDescriptorType = USB_DT_SS_ENDPOINT_COMP,
|
H A D | f_midi.c | 170 .bDescriptorType = USB_DT_SS_ENDPOINT_COMP, 194 .bDescriptorType = USB_DT_SS_ENDPOINT_COMP,
|
H A D | f_hid.c | 141 .bDescriptorType = USB_DT_SS_ENDPOINT_COMP, 162 .bDescriptorType = USB_DT_SS_ENDPOINT_COMP,
|
H A D | f_midi2.c | 260 .bDescriptorType = USB_DT_SS_ENDPOINT_COMP, 281 .bDescriptorType = USB_DT_SS_ENDPOINT_COMP, 318 .bDescriptorType = USB_DT_SS_ENDPOINT_COMP, 328 .bDescriptorType = USB_DT_SS_ENDPOINT_COMP,
|
H A D | f_ncm.c | 335 .bDescriptorType = USB_DT_SS_ENDPOINT_COMP, 363 .bDescriptorType = USB_DT_SS_ENDPOINT_COMP,
|
H A D | f_printer.c | 185 .bDescriptorType = USB_DT_SS_ENDPOINT_COMP, 197 .bDescriptorType = USB_DT_SS_ENDPOINT_COMP,
|
H A D | f_acm.c | 243 .bDescriptorType = USB_DT_SS_ENDPOINT_COMP,
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/android-tools/android-tools/core/ |
H A D | 0014-add-u3-ss-descriptor-support-for-adb.patch | 189 + .bDescriptorType = USB_DT_SS_ENDPOINT_COMP, 251 + .bDescriptorType = USB_DT_SS_ENDPOINT_COMP,
|
/openbmc/linux/tools/usb/ |
H A D | ffs-test.c | 201 .bDescriptorType = USB_DT_SS_ENDPOINT_COMP, 216 .bDescriptorType = USB_DT_SS_ENDPOINT_COMP,
|
/openbmc/linux/drivers/usb/common/ |
H A D | debug.c | 154 case USB_DT_SS_ENDPOINT_COMP: in usb_decode_get_set_descriptor()
|
/openbmc/u-boot/include/linux/usb/ |
H A D | ch9.h | 231 #define USB_DT_SS_ENDPOINT_COMP 0x30 macro
|
/openbmc/linux/drivers/usb/core/ |
H A D | config.c | 84 if (desc->bDescriptorType != USB_DT_SS_ENDPOINT_COMP || in usb_parse_ss_endpoint_companion() 99 ep->ss_ep_comp.bDescriptorType = USB_DT_SS_ENDPOINT_COMP; in usb_parse_ss_endpoint_companion()
|
H A D | hcd.c | 342 USB_DT_SS_ENDPOINT_COMP, /* __u8 ss_bDescriptorType; SuperSpeed EP */
|
/openbmc/linux/include/uapi/linux/usb/ |
H A D | ch9.h | 262 #define USB_DT_SS_ENDPOINT_COMP 0x30 macro
|
/openbmc/u-boot/common/ |
H A D | usb.c | 476 case USB_DT_SS_ENDPOINT_COMP: in usb_parse_config()
|