HomeSort by: relevance | last modified time | path
    Searched refs:usb_find_desc (Results 1 - 3 of 3) sorted by relevancy

  /src/sys/dev/usb/
usbdi_util.h 113 const usb_cdc_descriptor_t *usb_find_desc(struct usbd_device *, int,
usbdi_util.c 797 usb_find_desc(struct usbd_device *dev, int type, int subtype) function in typeref:typename:const usb_cdc_descriptor_t *
817 * Same as usb_find_desc(), but searches only in the specified
828 return usb_find_desc(dev, type, subtype);
xhci.c 3870 cdcd = (const usb_cdc_descriptor_t *)usb_find_desc(dev,

Completed in 16 milliseconds