Searched refs:usb_pipein (Results 1 – 11 of 11) sorted by relevance
| /rk3399_rockchip-uboot/drivers/usb/host/ |
| H A D | r8a66597-hcd.c | 234 if (usb_pipein(pipe)) { in pipe_buffer_setting() 253 if (!usb_pipein(pipe)) in pipe_buffer_setting() 472 if (usb_pipein(pipe)) { in send_status_packet() 757 if (usb_pipein(pipe)) in r8a66597_submit_control_msg() 792 if (usb_pipein(pipe)) in r8a66597_submit_bulk_msg()
|
| H A D | sl811-hcd.c | 264 if (usb_pipein(pipe) && len) in sl811_send_packet() 345 int dir_in = usb_pipein(pipe); in submit_control_msg()
|
| H A D | ohci-hcd.c | 1262 cmd, "SUB(rh)", usb_pipein(pipe)); in ohci_submit_rh_msg() 1534 setup, "SUB", usb_pipein(pipe)); in submit_common_msg() 1599 if (usb_pipein(pipe) && dev->status == 0 && dev->act_len) in submit_common_msg() 1604 setup, "RET(ctlr)", usb_pipein(pipe)); in submit_common_msg() 1743 setup, "SUB", usb_pipein(pipe)); in _ohci_submit_control_msg()
|
| H A D | xhci-ring.c | 721 if (usb_pipein(pipe)) in xhci_bulk_tx() 904 if (usb_pipein(pipe)) in xhci_ctrl_tx()
|
| H A D | ehci-hcd.c | 495 QT_TOKEN_PID(usb_pipein(pipe) ? in ehci_submit_async() 531 QT_TOKEN_PID(usb_pipein(pipe) ? in ehci_submit_async() 1312 usb_pipein(pipe) ? "in" : "out"); in _ehci_create_int_queue() 1316 ((usb_pipein(pipe) ? 1 : 0) << 8) | /* IN/OUT token */ in _ehci_create_int_queue()
|
| H A D | dwc2.c | 1059 if (usb_pipein(pipe)) in _submit_bulk_msg() 1064 return chunk_msg(priv, dev, pipe, pid, usb_pipein(pipe), buffer, len); in _submit_bulk_msg() 1097 ret = chunk_msg(priv, dev, pipe, &pid, usb_pipein(pipe), in _submit_control_msg()
|
| /rk3399_rockchip-uboot/drivers/usb/musb-new/ |
| H A D | musb_uboot.c | 41 int is_in = usb_pipein(pipe); in construct_urb() 128 int ret, index = usb_pipein(pipe) * 16 + usb_pipeendpoint(pipe); in _musb_create_int_queue() 161 int index = usb_pipein(queue->urb.pipe) * 16 + in _musb_destroy_int_queue()
|
| H A D | musb_host.c | 303 usb_pipein(urb->pipe) ? "in" : "out", in musb_giveback() 1981 ok = (usb_pipein(urb->pipe) && musb->hb_iso_rx) 2129 int is_in = usb_pipein(urb->pipe); 2192 int is_in = usb_pipein(urb->pipe);
|
| /rk3399_rockchip-uboot/include/ |
| H A D | usb.h | 388 #define usb_pipein(pipe) (((pipe) >> 7) & 1) macro 402 (usb_pipein(pipe) ? 0 : 1))
|
| /rk3399_rockchip-uboot/arch/mips/mach-au1x00/ |
| H A D | au1x00_usb_ohci.c | 898 pkt_print(dev, pipe, buffer, transfer_len, cmd, "SUB(rh)", usb_pipein(pipe)); in ohci_submit_rh_msg() 1116 pkt_print(dev, pipe, buffer, transfer_len, setup, "SUB", usb_pipein(pipe)); in submit_common_msg() 1188 pkt_print(dev, pipe, buffer, transfer_len, setup, "RET(ctlr)", usb_pipein(pipe)); in submit_common_msg() 1214 pkt_print(dev, pipe, buffer, transfer_len, setup, "SUB", usb_pipein(pipe)); in submit_control_msg()
|
| /rk3399_rockchip-uboot/common/ |
| H A D | usb.c | 548 int endp = usb_pipeendpoint(pipe)|(usb_pipein(pipe)<<7); in usb_clear_halt()
|