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

/linux-master/sound/usb/
H A Dstream.c586 csep = snd_usb_find_desc(alts->endpoint[0].extra, alts->endpoint[0].extralen, NULL, USB_DT_CS_ENDPOINT);
590 csep = snd_usb_find_desc(alts->endpoint[1].extra, alts->endpoint[1].extralen, NULL, USB_DT_CS_ENDPOINT);
593 * If we can't locate the USB_DT_CS_ENDPOINT descriptor in the extra
598 csep = snd_usb_find_desc(alts->extra, alts->extralen, NULL, USB_DT_CS_ENDPOINT);
H A Dmidi2.c509 ms_ep->bDescriptorType == USB_DT_CS_ENDPOINT &&
H A Dquirks.c333 msepd->bDescriptorType != USB_DT_CS_ENDPOINT ||
H A Dmidi.c1888 ms_ep->bDescriptorType == USB_DT_CS_ENDPOINT &&
/linux-master/include/uapi/linux/usb/
H A Dch9.h274 #define USB_DT_CS_ENDPOINT (USB_TYPE_CLASS | USB_DT_ENDPOINT) macro
/linux-master/drivers/usb/gadget/function/
H A Df_midi.c178 .bDescriptorType = USB_DT_CS_ENDPOINT,
202 .bDescriptorType = USB_DT_CS_ENDPOINT,
H A Df_midi2.c262 .bDescriptorType = USB_DT_CS_ENDPOINT,
283 .bDescriptorType = USB_DT_CS_ENDPOINT,
1865 cdesc->bDescriptorType = USB_DT_CS_ENDPOINT;
H A Df_uac1.c223 .bDescriptorType = USB_DT_CS_ENDPOINT,
254 .bDescriptorType = USB_DT_CS_ENDPOINT,
H A Df_uac1_legacy.c182 .bDescriptorType = USB_DT_CS_ENDPOINT,
H A Df_uvc.c106 .bDescriptorType = USB_DT_CS_ENDPOINT,
H A Df_uac2.c386 .bDescriptorType = USB_DT_CS_ENDPOINT,
520 .bDescriptorType = USB_DT_CS_ENDPOINT,

Completed in 384 milliseconds