Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/usb/gadget/function/
Dstorage_common.c132 .bDescriptorType = USB_DT_SS_ENDPOINT_COMP,
150 .bDescriptorType = USB_DT_SS_ENDPOINT_COMP,
Df_sourcesink.c201 .bDescriptorType = USB_DT_SS_ENDPOINT_COMP,
218 .bDescriptorType = USB_DT_SS_ENDPOINT_COMP,
236 .bDescriptorType = USB_DT_SS_ENDPOINT_COMP,
254 .bDescriptorType = USB_DT_SS_ENDPOINT_COMP,
Df_loopback.c120 .bDescriptorType = USB_DT_SS_ENDPOINT_COMP,
136 .bDescriptorType = USB_DT_SS_ENDPOINT_COMP,
Df_ecm.c299 .bDescriptorType = USB_DT_SS_ENDPOINT_COMP,
327 .bDescriptorType = USB_DT_SS_ENDPOINT_COMP,
Df_serial.c118 .bDescriptorType = USB_DT_SS_ENDPOINT_COMP,
Df_rndis.c295 .bDescriptorType = USB_DT_SS_ENDPOINT_COMP,
323 .bDescriptorType = USB_DT_SS_ENDPOINT_COMP,
Df_subset.c217 .bDescriptorType = USB_DT_SS_ENDPOINT_COMP,
Df_uvc.c102 .bDescriptorType = USB_DT_SS_ENDPOINT_COMP,
176 .bDescriptorType = USB_DT_SS_ENDPOINT_COMP,
Df_eem.c134 .bDescriptorType = USB_DT_SS_ENDPOINT_COMP,
Df_printer.c192 .bDescriptorType = USB_DT_SS_ENDPOINT_COMP,
204 .bDescriptorType = USB_DT_SS_ENDPOINT_COMP,
Df_acm.c256 .bDescriptorType = USB_DT_SS_ENDPOINT_COMP,
Df_fs.c1807 case USB_DT_SS_ENDPOINT_COMP: in ffs_do_single_desc()
/linux-4.4.14/drivers/usb/gadget/legacy/
Dtcm_usb_gadget.c1793 .bDescriptorType = USB_DT_SS_ENDPOINT_COMP,
1801 .bDescriptorType = USB_DT_SS_ENDPOINT_COMP,
1836 .bDescriptorType = USB_DT_SS_ENDPOINT_COMP,
1842 .bDescriptorType = USB_DT_SS_ENDPOINT_COMP,
1876 .bDescriptorType = USB_DT_SS_ENDPOINT_COMP,
1911 .bDescriptorType = USB_DT_SS_ENDPOINT_COMP,
/linux-4.4.14/drivers/usb/core/
Dconfig.c57 if (desc->bDescriptorType != USB_DT_SS_ENDPOINT_COMP || in usb_parse_ss_endpoint_companion()
72 ep->ss_ep_comp.bDescriptorType = USB_DT_SS_ENDPOINT_COMP; in usb_parse_ss_endpoint_companion()
Dhcd.c356 USB_DT_SS_ENDPOINT_COMP, /* __u8 ss_bDescriptorType; SuperSpeed EP */
/linux-4.4.14/include/uapi/linux/usb/
Dch9.h236 #define USB_DT_SS_ENDPOINT_COMP 0x30 macro
/linux-4.4.14/drivers/usb/gadget/
Dcomposite.c161 (comp_desc->bDescriptorType != USB_DT_SS_ENDPOINT_COMP)) in config_ep_by_speed()