Lines Matching defs:csep
582 struct uac_iso_endpoint_descriptor *csep;
586 csep = snd_usb_find_desc(alts->endpoint[0].extra, alts->endpoint[0].extralen, NULL, USB_DT_CS_ENDPOINT);
589 if (!csep && altsd->bNumEndpoints >= 2)
590 csep = snd_usb_find_desc(alts->endpoint[1].extra, alts->endpoint[1].extralen, NULL, USB_DT_CS_ENDPOINT);
597 if (!csep)
598 csep = snd_usb_find_desc(alts->extra, alts->extralen, NULL, USB_DT_CS_ENDPOINT);
600 if (!csep || csep->bLength < 7 ||
601 csep->bDescriptorSubtype != UAC_EP_GENERAL)
605 attributes = csep->bmAttributes;
608 (struct uac2_iso_endpoint_descriptor *) csep;
612 attributes = csep->bmAttributes & UAC_EP_CS_ATTR_FILL_MAX;
619 (struct uac3_iso_endpoint_descriptor *) csep;