Searched refs:USB_DT_CS_ENDPOINT (Results 1 – 11 of 11) sorted by relevance
/Linux-v6.6/sound/usb/ |
D | stream.c | 583 …= snd_usb_find_desc(alts->endpoint[0].extra, alts->endpoint[0].extralen, NULL, USB_DT_CS_ENDPOINT); in parse_uac_endpoint_attributes() 587 …= snd_usb_find_desc(alts->endpoint[1].extra, alts->endpoint[1].extralen, NULL, USB_DT_CS_ENDPOINT); in parse_uac_endpoint_attributes() 595 csep = snd_usb_find_desc(alts->extra, alts->extralen, NULL, USB_DT_CS_ENDPOINT); in parse_uac_endpoint_attributes()
|
D | midi2.c | 509 ms_ep->bDescriptorType == USB_DT_CS_ENDPOINT && in find_usb_ms_endpoint_descriptor()
|
D | quirks.c | 333 msepd->bDescriptorType != USB_DT_CS_ENDPOINT || in create_std_midi_quirk()
|
D | midi.c | 1911 ms_ep->bDescriptorType == USB_DT_CS_ENDPOINT && in find_usb_ms_endpoint_descriptor()
|
/Linux-v6.6/drivers/usb/gadget/function/ |
D | f_midi.c | 178 .bDescriptorType = USB_DT_CS_ENDPOINT, 202 .bDescriptorType = USB_DT_CS_ENDPOINT,
|
D | f_midi2.c | 262 .bDescriptorType = USB_DT_CS_ENDPOINT, 283 .bDescriptorType = USB_DT_CS_ENDPOINT, 1865 cdesc->bDescriptorType = USB_DT_CS_ENDPOINT; in fill_midi2_class_desc()
|
D | f_uac1.c | 223 .bDescriptorType = USB_DT_CS_ENDPOINT, 254 .bDescriptorType = USB_DT_CS_ENDPOINT,
|
D | f_uac1_legacy.c | 182 .bDescriptorType = USB_DT_CS_ENDPOINT,
|
D | f_uvc.c | 106 .bDescriptorType = USB_DT_CS_ENDPOINT,
|
D | f_uac2.c | 386 .bDescriptorType = USB_DT_CS_ENDPOINT, 520 .bDescriptorType = USB_DT_CS_ENDPOINT,
|
/Linux-v6.6/include/uapi/linux/usb/ |
D | ch9.h | 274 #define USB_DT_CS_ENDPOINT (USB_TYPE_CLASS | USB_DT_ENDPOINT) macro
|