Searched refs:USB_DT_CS_ENDPOINT (Results 1 – 9 of 9) sorted by relevance
/linux-6.3-rc2/sound/usb/ |
A 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()
|
A D | quirks.c | 332 msepd->bDescriptorType != USB_DT_CS_ENDPOINT || in create_std_midi_quirk()
|
A D | midi.c | 1911 ms_ep->bDescriptorType == USB_DT_CS_ENDPOINT && in find_usb_ms_endpoint_descriptor()
|
/linux-6.3-rc2/drivers/usb/gadget/function/ |
A D | f_midi.c | 178 .bDescriptorType = USB_DT_CS_ENDPOINT, 202 .bDescriptorType = USB_DT_CS_ENDPOINT,
|
A D | f_uac1.c | 223 .bDescriptorType = USB_DT_CS_ENDPOINT, 254 .bDescriptorType = USB_DT_CS_ENDPOINT,
|
A D | f_uac1_legacy.c | 182 .bDescriptorType = USB_DT_CS_ENDPOINT,
|
A D | f_uvc.c | 106 .bDescriptorType = USB_DT_CS_ENDPOINT,
|
A D | f_uac2.c | 386 .bDescriptorType = USB_DT_CS_ENDPOINT, 520 .bDescriptorType = USB_DT_CS_ENDPOINT,
|
/linux-6.3-rc2/include/uapi/linux/usb/ |
A D | ch9.h | 277 #define USB_DT_CS_ENDPOINT (USB_TYPE_CLASS | USB_DT_ENDPOINT) macro
|
Completed in 34 milliseconds