Searched refs:USB_DT_CS_ENDPOINT (Results  1 – 9 of 9) sorted by relevance
| /Linux-v5.4/sound/usb/ | 
| D | stream.c | 579 …= snd_usb_find_desc(alts->endpoint[0].extra, alts->endpoint[0].extralen, NULL, USB_DT_CS_ENDPOINT);  in parse_uac_endpoint_attributes() 583 …= snd_usb_find_desc(alts->endpoint[1].extra, alts->endpoint[1].extralen, NULL, USB_DT_CS_ENDPOINT);  in parse_uac_endpoint_attributes() 591 		csep = snd_usb_find_desc(alts->extra, alts->extralen, NULL, USB_DT_CS_ENDPOINT);  in parse_uac_endpoint_attributes()
  | 
| D | quirks.c | 308 	    msepd->bDescriptorType != USB_DT_CS_ENDPOINT ||  in create_std_midi_quirk()
  | 
| D | midi.c | 1869 		    ms_ep->bDescriptorType != USB_DT_CS_ENDPOINT ||  in snd_usbmidi_get_ms_info()
  | 
| /Linux-v5.4/drivers/usb/gadget/function/ | 
| D | f_uac1.c | 211 	.bDescriptorType =	USB_DT_CS_ENDPOINT, 242 	.bDescriptorType =	USB_DT_CS_ENDPOINT,
  | 
| D | f_midi.c | 178 	.bDescriptorType =	USB_DT_CS_ENDPOINT, 202 	.bDescriptorType =	USB_DT_CS_ENDPOINT,
  | 
| D | f_uac2.c | 293 	.bDescriptorType = USB_DT_CS_ENDPOINT, 370 	.bDescriptorType = USB_DT_CS_ENDPOINT,
  | 
| D | f_uac1_legacy.c | 182 	.bDescriptorType =	USB_DT_CS_ENDPOINT,
  | 
| D | f_uvc.c | 110 	.bDescriptorType	= USB_DT_CS_ENDPOINT,
  | 
| /Linux-v5.4/include/uapi/linux/usb/ | 
| D | ch9.h | 277 #define USB_DT_CS_ENDPOINT		(USB_TYPE_CLASS | USB_DT_ENDPOINT)  macro
  |