Searched refs:USB_DT_SS_ENDPOINT_COMP (Results 1 – 22 of 22) sorted by relevance
/Linux-v5.10/drivers/usb/gadget/function/ |
D | storage_common.c | 126 .bDescriptorType = USB_DT_SS_ENDPOINT_COMP, 144 .bDescriptorType = USB_DT_SS_ENDPOINT_COMP,
|
D | f_loopback.c | 116 .bDescriptorType = USB_DT_SS_ENDPOINT_COMP, 132 .bDescriptorType = USB_DT_SS_ENDPOINT_COMP,
|
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,
|
D | f_tcm.c | 1799 .bDescriptorType = USB_DT_SS_ENDPOINT_COMP, 1807 .bDescriptorType = USB_DT_SS_ENDPOINT_COMP, 1842 .bDescriptorType = USB_DT_SS_ENDPOINT_COMP, 1848 .bDescriptorType = USB_DT_SS_ENDPOINT_COMP, 1882 .bDescriptorType = USB_DT_SS_ENDPOINT_COMP, 1917 .bDescriptorType = USB_DT_SS_ENDPOINT_COMP,
|
D | f_serial.c | 115 .bDescriptorType = USB_DT_SS_ENDPOINT_COMP,
|
D | f_ecm.c | 296 .bDescriptorType = USB_DT_SS_ENDPOINT_COMP, 324 .bDescriptorType = USB_DT_SS_ENDPOINT_COMP,
|
D | f_subset.c | 213 .bDescriptorType = USB_DT_SS_ENDPOINT_COMP,
|
D | f_rndis.c | 291 .bDescriptorType = USB_DT_SS_ENDPOINT_COMP, 319 .bDescriptorType = USB_DT_SS_ENDPOINT_COMP,
|
D | f_uvc.c | 101 .bDescriptorType = USB_DT_SS_ENDPOINT_COMP, 175 .bDescriptorType = USB_DT_SS_ENDPOINT_COMP,
|
D | f_hid.c | 114 .bDescriptorType = USB_DT_SS_ENDPOINT_COMP, 135 .bDescriptorType = USB_DT_SS_ENDPOINT_COMP,
|
D | f_eem.c | 130 .bDescriptorType = USB_DT_SS_ENDPOINT_COMP,
|
D | f_midi.c | 170 .bDescriptorType = USB_DT_SS_ENDPOINT_COMP, 194 .bDescriptorType = USB_DT_SS_ENDPOINT_COMP,
|
D | f_ncm.c | 350 .bDescriptorType = USB_DT_SS_ENDPOINT_COMP, 378 .bDescriptorType = USB_DT_SS_ENDPOINT_COMP,
|
D | f_printer.c | 180 .bDescriptorType = USB_DT_SS_ENDPOINT_COMP, 192 .bDescriptorType = USB_DT_SS_ENDPOINT_COMP,
|
D | f_acm.c | 253 .bDescriptorType = USB_DT_SS_ENDPOINT_COMP,
|
D | f_fs.c | 2116 case USB_DT_SS_ENDPOINT_COMP: in ffs_do_single_desc()
|
/Linux-v5.10/drivers/usb/common/ |
D | debug.c | 153 case USB_DT_SS_ENDPOINT_COMP: in usb_decode_get_set_descriptor()
|
/Linux-v5.10/tools/usb/ |
D | ffs-test.c | 201 .bDescriptorType = USB_DT_SS_ENDPOINT_COMP, 216 .bDescriptorType = USB_DT_SS_ENDPOINT_COMP,
|
/Linux-v5.10/drivers/usb/core/ |
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()
|
D | hcd.c | 363 USB_DT_SS_ENDPOINT_COMP, /* __u8 ss_bDescriptorType; SuperSpeed EP */
|
/Linux-v5.10/include/uapi/linux/usb/ |
D | ch9.h | 265 #define USB_DT_SS_ENDPOINT_COMP 0x30 macro
|
/Linux-v5.10/drivers/usb/gadget/ |
D | composite.c | 232 (comp_desc->bDescriptorType != USB_DT_SS_ENDPOINT_COMP)) in config_ep_by_speed_and_alt()
|