Searched refs:csep (Results 1 – 1 of 1) sorted by relevance
578 struct uac_iso_endpoint_descriptor *csep; in parse_uac_endpoint_attributes() local582 …csep = snd_usb_find_desc(alts->endpoint[0].extra, alts->endpoint[0].extralen, NULL, USB_DT_CS_ENDP… in parse_uac_endpoint_attributes()585 if (!csep && altsd->bNumEndpoints >= 2) in parse_uac_endpoint_attributes()586 …csep = snd_usb_find_desc(alts->endpoint[1].extra, alts->endpoint[1].extralen, NULL, USB_DT_CS_ENDP… in parse_uac_endpoint_attributes()593 if (!csep) in parse_uac_endpoint_attributes()594 csep = snd_usb_find_desc(alts->extra, alts->extralen, NULL, USB_DT_CS_ENDPOINT); in parse_uac_endpoint_attributes()596 if (!csep || csep->bLength < 7 || in parse_uac_endpoint_attributes()597 csep->bDescriptorSubtype != UAC_EP_GENERAL) in parse_uac_endpoint_attributes()601 attributes = csep->bmAttributes; in parse_uac_endpoint_attributes()604 (struct uac2_iso_endpoint_descriptor *) csep; in parse_uac_endpoint_attributes()[all …]