Home
last modified time | relevance | path

Searched defs:usb_ctrlrequest (Results 1 – 3 of 3) sorted by relevance

/utopia/UTPA2-700.0.x/modules/usb/drv/usb_ecos/newhost/include/
H A DdrvUSB_CH9.h113 struct usb_ctrlrequest { struct
114 MS_U8 bRequestType;
115 MS_U8 bRequest;
116 MS_U16 wValue;
117 MS_U16 wIndex;
118 MS_U16 wLength;
/utopia/UTPA2-700.0.x/modules/usb/drv/usb_ecos/usbhost/include/
H A DdrvUSB_CH9.h215 struct usb_ctrlrequest { struct
216 unsigned char bRequestType;
217 unsigned char bRequest;
218 U16 wValue;
219 U16 wIndex;
220 U16 wLength;
/utopia/UTPA2-700.0.x/projects/tools/lint/mips-linux-gnu_include/linux/usb/
H A Dch9.h146 struct usb_ctrlrequest { struct
147 __u8 bRequestType;
148 __u8 bRequest;
149 __le16 wValue;
150 __le16 wIndex;
151 __le16 wLength;