| /openbmc/u-boot/drivers/usb/emul/ |
| H A D | sandbox_hub.c | 211 switch (setup->requesttype) { in sandbox_hub_submit_control_msg() 225 __func__, setup->requesttype, in sandbox_hub_submit_control_msg() 245 __func__, setup->requesttype, setup->request); in sandbox_hub_submit_control_msg() 249 switch (setup->requesttype) { in sandbox_hub_submit_control_msg() 284 __func__, setup->requesttype, in sandbox_hub_submit_control_msg() 290 __func__, setup->requesttype, setup->request); in sandbox_hub_submit_control_msg()
|
| /openbmc/u-boot/drivers/usb/host/ |
| H A D | xhci-ring.c | 767 req->requesttype, req->requesttype, in xhci_ctrl_tx() 832 if (req->requesttype & USB_DIR_IN) in xhci_ctrl_tx() 843 req->requesttype, req->request, le16_to_cpu(req->value), in xhci_ctrl_tx() 846 trb_fields[0] = req->requesttype | req->request << 8 | in xhci_ctrl_tx() 874 if (req->requesttype & USB_DIR_IN) in xhci_ctrl_tx() 894 if (length > 0 && req->requesttype & USB_DIR_IN) in xhci_ctrl_tx()
|
| H A D | dwc2.c | 532 switch (cmd->requesttype & ~USB_DIR_IN) { in dwc_otg_submit_rh_msg_in_status() 601 switch (cmd->requesttype & ~USB_DIR_IN) { in dwc_otg_submit_rh_msg_in_descriptor() 680 switch (cmd->requesttype & ~USB_DIR_IN) { in dwc_otg_submit_rh_msg_in_configuration() 726 uint16_t bmrtype_breq = cmd->requesttype | (cmd->request << 8); in dwc_otg_submit_rh_msg_out() 798 if (cmd->requesttype & USB_DIR_IN) in dwc_otg_submit_rh_msg()
|
| H A D | usb-sandbox.c | 29 debug(" s %02x %02x %04x %04x %04x", setup->requesttype, in usbmon_trace()
|
| H A D | ehci-hcd.c | 322 req->requesttype, req->requesttype, in ehci_submit_async() 683 req->requesttype, req->requesttype, in ehci_submit_root() 686 typeReq = req->request | req->requesttype << 8; in ehci_submit_root() 943 req->requesttype, req->request, le16_to_cpu(req->value), in ehci_submit_root()
|
| H A D | xhci.c | 895 if ((req->requesttype & USB_RT_PORT) && in xhci_submit_root() 906 typeReq = req->request | req->requesttype << 8; in xhci_submit_root() 1175 (setup->requesttype & USB_TYPE_MASK) == USB_TYPE_STANDARD) in _xhci_submit_control_msg() 1179 (setup->requesttype & USB_TYPE_MASK) == USB_TYPE_STANDARD) { in _xhci_submit_control_msg()
|
| H A D | sl811-hcd.c | 335 devnum, ep, buffer, len, (int)setup->requesttype, in submit_control_msg() 548 bmRType_bReq = cmd->requesttype | (cmd->request << 8); in sl811_rh_submit_urb()
|
| H A D | usb-uclass.c | 58 setup->requesttype == USB_RT_PORT && in submit_control_msg()
|
| H A D | r8a66597-hcd.c | 609 bmRType_bReq = cmd->requesttype | (cmd->request << 8); in r8a66597_submit_rh_msg()
|
| H A D | ohci-hcd.c | 1266 bmRType_bReq = cmd->requesttype | (cmd->request << 8); in ohci_submit_rh_msg()
|
| /openbmc/u-boot/drivers/usb/gadget/ |
| H A D | ep0.c | 60 struct urb *urb, int index, int requesttype) in ep0_get_status() argument 68 switch (requesttype) { in ep0_get_status()
|
| /openbmc/u-boot/common/ |
| H A D | usb.c | 213 unsigned char request, unsigned char requesttype, in usb_control_msg() argument 226 setup_packet->requesttype = requesttype; in usb_control_msg() 233 request, requesttype, value, index, size); in usb_control_msg()
|
| /openbmc/u-boot/include/ |
| H A D | usb.h | 51 __u8 requesttype; member 259 unsigned char request, unsigned char requesttype,
|
| /openbmc/qemu/hw/usb/ |
| H A D | redirect.c | 1132 control_packet.requesttype = request >> 8; in usbredir_handle_control() 1133 control_packet.endpoint = control_packet.requesttype & USB_DIR_IN; in usbredir_handle_control() 1138 if (control_packet.requesttype & USB_DIR_IN) { in usbredir_handle_control() 1994 control_packet->requesttype == 0x80 && in usbredir_control_packet() 2021 control_packet->requesttype == USB_DIR_IN && in usbredir_control_packet()
|
| /openbmc/u-boot/drivers/usb/musb/ |
| H A D | musb_hcd.c | 477 bmRType_bReq = cmd->requesttype | (cmd->request << 8); in musb_submit_rh_msg()
|