Searched refs:cdcd (Results 1 – 2 of 2) sorted by relevance
202 vc(C2, 2.4801587285601038265E-5 ,0d00,38d0,098f,cdcd, -15, .D00D00CDCD098F)
3831 const usb_cdc_descriptor_t *cdcd; in xhci_get_essc_desc() local3839 cdcd = (const usb_cdc_descriptor_t *)usb_find_desc(dev, in xhci_get_essc_desc()3841 if (cdcd == NULL) in xhci_get_essc_desc()3845 iter.cur = (const void *)cdcd; in xhci_get_essc_desc()3849 cdcd = (const usb_cdc_descriptor_t *)usb_desc_iter_next(&iter); in xhci_get_essc_desc()3850 if (cdcd == NULL) in xhci_get_essc_desc()3852 if (ep == 0 && cdcd->bDescriptorType == UDESC_ENDPOINT) { in xhci_get_essc_desc()3853 ep = ((const usb_endpoint_descriptor_t *)cdcd)-> in xhci_get_essc_desc()3857 cdcd = (const usb_cdc_descriptor_t *) in xhci_get_essc_desc()3864 if (cdcd != NULL && cdcd->bDescriptorType == UDESC_ENDPOINT_SS_COMP) { in xhci_get_essc_desc()[all …]