Home
last modified time | relevance | path

Searched refs:USB_DT_SS_ENDPOINT_COMP (Results 1 – 22 of 22) sorted by relevance

/Linux-v4.19/drivers/usb/gadget/function/
Dstorage_common.c126 .bDescriptorType = USB_DT_SS_ENDPOINT_COMP,
144 .bDescriptorType = USB_DT_SS_ENDPOINT_COMP,
Df_loopback.c116 .bDescriptorType = USB_DT_SS_ENDPOINT_COMP,
132 .bDescriptorType = USB_DT_SS_ENDPOINT_COMP,
Df_sourcesink.c192 .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,
Df_tcm.c1808 .bDescriptorType = USB_DT_SS_ENDPOINT_COMP,
1816 .bDescriptorType = USB_DT_SS_ENDPOINT_COMP,
1851 .bDescriptorType = USB_DT_SS_ENDPOINT_COMP,
1857 .bDescriptorType = USB_DT_SS_ENDPOINT_COMP,
1891 .bDescriptorType = USB_DT_SS_ENDPOINT_COMP,
1926 .bDescriptorType = USB_DT_SS_ENDPOINT_COMP,
Df_ecm.c295 .bDescriptorType = USB_DT_SS_ENDPOINT_COMP,
323 .bDescriptorType = USB_DT_SS_ENDPOINT_COMP,
Df_serial.c115 .bDescriptorType = USB_DT_SS_ENDPOINT_COMP,
Df_subset.c213 .bDescriptorType = USB_DT_SS_ENDPOINT_COMP,
Df_rndis.c291 .bDescriptorType = USB_DT_SS_ENDPOINT_COMP,
319 .bDescriptorType = USB_DT_SS_ENDPOINT_COMP,
Df_uvc.c101 .bDescriptorType = USB_DT_SS_ENDPOINT_COMP,
175 .bDescriptorType = USB_DT_SS_ENDPOINT_COMP,
Df_hid.c114 .bDescriptorType = USB_DT_SS_ENDPOINT_COMP,
135 .bDescriptorType = USB_DT_SS_ENDPOINT_COMP,
Df_eem.c130 .bDescriptorType = USB_DT_SS_ENDPOINT_COMP,
Df_midi.c170 .bDescriptorType = USB_DT_SS_ENDPOINT_COMP,
194 .bDescriptorType = USB_DT_SS_ENDPOINT_COMP,
Df_printer.c179 .bDescriptorType = USB_DT_SS_ENDPOINT_COMP,
191 .bDescriptorType = USB_DT_SS_ENDPOINT_COMP,
Df_ncm.c348 .bDescriptorType = USB_DT_SS_ENDPOINT_COMP,
376 .bDescriptorType = USB_DT_SS_ENDPOINT_COMP,
Df_acm.c253 .bDescriptorType = USB_DT_SS_ENDPOINT_COMP,
Df_fs.c2031 case USB_DT_SS_ENDPOINT_COMP: in ffs_do_single_desc()
/Linux-v4.19/tools/usb/
Dffs-test.c214 .bDescriptorType = USB_DT_SS_ENDPOINT_COMP,
229 .bDescriptorType = USB_DT_SS_ENDPOINT_COMP,
/Linux-v4.19/drivers/usb/dwc3/
Ddebug.h354 case USB_DT_SS_ENDPOINT_COMP: in dwc3_decode_get_set_descriptor()
/Linux-v4.19/drivers/usb/core/
Dconfig.c84 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()
Dhcd.c365 USB_DT_SS_ENDPOINT_COMP, /* __u8 ss_bDescriptorType; SuperSpeed EP */
/Linux-v4.19/include/uapi/linux/usb/
Dch9.h265 #define USB_DT_SS_ENDPOINT_COMP 0x30 macro
/Linux-v4.19/drivers/usb/gadget/
Dcomposite.c214 (comp_desc->bDescriptorType != USB_DT_SS_ENDPOINT_COMP)) in config_ep_by_speed()