Home
last modified time | relevance | path

Searched refs:USB_DT_CS_ENDPOINT (Results 1 – 11 of 11) sorted by relevance

/Linux-v6.6/sound/usb/
Dstream.c583 …= 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()
Dmidi2.c509 ms_ep->bDescriptorType == USB_DT_CS_ENDPOINT && in find_usb_ms_endpoint_descriptor()
Dquirks.c333 msepd->bDescriptorType != USB_DT_CS_ENDPOINT || in create_std_midi_quirk()
Dmidi.c1911 ms_ep->bDescriptorType == USB_DT_CS_ENDPOINT && in find_usb_ms_endpoint_descriptor()
/Linux-v6.6/drivers/usb/gadget/function/
Df_midi.c178 .bDescriptorType = USB_DT_CS_ENDPOINT,
202 .bDescriptorType = USB_DT_CS_ENDPOINT,
Df_midi2.c262 .bDescriptorType = USB_DT_CS_ENDPOINT,
283 .bDescriptorType = USB_DT_CS_ENDPOINT,
1865 cdesc->bDescriptorType = USB_DT_CS_ENDPOINT; in fill_midi2_class_desc()
Df_uac1.c223 .bDescriptorType = USB_DT_CS_ENDPOINT,
254 .bDescriptorType = USB_DT_CS_ENDPOINT,
Df_uac1_legacy.c182 .bDescriptorType = USB_DT_CS_ENDPOINT,
Df_uvc.c106 .bDescriptorType = USB_DT_CS_ENDPOINT,
Df_uac2.c386 .bDescriptorType = USB_DT_CS_ENDPOINT,
520 .bDescriptorType = USB_DT_CS_ENDPOINT,
/Linux-v6.6/include/uapi/linux/usb/
Dch9.h274 #define USB_DT_CS_ENDPOINT (USB_TYPE_CLASS | USB_DT_ENDPOINT) macro