csep              575 sound/usb/stream.c 	struct uac_iso_endpoint_descriptor *csep;
csep              579 sound/usb/stream.c 	csep = snd_usb_find_desc(alts->endpoint[0].extra, alts->endpoint[0].extralen, NULL, USB_DT_CS_ENDPOINT);
csep              582 sound/usb/stream.c 	if (!csep && altsd->bNumEndpoints >= 2)
csep              583 sound/usb/stream.c 		csep = snd_usb_find_desc(alts->endpoint[1].extra, alts->endpoint[1].extralen, NULL, USB_DT_CS_ENDPOINT);
csep              590 sound/usb/stream.c 	if (!csep)
csep              591 sound/usb/stream.c 		csep = snd_usb_find_desc(alts->extra, alts->extralen, NULL, USB_DT_CS_ENDPOINT);
csep              593 sound/usb/stream.c 	if (!csep || csep->bLength < 7 ||
csep              594 sound/usb/stream.c 	    csep->bDescriptorSubtype != UAC_EP_GENERAL)
csep              598 sound/usb/stream.c 		attributes = csep->bmAttributes;
csep              601 sound/usb/stream.c 			(struct uac2_iso_endpoint_descriptor *) csep;
csep              605 sound/usb/stream.c 		attributes = csep->bmAttributes & UAC_EP_CS_ATTR_FILL_MAX;
csep              612 sound/usb/stream.c 			(struct uac3_iso_endpoint_descriptor *) csep;