Searched refs:csep (Results 1 – 1 of 1) sorted by relevance
580 struct uac_iso_endpoint_descriptor *csep; in parse_uac_endpoint_attributes() local584 …csep = snd_usb_find_desc(alts->endpoint[0].extra, alts->endpoint[0].extralen, NULL, USB_DT_CS_ENDP… in parse_uac_endpoint_attributes()587 if (!csep && altsd->bNumEndpoints >= 2) in parse_uac_endpoint_attributes()588 …csep = snd_usb_find_desc(alts->endpoint[1].extra, alts->endpoint[1].extralen, NULL, USB_DT_CS_ENDP… in parse_uac_endpoint_attributes()595 if (!csep) in parse_uac_endpoint_attributes()596 csep = snd_usb_find_desc(alts->extra, alts->extralen, NULL, USB_DT_CS_ENDPOINT); in parse_uac_endpoint_attributes()598 if (!csep || csep->bLength < 7 || in parse_uac_endpoint_attributes()599 csep->bDescriptorSubtype != UAC_EP_GENERAL) { in parse_uac_endpoint_attributes()607 attributes = csep->bmAttributes; in parse_uac_endpoint_attributes()610 (struct uac2_iso_endpoint_descriptor *) csep; in parse_uac_endpoint_attributes()[all …]