Home
last modified time | relevance | path

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

/u-boot/drivers/usb/emul/
A Dsandbox_hub.c212 switch (setup->requesttype) { in sandbox_hub_submit_control_msg()
226 __func__, setup->requesttype, in sandbox_hub_submit_control_msg()
246 __func__, setup->requesttype, setup->request); in sandbox_hub_submit_control_msg()
250 switch (setup->requesttype) { in sandbox_hub_submit_control_msg()
285 __func__, setup->requesttype, in sandbox_hub_submit_control_msg()
291 __func__, setup->requesttype, setup->request); in sandbox_hub_submit_control_msg()
/u-boot/drivers/usb/host/
A Dxhci-ring.c780 req->requesttype, req->requesttype, in xhci_ctrl_tx()
845 if (req->requesttype & USB_DIR_IN) in xhci_ctrl_tx()
856 req->requesttype, req->request, le16_to_cpu(req->value), in xhci_ctrl_tx()
859 trb_fields[0] = req->requesttype | req->request << 8 | in xhci_ctrl_tx()
888 if (req->requesttype & USB_DIR_IN) in xhci_ctrl_tx()
908 if (length > 0 && req->requesttype & USB_DIR_IN) in xhci_ctrl_tx()
A Dusb-sandbox.c30 debug(" s %02x %02x %04x %04x %04x", setup->requesttype, in usbmon_trace()
A Ddwc2.c545 switch (cmd->requesttype & ~USB_DIR_IN) { in dwc_otg_submit_rh_msg_in_status()
614 switch (cmd->requesttype & ~USB_DIR_IN) { in dwc_otg_submit_rh_msg_in_descriptor()
693 switch (cmd->requesttype & ~USB_DIR_IN) { in dwc_otg_submit_rh_msg_in_configuration()
739 uint16_t bmrtype_breq = cmd->requesttype | (cmd->request << 8); in dwc_otg_submit_rh_msg_out()
811 if (cmd->requesttype & USB_DIR_IN) in dwc_otg_submit_rh_msg()
A Dehci-hcd.c371 req->requesttype, req->requesttype, in ehci_submit_async()
717 req->requesttype, req->requesttype, in ehci_submit_root()
720 typeReq = req->request | req->requesttype << 8; in ehci_submit_root()
977 req->requesttype, req->request, le16_to_cpu(req->value), in ehci_submit_root()
A Dsl811-hcd.c336 devnum, ep, buffer, len, (int)setup->requesttype, in submit_control_msg()
549 bmRType_bReq = cmd->requesttype | (cmd->request << 8); in sl811_rh_submit_urb()
A Dxhci.c936 if ((req->requesttype & USB_RT_PORT) && in xhci_submit_root()
947 typeReq = req->request | req->requesttype << 8; in xhci_submit_root()
1217 (setup->requesttype & USB_TYPE_MASK) == USB_TYPE_STANDARD) in _xhci_submit_control_msg()
1221 (setup->requesttype & USB_TYPE_MASK) == USB_TYPE_STANDARD) { in _xhci_submit_control_msg()
A Dusb-uclass.c71 setup->requesttype == USB_RT_PORT && in submit_control_msg()
A Dr8a66597-hcd.c584 bmRType_bReq = cmd->requesttype | (cmd->request << 8); in r8a66597_submit_rh_msg()
A Dohci-hcd.c1272 bmRType_bReq = cmd->requesttype | (cmd->request << 8); in ohci_submit_rh_msg()
/u-boot/drivers/usb/gadget/
A Dep0.c107 struct urb *urb, int index, int requesttype) in ep0_get_status() argument
115 switch (requesttype) { in ep0_get_status()
/u-boot/common/
A Dusb.c225 unsigned char request, unsigned char requesttype, in usb_control_msg() argument
238 setup_packet->requesttype = requesttype; in usb_control_msg()
245 request, requesttype, value, index, size); in usb_control_msg()
/u-boot/include/
A Dusb.h51 __u8 requesttype; member
265 unsigned char request, unsigned char requesttype,
/u-boot/drivers/usb/musb/
A Dmusb_hcd.c473 bmRType_bReq = cmd->requesttype | (cmd->request << 8); in musb_submit_rh_msg()

Completed in 30 milliseconds