Home
last modified time | relevance | path

Searched refs:usb_desc_other (Results 1 – 2 of 2) sorted by relevance

/qemu/hw/usb/
H A Ddesc.h229 int usb_desc_other(const USBDescOther *desc, uint8_t *dest, size_t len);
H A Ddesc.c186 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