Searched refs:csep (Results 1 – 1 of 1) sorted by relevance
575 struct uac_iso_endpoint_descriptor *csep; in parse_uac_endpoint_attributes() local579 …csep = snd_usb_find_desc(alts->endpoint[0].extra, alts->endpoint[0].extralen, NULL, USB_DT_CS_ENDP… in parse_uac_endpoint_attributes()582 if (!csep && altsd->bNumEndpoints >= 2) in parse_uac_endpoint_attributes()583 …csep = snd_usb_find_desc(alts->endpoint[1].extra, alts->endpoint[1].extralen, NULL, USB_DT_CS_ENDP… in parse_uac_endpoint_attributes()590 if (!csep) in parse_uac_endpoint_attributes()591 csep = snd_usb_find_desc(alts->extra, alts->extralen, NULL, USB_DT_CS_ENDPOINT); in parse_uac_endpoint_attributes()593 if (!csep || csep->bLength < 7 || in parse_uac_endpoint_attributes()594 csep->bDescriptorSubtype != UAC_EP_GENERAL) in parse_uac_endpoint_attributes()598 attributes = csep->bmAttributes; in parse_uac_endpoint_attributes()601 (struct uac2_iso_endpoint_descriptor *) csep; in parse_uac_endpoint_attributes()[all …]