Searched refs:USB_DT_SS_ENDPOINT_COMP (Results 1 – 23 of 23) sorted by relevance
/linux-6.3-rc2/drivers/usb/gadget/function/ |
A D | storage_common.c | 127 .bDescriptorType = USB_DT_SS_ENDPOINT_COMP, 145 .bDescriptorType = USB_DT_SS_ENDPOINT_COMP,
|
A D | f_loopback.c | 116 .bDescriptorType = USB_DT_SS_ENDPOINT_COMP, 132 .bDescriptorType = USB_DT_SS_ENDPOINT_COMP,
|
A 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,
|
A D | f_tcm.c | 1776 .bDescriptorType = USB_DT_SS_ENDPOINT_COMP, 1784 .bDescriptorType = USB_DT_SS_ENDPOINT_COMP, 1819 .bDescriptorType = USB_DT_SS_ENDPOINT_COMP, 1825 .bDescriptorType = USB_DT_SS_ENDPOINT_COMP, 1859 .bDescriptorType = USB_DT_SS_ENDPOINT_COMP, 1894 .bDescriptorType = USB_DT_SS_ENDPOINT_COMP,
|
A D | f_serial.c | 115 .bDescriptorType = USB_DT_SS_ENDPOINT_COMP,
|
A D | f_ecm.c | 296 .bDescriptorType = USB_DT_SS_ENDPOINT_COMP, 324 .bDescriptorType = USB_DT_SS_ENDPOINT_COMP,
|
A D | f_subset.c | 213 .bDescriptorType = USB_DT_SS_ENDPOINT_COMP,
|
A D | f_rndis.c | 293 .bDescriptorType = USB_DT_SS_ENDPOINT_COMP, 321 .bDescriptorType = USB_DT_SS_ENDPOINT_COMP,
|
A D | f_uvc.c | 97 .bDescriptorType = USB_DT_SS_ENDPOINT_COMP, 174 .bDescriptorType = USB_DT_SS_ENDPOINT_COMP,
|
A D | f_uac2.c | 296 .bDescriptorType = USB_DT_SS_ENDPOINT_COMP, 377 .bDescriptorType = USB_DT_SS_ENDPOINT_COMP, 427 .bDescriptorType = USB_DT_SS_ENDPOINT_COMP, 511 .bDescriptorType = USB_DT_SS_ENDPOINT_COMP,
|
A D | f_eem.c | 135 .bDescriptorType = USB_DT_SS_ENDPOINT_COMP,
|
A D | f_hid.c | 136 .bDescriptorType = USB_DT_SS_ENDPOINT_COMP, 157 .bDescriptorType = USB_DT_SS_ENDPOINT_COMP,
|
A D | f_midi.c | 170 .bDescriptorType = USB_DT_SS_ENDPOINT_COMP, 194 .bDescriptorType = USB_DT_SS_ENDPOINT_COMP,
|
A D | f_ncm.c | 350 .bDescriptorType = USB_DT_SS_ENDPOINT_COMP, 378 .bDescriptorType = USB_DT_SS_ENDPOINT_COMP,
|
A D | f_printer.c | 182 .bDescriptorType = USB_DT_SS_ENDPOINT_COMP, 194 .bDescriptorType = USB_DT_SS_ENDPOINT_COMP,
|
A D | f_acm.c | 243 .bDescriptorType = USB_DT_SS_ENDPOINT_COMP,
|
A D | f_fs.c | 2165 case USB_DT_SS_ENDPOINT_COMP: in ffs_do_single_desc()
|
/linux-6.3-rc2/tools/usb/ |
A D | ffs-test.c | 201 .bDescriptorType = USB_DT_SS_ENDPOINT_COMP, 216 .bDescriptorType = USB_DT_SS_ENDPOINT_COMP,
|
/linux-6.3-rc2/drivers/usb/common/ |
A D | debug.c | 154 case USB_DT_SS_ENDPOINT_COMP: in usb_decode_get_set_descriptor()
|
/linux-6.3-rc2/drivers/usb/core/ |
A 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()
|
A D | hcd.c | 363 USB_DT_SS_ENDPOINT_COMP, /* __u8 ss_bDescriptorType; SuperSpeed EP */
|
/linux-6.3-rc2/include/uapi/linux/usb/ |
A D | ch9.h | 265 #define USB_DT_SS_ENDPOINT_COMP 0x30 macro
|
/linux-6.3-rc2/drivers/usb/gadget/ |
A D | composite.c | 252 (comp_desc->bDescriptorType != USB_DT_SS_ENDPOINT_COMP)) in config_ep_by_speed_and_alt()
|
Completed in 55 milliseconds