Searched refs:USB_DT_SS_ENDPOINT_COMP (Results 1 – 25 of 26) sorted by relevance
12
/linux-6.14.4/drivers/usb/gadget/function/ |
D | storage_common.c | 127 .bDescriptorType = USB_DT_SS_ENDPOINT_COMP, 145 .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 | 2075 .bDescriptorType = USB_DT_SS_ENDPOINT_COMP, 2083 .bDescriptorType = USB_DT_SS_ENDPOINT_COMP, 2118 .bDescriptorType = USB_DT_SS_ENDPOINT_COMP, 2125 .bDescriptorType = USB_DT_SS_ENDPOINT_COMP, 2160 .bDescriptorType = USB_DT_SS_ENDPOINT_COMP, 2195 .bDescriptorType = USB_DT_SS_ENDPOINT_COMP,
|
D | f_ecm.c | 286 .bDescriptorType = USB_DT_SS_ENDPOINT_COMP, 314 .bDescriptorType = USB_DT_SS_ENDPOINT_COMP,
|
D | f_serial.c | 115 .bDescriptorType = USB_DT_SS_ENDPOINT_COMP,
|
D | f_rndis.c | 280 .bDescriptorType = USB_DT_SS_ENDPOINT_COMP, 308 .bDescriptorType = USB_DT_SS_ENDPOINT_COMP,
|
D | f_subset.c | 213 .bDescriptorType = USB_DT_SS_ENDPOINT_COMP,
|
D | f_uac2.c | 283 .bDescriptorType = USB_DT_SS_ENDPOINT_COMP, 364 .bDescriptorType = USB_DT_SS_ENDPOINT_COMP, 414 .bDescriptorType = USB_DT_SS_ENDPOINT_COMP, 498 .bDescriptorType = USB_DT_SS_ENDPOINT_COMP,
|
D | f_uvc.c | 97 .bDescriptorType = USB_DT_SS_ENDPOINT_COMP, 174 .bDescriptorType = USB_DT_SS_ENDPOINT_COMP,
|
D | f_midi.c | 171 .bDescriptorType = USB_DT_SS_ENDPOINT_COMP, 195 .bDescriptorType = USB_DT_SS_ENDPOINT_COMP,
|
D | f_eem.c | 135 .bDescriptorType = USB_DT_SS_ENDPOINT_COMP,
|
D | f_midi2.c | 260 .bDescriptorType = USB_DT_SS_ENDPOINT_COMP, 281 .bDescriptorType = USB_DT_SS_ENDPOINT_COMP, 318 .bDescriptorType = USB_DT_SS_ENDPOINT_COMP, 328 .bDescriptorType = USB_DT_SS_ENDPOINT_COMP,
|
D | f_hid.c | 167 .bDescriptorType = USB_DT_SS_ENDPOINT_COMP, 188 .bDescriptorType = USB_DT_SS_ENDPOINT_COMP,
|
D | f_printer.c | 185 .bDescriptorType = USB_DT_SS_ENDPOINT_COMP, 197 .bDescriptorType = USB_DT_SS_ENDPOINT_COMP,
|
D | f_ncm.c | 345 .bDescriptorType = USB_DT_SS_ENDPOINT_COMP, 373 .bDescriptorType = USB_DT_SS_ENDPOINT_COMP,
|
D | f_acm.c | 244 .bDescriptorType = USB_DT_SS_ENDPOINT_COMP,
|
D | f_uac1.c | 308 .bDescriptorType = USB_DT_SS_ENDPOINT_COMP, 327 .bDescriptorType = USB_DT_SS_ENDPOINT_COMP,
|
/linux-6.14.4/tools/usb/ |
D | ffs-test.c | 201 .bDescriptorType = USB_DT_SS_ENDPOINT_COMP, 216 .bDescriptorType = USB_DT_SS_ENDPOINT_COMP,
|
/linux-6.14.4/drivers/usb/common/ |
D | debug.c | 154 case USB_DT_SS_ENDPOINT_COMP: in usb_decode_get_set_descriptor()
|
/linux-6.14.4/net/9p/ |
D | trans_usbg.c | 588 .bDescriptorType = USB_DT_SS_ENDPOINT_COMP, 604 .bDescriptorType = USB_DT_SS_ENDPOINT_COMP,
|
/linux-6.14.4/drivers/usb/core/ |
D | config.c | 79 if (desc->bDescriptorType != USB_DT_SS_ENDPOINT_COMP || in usb_parse_ss_endpoint_companion() 94 ep->ss_ep_comp.bDescriptorType = USB_DT_SS_ENDPOINT_COMP; in usb_parse_ss_endpoint_companion()
|
D | hcd.c | 342 USB_DT_SS_ENDPOINT_COMP, /* __u8 ss_bDescriptorType; SuperSpeed EP */
|
/linux-6.14.4/include/uapi/linux/usb/ |
D | ch9.h | 265 #define USB_DT_SS_ENDPOINT_COMP 0x30 macro
|
/linux-6.14.4/drivers/usb/gadget/ |
D | composite.c | 246 (comp_desc->bDescriptorType != USB_DT_SS_ENDPOINT_COMP)) in config_ep_by_speed_and_alt()
|
12