Home
last modified time | relevance | path

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

/rk3399_rockchip-uboot/drivers/usb/emul/
H A Dsandbox_hub.c214 switch (setup->requesttype) { in sandbox_hub_submit_control_msg()
228 __func__, setup->requesttype, in sandbox_hub_submit_control_msg()
248 __func__, setup->requesttype, setup->request); in sandbox_hub_submit_control_msg()
252 switch (setup->requesttype) { in sandbox_hub_submit_control_msg()
287 __func__, setup->requesttype, in sandbox_hub_submit_control_msg()
293 __func__, setup->requesttype, setup->request); in sandbox_hub_submit_control_msg()
/rk3399_rockchip-uboot/drivers/usb/host/
H A Dxhci-ring.c810 req->requesttype, req->requesttype, in xhci_ctrl_tx()
875 if (req->requesttype & USB_DIR_IN) in xhci_ctrl_tx()
886 req->requesttype, req->request, le16_to_cpu(req->value), in xhci_ctrl_tx()
889 trb_fields[0] = req->requesttype | req->request << 8 | in xhci_ctrl_tx()
917 if (req->requesttype & USB_DIR_IN) in xhci_ctrl_tx()
937 if (length > 0 && req->requesttype & USB_DIR_IN) in xhci_ctrl_tx()
H A Dusb-sandbox.c32 debug(" s %02x %02x %04x %04x %04x", setup->requesttype, in usbmon_trace()
H A Ddwc2.c547 switch (cmd->requesttype & ~USB_DIR_IN) { in dwc_otg_submit_rh_msg_in_status()
616 switch (cmd->requesttype & ~USB_DIR_IN) { in dwc_otg_submit_rh_msg_in_descriptor()
695 switch (cmd->requesttype & ~USB_DIR_IN) { in dwc_otg_submit_rh_msg_in_configuration()
741 uint16_t bmrtype_breq = cmd->requesttype | (cmd->request << 8); in dwc_otg_submit_rh_msg_out()
813 if (cmd->requesttype & USB_DIR_IN) in dwc_otg_submit_rh_msg()
H A Dehci-hcd.c323 req->requesttype, req->requesttype, in ehci_submit_async()
669 req->requesttype, req->requesttype, in ehci_submit_root()
672 typeReq = req->request | req->requesttype << 8; in ehci_submit_root()
925 req->requesttype, req->request, le16_to_cpu(req->value), in ehci_submit_root()
H 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()
H A Dxhci.c905 if ((req->requesttype & USB_RT_PORT) && in xhci_submit_root()
916 typeReq = req->request | req->requesttype << 8; in xhci_submit_root()
1186 (setup->requesttype & USB_TYPE_MASK) == USB_TYPE_STANDARD) in _xhci_submit_control_msg()
1190 (setup->requesttype & USB_TYPE_MASK) == USB_TYPE_STANDARD) { in _xhci_submit_control_msg()
H A Dusb-uclass.c62 setup->requesttype == USB_RT_PORT && in submit_control_msg()
H A Dr8a66597-hcd.c582 bmRType_bReq = cmd->requesttype | (cmd->request << 8); in r8a66597_submit_rh_msg()
H A Dohci-hcd.c1271 bmRType_bReq = cmd->requesttype | (cmd->request << 8); in ohci_submit_rh_msg()
/rk3399_rockchip-uboot/drivers/usb/gadget/
H A Dep0.c61 struct urb *urb, int index, int requesttype) in ep0_get_status() argument
69 switch (requesttype) { in ep0_get_status()
/rk3399_rockchip-uboot/common/
H A Dusb.c217 unsigned char request, unsigned char requesttype, in usb_control_msg() argument
230 setup_packet->requesttype = requesttype; in usb_control_msg()
237 request, requesttype, value, index, size); in usb_control_msg()
/rk3399_rockchip-uboot/include/
H A Dusb.h52 __u8 requesttype; member
260 unsigned char request, unsigned char requesttype,
/rk3399_rockchip-uboot/drivers/usb/musb/
H A Dmusb_hcd.c478 bmRType_bReq = cmd->requesttype | (cmd->request << 8); in musb_submit_rh_msg()
/rk3399_rockchip-uboot/arch/mips/mach-au1x00/
H A Dau1x00_usb_ohci.c907 bmRType_bReq = cmd->requesttype | (cmd->request << 8); in ohci_submit_rh_msg()