Searched refs:bRequestType (Results 1 - 7 of 7) sorted by relevance

/external/qemu/
H A Dusb-linux.c47 uint8_t bRequestType; member in struct:usb_ctrltransfer
57 uint8_t bRequestType; member in struct:usb_ctrlrequest
565 s->ctrl.req.bRequestType, s->ctrl.req.bRequest, value, index,
568 if (s->ctrl.req.bRequestType == 0) {
578 if (s->ctrl.req.bRequestType == 1 &&
638 if (s->ctrl.req.bRequestType & USB_DIR_IN) {
666 if (!(s->ctrl.req.bRequestType & USB_DIR_IN)) {
678 if (s->ctrl.req.bRequestType & USB_DIR_IN) {
706 if (s->ctrl.req.bRequestType & USB_DIR_IN) {
715 if (!(s->ctrl.req.bRequestType
[all...]
/external/kernel-headers/original/linux/
H A Dusbdevice_fs.h43 __u8 bRequestType; member in struct:usbdevfs_ctrltransfer
H A Dusb_ch9.h32 * It's also one of three fields in control requests bRequestType.
38 * USB types, the second of three bRequestType fields
47 * USB recipients, the third of three bRequestType fields
61 * These are qualified by the bRequestType field, so that for example
111 * @bRequestType: matches the USB bmRequestType field
127 __u8 bRequestType; member in struct:usb_ctrlrequest
/external/libusb-compat/libusb/
H A Dusb.h192 u_int8_t bRequestType; member in struct:usb_ctrl_setup
/external/kernel-headers/original/linux/usb/
H A Dch9.h47 * It's also one of three fields in control requests bRequestType.
53 * USB types, the second of three bRequestType fields
62 * USB recipients, the third of three bRequestType fields
76 * These are qualified by the bRequestType field, so that for example
163 * @bRequestType: matches the USB bmRequestType field
179 __u8 bRequestType; member in struct:usb_ctrlrequest
/external/valgrind/main/coregrind/m_syswrap/
H A Dsyswrap-linux.c5233 PRE_MEM_READ( "ioctl(USBDEVFS_CONTROL).bRequestType", (Addr)&vkuc->bRequestType, sizeof(vkuc->bRequestType));
5239 if (vkuc->bRequestType & 0x80)
5276 if (vkusp->bRequestType & 0x80)
6350 if (vkuc->bRequestType & 0x80)
6377 if (vkusp->bRequestType & 0x80)
/external/valgrind/main/include/vki/
H A Dvki-linux.h2397 __vki_u8 bRequestType; member in struct:vki_usbdevfs_ctrltransfer
2472 __vki_u8 bRequestType; member in struct:vki_usbdevfs_setuppacket

Completed in 121 milliseconds