Searched refs:csep (Results 1 – 1 of 1) sorted by relevance
579 struct uac_iso_endpoint_descriptor *csep; in parse_uac_endpoint_attributes() local583 …csep = snd_usb_find_desc(alts->endpoint[0].extra, alts->endpoint[0].extralen, NULL, USB_DT_CS_ENDP… in parse_uac_endpoint_attributes()586 if (!csep && altsd->bNumEndpoints >= 2) in parse_uac_endpoint_attributes()587 …csep = snd_usb_find_desc(alts->endpoint[1].extra, alts->endpoint[1].extralen, NULL, USB_DT_CS_ENDP… in parse_uac_endpoint_attributes()594 if (!csep) in parse_uac_endpoint_attributes()595 csep = snd_usb_find_desc(alts->extra, alts->extralen, NULL, USB_DT_CS_ENDPOINT); in parse_uac_endpoint_attributes()597 if (!csep || csep->bLength < 7 || in parse_uac_endpoint_attributes()598 csep->bDescriptorSubtype != UAC_EP_GENERAL) in parse_uac_endpoint_attributes()602 attributes = csep->bmAttributes; in parse_uac_endpoint_attributes()605 (struct uac2_iso_endpoint_descriptor *) csep; in parse_uac_endpoint_attributes()[all …]