Searched refs:USB_DT_SS_ENDPOINT_COMP (Results 1 – 16 of 16) sorted by relevance
/linux-4.1.27/drivers/usb/gadget/function/ |
D | storage_common.c | 132 .bDescriptorType = USB_DT_SS_ENDPOINT_COMP, 150 .bDescriptorType = USB_DT_SS_ENDPOINT_COMP,
|
D | f_loopback.c | 125 .bDescriptorType = USB_DT_SS_ENDPOINT_COMP, 141 .bDescriptorType = USB_DT_SS_ENDPOINT_COMP,
|
D | f_sourcesink.c | 207 .bDescriptorType = USB_DT_SS_ENDPOINT_COMP, 224 .bDescriptorType = USB_DT_SS_ENDPOINT_COMP, 242 .bDescriptorType = USB_DT_SS_ENDPOINT_COMP, 260 .bDescriptorType = USB_DT_SS_ENDPOINT_COMP,
|
D | f_serial.c | 119 .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_subset.c | 217 .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_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 | 257 .bDescriptorType = USB_DT_SS_ENDPOINT_COMP,
|
D | f_fs.c | 1807 case USB_DT_SS_ENDPOINT_COMP: in ffs_do_single_desc()
|
/linux-4.1.27/drivers/usb/gadget/legacy/ |
D | tcm_usb_gadget.c | 1968 .bDescriptorType = USB_DT_SS_ENDPOINT_COMP, 1976 .bDescriptorType = USB_DT_SS_ENDPOINT_COMP, 2011 .bDescriptorType = USB_DT_SS_ENDPOINT_COMP, 2017 .bDescriptorType = USB_DT_SS_ENDPOINT_COMP, 2051 .bDescriptorType = USB_DT_SS_ENDPOINT_COMP, 2086 .bDescriptorType = USB_DT_SS_ENDPOINT_COMP,
|
/linux-4.1.27/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()
|
/linux-4.1.27/include/uapi/linux/usb/ |
D | ch9.h | 236 #define USB_DT_SS_ENDPOINT_COMP 0x30 macro
|
/linux-4.1.27/drivers/usb/gadget/ |
D | composite.c | 160 (comp_desc->bDescriptorType != USB_DT_SS_ENDPOINT_COMP)) in config_ep_by_speed()
|