Searched refs:USB_DT_CS_ENDPOINT (Results  1 – 8 of 8) sorted by relevance
| /linux-4.4.14/sound/usb/ | 
| D | stream.c | 409 …= snd_usb_find_desc(alts->endpoint[0].extra, alts->endpoint[0].extralen, NULL, USB_DT_CS_ENDPOINT);  in parse_uac_endpoint_attributes() 413 …= snd_usb_find_desc(alts->endpoint[1].extra, alts->endpoint[1].extralen, NULL, USB_DT_CS_ENDPOINT);  in parse_uac_endpoint_attributes() 421 		csep = snd_usb_find_desc(alts->extra, alts->extralen, NULL, USB_DT_CS_ENDPOINT);  in parse_uac_endpoint_attributes()
  | 
| D | quirks.c | 317 	    msepd->bDescriptorType != USB_DT_CS_ENDPOINT ||  in create_std_midi_quirk()
  | 
| D | midi.c | 1845 		    ms_ep->bDescriptorType != USB_DT_CS_ENDPOINT ||  in snd_usbmidi_get_ms_info()
  | 
| /linux-4.4.14/include/uapi/linux/usb/ | 
| D | ch9.h | 246 #define USB_DT_CS_ENDPOINT		(USB_TYPE_CLASS | USB_DT_ENDPOINT)  macro
  | 
| /linux-4.4.14/drivers/usb/gadget/function/ | 
| D | f_midi.c | 156 	.bDescriptorType =	USB_DT_CS_ENDPOINT, 173 	.bDescriptorType =	USB_DT_CS_ENDPOINT,
  | 
| D | f_uac2.c | 797 	.bDescriptorType = USB_DT_CS_ENDPOINT, 874 	.bDescriptorType = USB_DT_CS_ENDPOINT,
  | 
| D | f_uvc.c | 111 	.bDescriptorType	= USB_DT_CS_ENDPOINT,
  | 
| D | f_uac1.c | 185 	.bDescriptorType =	USB_DT_CS_ENDPOINT,
  |