Home
last modified time | relevance | path

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

/external/qemu/
Dusb-linux.c47 uint8_t bRequestType; member
57 uint8_t bRequestType; member
564 s->ctrl.req.bRequestType, s->ctrl.req.bRequest, value, index, in usb_host_handle_control()
567 if (s->ctrl.req.bRequestType == 0) { in usb_host_handle_control()
577 if (s->ctrl.req.bRequestType == 1 && in usb_host_handle_control()
637 if (s->ctrl.req.bRequestType & USB_DIR_IN) { in do_token_setup()
665 if (!(s->ctrl.req.bRequestType & USB_DIR_IN)) { in do_token_in()
677 if (s->ctrl.req.bRequestType & USB_DIR_IN) { in do_token_in()
705 if (s->ctrl.req.bRequestType & USB_DIR_IN) { in do_token_out()
714 if (!(s->ctrl.req.bRequestType & USB_DIR_IN)) { in do_token_out()
[all …]
/external/kernel-headers/original/linux/
Dusbdevice_fs.h43 __u8 bRequestType; member
Dusb_ch9.h127 __u8 bRequestType; member
/external/libusb-compat/libusb/
Dusb.h192 u_int8_t bRequestType; member
/external/kernel-headers/original/linux/usb/
Dch9.h179 __u8 bRequestType; member
/external/valgrind/main/include/vki/
Dvki-linux.h2330 __vki_u8 bRequestType; member
2405 __vki_u8 bRequestType; member
/external/valgrind/main/coregrind/m_syswrap/
Dsyswrap-linux.c4826 …AD( "ioctl(USBDEVFS_CONTROL).bRequestType", (Addr)&vkuc->bRequestType, sizeof(vkuc->bRequestType)); in PRE()
4832 if (vkuc->bRequestType & 0x80) in PRE()
4869 if (vkusp->bRequestType & 0x80) in PRE()
5841 if (vkuc->bRequestType & 0x80) in POST()
5868 if (vkusp->bRequestType & 0x80) in POST()