Searched refs:requesttype (Results 1 – 14 of 14) sorted by relevance
/u-boot/drivers/usb/emul/ |
A D | sandbox_hub.c | 212 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 D | xhci-ring.c | 780 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 D | usb-sandbox.c | 30 debug(" s %02x %02x %04x %04x %04x", setup->requesttype, in usbmon_trace()
|
A D | dwc2.c | 545 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 D | ehci-hcd.c | 371 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 D | sl811-hcd.c | 336 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 D | xhci.c | 936 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 D | usb-uclass.c | 71 setup->requesttype == USB_RT_PORT && in submit_control_msg()
|
A D | r8a66597-hcd.c | 584 bmRType_bReq = cmd->requesttype | (cmd->request << 8); in r8a66597_submit_rh_msg()
|
A D | ohci-hcd.c | 1272 bmRType_bReq = cmd->requesttype | (cmd->request << 8); in ohci_submit_rh_msg()
|
/u-boot/drivers/usb/gadget/ |
A D | ep0.c | 107 struct urb *urb, int index, int requesttype) in ep0_get_status() argument 115 switch (requesttype) { in ep0_get_status()
|
/u-boot/common/ |
A D | usb.c | 225 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 D | usb.h | 51 __u8 requesttype; member 265 unsigned char request, unsigned char requesttype,
|
/u-boot/drivers/usb/musb/ |
A D | musb_hcd.c | 473 bmRType_bReq = cmd->requesttype | (cmd->request << 8); in musb_submit_rh_msg()
|
Completed in 30 milliseconds