Home | History | Annotate | Download | only in usb

Lines Matching refs:cdcd

3862 	const usb_cdc_descriptor_t *cdcd;
3870 cdcd = (const usb_cdc_descriptor_t *)usb_find_desc(dev,
3872 if (cdcd == NULL)
3876 iter.cur = (const void *)cdcd;
3880 cdcd = (const usb_cdc_descriptor_t *)usb_desc_iter_next(&iter);
3881 if (cdcd == NULL)
3883 if (ep == 0 && cdcd->bDescriptorType == UDESC_ENDPOINT) {
3884 ep = ((const usb_endpoint_descriptor_t *)cdcd)->
3888 cdcd = (const usb_cdc_descriptor_t *)
3895 if (cdcd != NULL && cdcd->bDescriptorType == UDESC_ENDPOINT_SS_COMP) {
3896 return (const usb_endpoint_ss_comp_descriptor_t *)cdcd;