Home
last modified time | relevance | path

Searched refs:USB_TYPE_CLASS (Results 1 – 8 of 8) sorted by relevance

/bsp/allwinner/libraries/sunxi-hal/include/hal/usb/
A Dch9.h53 #define USB_TYPE_CLASS (0x01 << 5) macro
263 #define USB_DT_CS_DEVICE (USB_TYPE_CLASS | USB_DT_DEVICE)
264 #define USB_DT_CS_CONFIG (USB_TYPE_CLASS | USB_DT_CONFIG)
265 #define USB_DT_CS_STRING (USB_TYPE_CLASS | USB_DT_STRING)
266 #define USB_DT_CS_INTERFACE (USB_TYPE_CLASS | USB_DT_INTERFACE)
267 #define USB_DT_CS_ENDPOINT (USB_TYPE_CLASS | USB_DT_ENDPOINT)
/bsp/allwinner/libraries/sunxi-hal/hal/source/usb/include/
A Dch9.h53 #define USB_TYPE_CLASS (0x01 << 5) macro
263 #define USB_DT_CS_DEVICE (USB_TYPE_CLASS | USB_DT_DEVICE)
264 #define USB_DT_CS_CONFIG (USB_TYPE_CLASS | USB_DT_CONFIG)
265 #define USB_DT_CS_STRING (USB_TYPE_CLASS | USB_DT_STRING)
266 #define USB_DT_CS_INTERFACE (USB_TYPE_CLASS | USB_DT_INTERFACE)
267 #define USB_DT_CS_ENDPOINT (USB_TYPE_CLASS | USB_DT_ENDPOINT)
A Dusb_host_hub.h18 #define USB_RT_HUB (USB_TYPE_CLASS | USB_RECIP_DEVICE)
19 #define USB_RT_PORT (USB_TYPE_CLASS | USB_RECIP_OTHER)
117 #define USB_DT_HUB (USB_TYPE_CLASS | 0x09)
/bsp/allwinner/libraries/sunxi-hal/hal/source/usb/hid/Include/
A DHidSpec.h49 #define USB_HID_DT_HID (USB_TYPE_CLASS | 0x01)
50 #define USB_HID_DT_REPORT (USB_TYPE_CLASS | 0x02)
51 #define USB_HID_DT_PHYSICAL (USB_TYPE_CLASS | 0x03)
/bsp/allwinner/libraries/sunxi-hal/hal/test/usb/udc/
A Dusb_msg.c158 (USB_DIR_IN | USB_TYPE_CLASS | USB_RECIP_INTERFACE)) { in usb_msg_class_request_handler()
/bsp/allwinner/libraries/sunxi-hal/hal/source/usb/storage/Class/
A DmscTransport.c524 USB_DIR_IN | USB_TYPE_CLASS | USB_RECIP_INTERFACE, in mscGetMaxLun()
585 USB_TYPE_CLASS | USB_RECIP_INTERFACE,
/bsp/allwinner/libraries/sunxi-hal/hal/source/usb/hid/Class/
A DHidProtocol.c339 USB_DIR_OUT | USB_TYPE_CLASS | USB_RECIP_INTERFACE, in HidSetIlde()
383 USB_RECIP_INTERFACE | USB_TYPE_CLASS | USB_DIR_IN, in HidGetReport()
/bsp/allwinner/libraries/sunxi-hal/hal/source/usb/uvc/Class/
A Duvc_video.c91 __u8 type = USB_TYPE_CLASS | USB_RECIP_INTERFACE; in __uvc_query_ctrl()

Completed in 22 milliseconds