Home
last modified time | relevance | path

Searched refs:USB_DT_ENDPOINT (Results 1 – 3 of 3) sorted by relevance

/external/qemu/hw/
Dusb.h115 #define USB_DT_ENDPOINT 0x05 macro
Dusb-hid.c253 USB_DT_ENDPOINT, /* u8 ep_bDescriptorType; Endpoint */
/external/qemu/
Dusb-linux.c847 while (i < length && descriptors[i +1] != USB_DT_ENDPOINT) in usb_linux_update_endp_table()
854 if (descriptors[i + 1] != USB_DT_ENDPOINT) in usb_linux_update_endp_table()