Lines Matching defs:csep
580 struct uac_iso_endpoint_descriptor *csep;
584 csep = snd_usb_find_desc(alts->endpoint[0].extra, alts->endpoint[0].extralen, NULL, USB_DT_CS_ENDPOINT);
587 if (!csep && altsd->bNumEndpoints >= 2)
588 csep = snd_usb_find_desc(alts->endpoint[1].extra, alts->endpoint[1].extralen, NULL, USB_DT_CS_ENDPOINT);
595 if (!csep)
596 csep = snd_usb_find_desc(alts->extra, alts->extralen, NULL, USB_DT_CS_ENDPOINT);
598 if (!csep || csep->bLength < 7 ||
599 csep->bDescriptorSubtype != UAC_EP_GENERAL)
603 attributes = csep->bmAttributes;
606 (struct uac2_iso_endpoint_descriptor *) csep;
610 attributes = csep->bmAttributes & UAC_EP_CS_ATTR_FILL_MAX;
617 (struct uac3_iso_endpoint_descriptor *) csep;