Home
last modified time | relevance | path

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

/external/kernel-headers/original/linux/usb/
Dch9.h208 #define USB_DT_ENDPOINT 0x05 macro
239 #define USB_DT_CS_ENDPOINT (USB_TYPE_CLASS | USB_DT_ENDPOINT)
/external/qemu/hw/
Dusb.h115 #define USB_DT_ENDPOINT 0x05 macro
Dusb-hid.c253 USB_DT_ENDPOINT, /* u8 ep_bDescriptorType; Endpoint */
/external/libusb-compat/libusb/
Dusb.h62 #define USB_DT_ENDPOINT 0x05 macro
/external/kernel-headers/original/linux/
Dusb_ch9.h152 #define USB_DT_ENDPOINT 0x05 macro
/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()