Home
last modified time | relevance | path

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

/Linux-v4.19/sound/usb/
Dstream.c584 …= snd_usb_find_desc(alts->endpoint[0].extra, alts->endpoint[0].extralen, NULL, USB_DT_CS_ENDPOINT); in parse_uac_endpoint_attributes()
588 …= snd_usb_find_desc(alts->endpoint[1].extra, alts->endpoint[1].extralen, NULL, USB_DT_CS_ENDPOINT); in parse_uac_endpoint_attributes()
596 csep = snd_usb_find_desc(alts->extra, alts->extralen, NULL, USB_DT_CS_ENDPOINT); in parse_uac_endpoint_attributes()
Dquirks.c316 msepd->bDescriptorType != USB_DT_CS_ENDPOINT || in create_std_midi_quirk()
Dmidi.c1870 ms_ep->bDescriptorType != USB_DT_CS_ENDPOINT || in snd_usbmidi_get_ms_info()
/Linux-v4.19/drivers/usb/gadget/function/
Df_uac1.c211 .bDescriptorType = USB_DT_CS_ENDPOINT,
242 .bDescriptorType = USB_DT_CS_ENDPOINT,
Df_uac2.c294 .bDescriptorType = USB_DT_CS_ENDPOINT,
371 .bDescriptorType = USB_DT_CS_ENDPOINT,
Df_midi.c178 .bDescriptorType = USB_DT_CS_ENDPOINT,
202 .bDescriptorType = USB_DT_CS_ENDPOINT,
Df_uac1_legacy.c182 .bDescriptorType = USB_DT_CS_ENDPOINT,
Df_uvc.c110 .bDescriptorType = USB_DT_CS_ENDPOINT,
/Linux-v4.19/include/uapi/linux/usb/
Dch9.h277 #define USB_DT_CS_ENDPOINT (USB_TYPE_CLASS | USB_DT_ENDPOINT) macro