Searched refs:USB_DT_SS_ENDPOINT_COMP (Results 1 – 17 of 17) sorted by relevance
/linux-4.4.14/drivers/usb/gadget/function/ |
D | storage_common.c | 132 .bDescriptorType = USB_DT_SS_ENDPOINT_COMP, 150 .bDescriptorType = USB_DT_SS_ENDPOINT_COMP,
|
D | f_sourcesink.c | 201 .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,
|
D | f_loopback.c | 120 .bDescriptorType = USB_DT_SS_ENDPOINT_COMP, 136 .bDescriptorType = USB_DT_SS_ENDPOINT_COMP,
|
D | f_ecm.c | 299 .bDescriptorType = USB_DT_SS_ENDPOINT_COMP, 327 .bDescriptorType = USB_DT_SS_ENDPOINT_COMP,
|
D | f_serial.c | 118 .bDescriptorType = USB_DT_SS_ENDPOINT_COMP,
|
D | f_rndis.c | 295 .bDescriptorType = USB_DT_SS_ENDPOINT_COMP, 323 .bDescriptorType = USB_DT_SS_ENDPOINT_COMP,
|
D | f_subset.c | 217 .bDescriptorType = USB_DT_SS_ENDPOINT_COMP,
|
D | f_uvc.c | 102 .bDescriptorType = USB_DT_SS_ENDPOINT_COMP, 176 .bDescriptorType = USB_DT_SS_ENDPOINT_COMP,
|
D | f_eem.c | 134 .bDescriptorType = USB_DT_SS_ENDPOINT_COMP,
|
D | f_printer.c | 192 .bDescriptorType = USB_DT_SS_ENDPOINT_COMP, 204 .bDescriptorType = USB_DT_SS_ENDPOINT_COMP,
|
D | f_acm.c | 256 .bDescriptorType = USB_DT_SS_ENDPOINT_COMP,
|
D | f_fs.c | 1807 case USB_DT_SS_ENDPOINT_COMP: in ffs_do_single_desc()
|
/linux-4.4.14/drivers/usb/gadget/legacy/ |
D | tcm_usb_gadget.c | 1793 .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/ |
D | config.c | 57 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()
|
D | hcd.c | 356 USB_DT_SS_ENDPOINT_COMP, /* __u8 ss_bDescriptorType; SuperSpeed EP */
|
/linux-4.4.14/include/uapi/linux/usb/ |
D | ch9.h | 236 #define USB_DT_SS_ENDPOINT_COMP 0x30 macro
|
/linux-4.4.14/drivers/usb/gadget/ |
D | composite.c | 161 (comp_desc->bDescriptorType != USB_DT_SS_ENDPOINT_COMP)) in config_ep_by_speed()
|