Home
last modified time | relevance | path

Searched defs:usb_device_id (Results 1 – 2 of 2) sorted by relevance

/utopia/UTPA2-700.0.x/modules/usb/drv/usb_ecos/newhost/include/
H A DdrvDevice.h147 struct usb_device_id { struct
148 MS_U16 match_id_flags;
150 MS_U16 idVendor;
151 MS_U16 idProduct;
152 MS_U16 bcdDevice_lo;
153 MS_U16 bcdDevice_hi;
155 MS_U8 bDeviceClass;
156 MS_U8 bDeviceSubClass;
157 MS_U8 bDeviceProtocol;
159 MS_U8 bInterfaceClass;
[all …]
/utopia/UTPA2-700.0.x/modules/usb/drv/usb_ecos/usbhost/include/
H A DdrvDevice.h193 struct usb_device_id { struct
195 U16 match_flags;
198 U16 idVendor;
199 U16 idProduct;
200 U16 bcdDevice_lo;
201 U16 bcdDevice_hi;
204 unsigned char bDeviceClass;
205 unsigned char bDeviceSubClass;
206 unsigned char bDeviceProtocol;
230 /* Some useful macros to use to create struct usb_device_id */ argument