Searched refs:USB_TYPE_CLASS (Results 1 – 9 of 9) sorted by relevance
| /utopia/UTPA2-700.0.x/projects/tools/lint/mips-linux-gnu_include/linux/usb/ |
| H A D | ch9.h | 56 #define USB_TYPE_CLASS (0x01 << 5) macro 195 #define USB_DT_CS_DEVICE (USB_TYPE_CLASS | USB_DT_DEVICE) 196 #define USB_DT_CS_CONFIG (USB_TYPE_CLASS | USB_DT_CONFIG) 197 #define USB_DT_CS_STRING (USB_TYPE_CLASS | USB_DT_STRING) 198 #define USB_DT_CS_INTERFACE (USB_TYPE_CLASS | USB_DT_INTERFACE) 199 #define USB_DT_CS_ENDPOINT (USB_TYPE_CLASS | USB_DT_ENDPOINT)
|
| /utopia/UTPA2-700.0.x/projects/tools/lint/mips-linux-gnu_include/linux/ |
| H A D | hid.h | 59 #define HID_DT_HID (USB_TYPE_CLASS | 0x01) 60 #define HID_DT_REPORT (USB_TYPE_CLASS | 0x02) 61 #define HID_DT_PHYSICAL (USB_TYPE_CLASS | 0x03)
|
| /utopia/UTPA2-700.0.x/modules/usb/drv/usb_ecos/usbhost/ |
| H A D | drvHUB.h | 89 #define USB_RT_HUB (USB_TYPE_CLASS | USB_RECIP_DEVICE) 90 #define USB_RT_PORT (USB_TYPE_CLASS | USB_RECIP_OTHER) 166 #define USB_DT_HUB (USB_TYPE_CLASS | 0x09)
|
| H A D | drvTransport.c | 1067 USB_TYPE_CLASS | USB_RECIP_INTERFACE, 0, in usb_stor_CBI_transport() 1232 USB_TYPE_CLASS | USB_RECIP_INTERFACE, 0, in usb_stor_CB_transport() 1305 USB_DIR_IN | USB_TYPE_CLASS | in usb_stor_Bulk_max_lun() 1661 USB_TYPE_CLASS | USB_RECIP_INTERFACE, in usb_stor_CB_reset() 1671 USB_TYPE_CLASS | USB_RECIP_INTERFACE, in usb_stor_Bulk_reset()
|
| /utopia/UTPA2-700.0.x/modules/usb/drv/usb_ecos/newhost/ |
| H A D | drvHub.h | 89 #define USB_RT_HUB (USB_TYPE_CLASS | USB_RECIP_DEVICE) // root hub 90 #define USB_RT_PORT (USB_TYPE_CLASS | USB_RECIP_OTHER) // root hub port 145 #define USB_DT_HUB (USB_TYPE_CLASS | 0x09) // hub descriptor
|
| H A D | drvBulktran.c | 751 ptr->cr->bRequestType = USB_TYPE_CLASS | USB_RECIP_INTERFACE; in ms_usb_CB_transport() 952 return ms_usb_reset_common(ptr, MS_CBI_ADSC, USB_TYPE_CLASS | USB_RECIP_INTERFACE, in ms_usb_CB_reset() 960 return ms_usb_reset_common(ptr, BULK_RESET_REQUEST, USB_TYPE_CLASS | USB_RECIP_INTERFACE, in ms_usb_bulk_reset()
|
| H A D | drvMassStor.c | 456 USB_DIR_IN | USB_TYPE_CLASS | USB_RECIP_INTERFACE, in ms_usb_acquire_resources()
|
| /utopia/UTPA2-700.0.x/modules/usb/drv/usb_ecos/usbhost/include/ |
| H A D | drvUSB_CH9.h | 143 #define USB_TYPE_CLASS (0x01 << 5) macro
|
| /utopia/UTPA2-700.0.x/modules/usb/drv/usb_ecos/newhost/include/ |
| H A D | drvUSB_CH9.h | 91 #define USB_TYPE_CLASS (0x01 << 5) // class specific message macro
|