Searched refs:usb_desc_other (Results 1 – 2 of 2) sorted by relevance
229 int usb_desc_other(const USBDescOther *desc, uint8_t *dest, size_t len);
186 rc = usb_desc_other(iface->descs + i, dest + pos, len - pos); in usb_desc_iface()250 int usb_desc_other(const USBDescOther *desc, uint8_t *dest, size_t len) in usb_desc_other() function