Home
last modified time | relevance | path

Searched refs:bRequestType (Results 1 – 1 of 1) 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 …]