Home
last modified time | relevance | path

Searched refs:requesttype (Results 1 – 15 of 15) sorted by relevance

/openbmc/u-boot/drivers/usb/emul/
H A Dsandbox_hub.c211 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 Dxhci-ring.c767 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 Ddwc2.c532 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 Dusb-sandbox.c29 debug(" s %02x %02x %04x %04x %04x", setup->requesttype, in usbmon_trace()
H A Dehci-hcd.c322 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 Dxhci.c895 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 Dsl811-hcd.c335 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 Dusb-uclass.c58 setup->requesttype == USB_RT_PORT && in submit_control_msg()
H A Dr8a66597-hcd.c609 bmRType_bReq = cmd->requesttype | (cmd->request << 8); in r8a66597_submit_rh_msg()
H A Dohci-hcd.c1266 bmRType_bReq = cmd->requesttype | (cmd->request << 8); in ohci_submit_rh_msg()
/openbmc/u-boot/drivers/usb/gadget/
H A Dep0.c60 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 Dusb.c213 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 Dusb.h51 __u8 requesttype; member
259 unsigned char request, unsigned char requesttype,
/openbmc/qemu/hw/usb/
H A Dredirect.c1132 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 Dmusb_hcd.c477 bmRType_bReq = cmd->requesttype | (cmd->request << 8); in musb_submit_rh_msg()