| /u-boot/drivers/usb/musb-new/ |
| A D | musb_uboot.c | 38 unsigned long pipe, void *buffer, int len, in construct_urb() 94 struct usb_device *dev, unsigned long pipe, in _musb_submit_control_msg() 116 struct usb_device *dev, unsigned long pipe, in _musb_submit_int_msg() 125 struct usb_device *dev, unsigned long pipe, int queuesize, in _musb_create_int_queue() 262 int submit_bulk_msg(struct usb_device *dev, unsigned long pipe, in submit_bulk_msg() 274 int submit_int_msg(struct usb_device *dev, unsigned long pipe, in submit_int_msg() 282 unsigned long pipe, int queuesize, int elementsize, in create_int_queue() 312 unsigned long pipe, void *buffer, int length, in musb_submit_control_msg() 320 unsigned long pipe, void *buffer, int length) in musb_submit_bulk_msg() 327 unsigned long pipe, void *buffer, int length, in musb_submit_int_msg() [all …]
|
| A D | musb_host.c | 202 unsigned pipe = urb->pipe; in musb_start_urb() local 465 int pipe = urb->pipe; in musb_host_packet_rx() local 1109 int pipe; in musb_host_tx() local 1444 int pipe; in musb_host_rx() local
|
| /u-boot/drivers/usb/isp1760/ |
| A D | isp1760-uboot.c | 30 unsigned long pipe, void *buffer, in isp1760_msg_submit_control() 41 unsigned long pipe, void *buffer, int length) in isp1760_msg_submit_bulk() 50 unsigned long pipe, void *buffer, int length, in isp1760_msg_submit_irq()
|
| /u-boot/drivers/usb/common/ |
| A D | usb_urb.c | 63 unsigned long pipe, void *buffer, int len, in usb_urb_fill() 122 struct usb_device *dev, unsigned long pipe, in usb_urb_submit_control() 144 unsigned long pipe, void *buffer, int len) in usb_urb_submit_bulk() 154 unsigned long pipe, void *buffer, int len, int interval) in usb_urb_submit_irq()
|
| /u-boot/drivers/usb/host/ |
| A D | usb-sandbox.c | 24 static void usbmon_trace(struct udevice *bus, ulong pipe, in usbmon_trace() 48 unsigned long pipe, in sandbox_submit_control() 84 unsigned long pipe, void *buffer, int length) in sandbox_submit_bulk() 109 unsigned long pipe, void *buffer, int length, in sandbox_submit_int()
|
| A D | ehci-hcd.c | 722 static int ehci_submit_root(struct usb_device *dev, unsigned long pipe, in ehci_submit_root() 1234 unsigned long pipe; member 1285 unsigned long pipe, int queuesize, int elementsize, in _ehci_create_int_queue() 1451 unsigned long pipe = queue->pipe; in _ehci_poll_int_queue() local 1582 int submit_bulk_msg(struct usb_device *dev, unsigned long pipe, in submit_bulk_msg() 1594 int submit_int_msg(struct usb_device *dev, unsigned long pipe, in submit_int_msg() 1602 unsigned long pipe, int queuesize, int elementsize, in create_int_queue() 1629 unsigned long pipe, void *buffer, int length, in ehci_submit_control_msg() 1639 unsigned long pipe, void *buffer, int length) in ehci_submit_bulk_msg() 1646 unsigned long pipe, void *buffer, int length, in ehci_submit_int_msg() [all …]
|
| A D | r8a66597-hcd.c | 203 struct usb_device *dev, unsigned long pipe) in pipe_buffer_setting() 291 unsigned long pipe, void *buffer, int transfer_len) in send_bulk_packet() 340 unsigned long pipe, in receive_bulk_packet() 441 unsigned long pipe) in send_status_packet() 537 unsigned long pipe, void *buffer, in r8a66597_submit_rh_msg() 707 unsigned long pipe, void *buffer, in r8a66597_submit_control_msg() 745 struct usb_device *dev, unsigned long pipe, in r8a66597_submit_bulk_msg()
|
| A D | ohci-hcd.c | 255 unsigned long pipe, void *buffer, int transfer_len, in pkt_print() 493 unsigned long pipe = urb->pipe; in sohci_submit_job() local 822 unsigned long pipe, int interval, int load) in ep_add_ed() 928 unsigned long pipe, void *buffer, int transfer_len, in td_submit_job() 1220 unsigned long pipe, void *buffer, int transfer_len, in ohci_submit_rh_msg() 1491 unsigned long pipe, void *buffer, int transfer_len, in submit_common_msg() 1689 unsigned long pipe, int queuesize, int elementsize, in create_int_queue() 1708 unsigned long pipe, void *buffer, int transfer_len, in _ohci_submit_control_msg() 2049 unsigned long pipe, void *buffer, int length, in ohci_submit_control_msg() 2059 unsigned long pipe, void *buffer, int length) in ohci_submit_bulk_msg() [all …]
|
| A D | dwc2.c | 792 unsigned long pipe, void *buffer, int txlen, in dwc_otg_submit_rh_msg() 910 unsigned long pipe, u8 *pid, int in, void *buffer, int len) in chunk_msg() 1037 unsigned long pipe, void *buffer, int len) in _submit_bulk_msg() 1057 unsigned long pipe, void *buffer, int len, in _submit_control_msg() 1115 unsigned long pipe, void *buffer, int len, int interval, in _submit_int_msg() 1238 int submit_control_msg(struct usb_device *dev, unsigned long pipe, void *buffer, in submit_control_msg() 1244 int submit_bulk_msg(struct usb_device *dev, unsigned long pipe, void *buffer, in submit_bulk_msg() 1250 int submit_int_msg(struct usb_device *dev, unsigned long pipe, void *buffer, in submit_int_msg() 1285 unsigned long pipe, void *buffer, int length, in dwc2_submit_control_msg() 1297 unsigned long pipe, void *buffer, int length) in dwc2_submit_bulk_msg() [all …]
|
| A D | xhci.c | 874 static int xhci_submit_root(struct usb_device *udev, unsigned long pipe, in xhci_submit_root() 1104 static int _xhci_submit_int_msg(struct usb_device *udev, unsigned long pipe, in _xhci_submit_int_msg() 1131 static int _xhci_submit_bulk_msg(struct usb_device *udev, unsigned long pipe, in _xhci_submit_bulk_msg() 1153 static int _xhci_submit_control_msg(struct usb_device *udev, unsigned long pipe, in _xhci_submit_control_msg() 1255 unsigned long pipe, void *buffer, int length, in xhci_submit_control_msg() 1288 unsigned long pipe, void *buffer, int length) in xhci_submit_bulk_msg() 1295 unsigned long pipe, void *buffer, int length, in xhci_submit_int_msg()
|
| A D | usb-uclass.c | 46 int submit_int_msg(struct usb_device *udev, unsigned long pipe, void *buffer, in submit_int_msg() 59 int submit_control_msg(struct usb_device *udev, unsigned long pipe, in submit_control_msg() 82 int submit_bulk_msg(struct usb_device *udev, unsigned long pipe, void *buffer, in submit_bulk_msg() 95 unsigned long pipe, int queuesize, int elementsize, in create_int_queue()
|
| A D | xhci-ring.c | 608 int xhci_bulk_tx(struct usb_device *udev, unsigned long pipe, in xhci_bulk_tx() 805 int xhci_ctrl_tx(struct usb_device *udev, unsigned long pipe, in xhci_ctrl_tx()
|
| /u-boot/drivers/usb/emul/ |
| A D | usb-emul-uclass.c | 163 int usb_emul_find(struct udevice *bus, ulong pipe, int port1, in usb_emul_find() 179 unsigned long pipe, void *buffer, int length, in usb_emul_control() 234 unsigned long pipe, void *buffer, int length) in usb_emul_bulk() 250 unsigned long pipe, void *buffer, int length, int interval, in usb_emul_int()
|
| A D | sandbox_keyb.c | 179 unsigned long pipe, void *buff, int len, in sandbox_keyb_control() 188 unsigned long pipe, void *buffer, int length, int interval, in sandbox_keyb_interrupt()
|
| A D | sandbox_flash.c | 135 unsigned long pipe, void *buff, int len, in sandbox_flash_control() 212 unsigned long pipe, void *buff, int len) in sandbox_flash_bulk()
|
| A D | sandbox_hub.c | 204 unsigned long pipe, in sandbox_hub_submit_control_msg()
|
| /u-boot/include/ |
| A D | usb.h | 50 #define USB_TIMEOUT_MS(pipe) (usb_pipebulk(pipe) ? 5000 : 1000) argument 394 #define usb_packetid(pipe) (((pipe) & USB_DIR_IN) ? USB_PID_IN : \ argument 397 #define usb_pipeout(pipe) ((((pipe) >> 7) & 1) ^ 1) argument 398 #define usb_pipein(pipe) (((pipe) >> 7) & 1) argument 399 #define usb_pipedevice(pipe) (((pipe) >> 8) & 0x7f) argument 400 #define usb_pipe_endpdev(pipe) (((pipe) >> 8) & 0x7ff) argument 401 #define usb_pipeendpoint(pipe) (((pipe) >> 15) & 0xf) argument 402 #define usb_pipedata(pipe) (((pipe) >> 19) & 1) argument 403 #define usb_pipetype(pipe) (((pipe) >> 30) & 3) argument 407 #define usb_pipebulk(pipe) (usb_pipetype((pipe)) == PIPE_BULK) argument [all …]
|
| /u-boot/drivers/video/ |
| A D | i915_reg.h | 47 #define BLM_PIPE(pipe) ((pipe) << 29) argument 95 #define ENH_PIPE(pipe) _PIPE(pipe, ENH_PIPE_A_SELECT, ENH_PIPE_B_SELECT) argument 267 #define TVIDEO_DIP_CTL(pipe) _PIPE(pipe, _VIDEO_DIP_CTL_A, _VIDEO_DIP_CTL_B) argument 268 #define TVIDEO_DIP_DATA(pipe) _PIPE(pipe, _VIDEO_DIP_DATA_A, _VIDEO_DIP_DATA_B) argument 269 #define TVIDEO_DIP_GCP(pipe) _PIPE(pipe, _VIDEO_DIP_GCP_A, _VIDEO_DIP_GCP_B) argument 279 #define VLV_TVIDEO_DIP_CTL(pipe) \ argument 281 #define VLV_TVIDEO_DIP_DATA(pipe) \ argument 283 #define VLV_TVIDEO_DIP_GCP(pipe) \ argument
|
| /u-boot/drivers/usb/musb/ |
| A D | musb_hcd.c | 453 static int musb_submit_rh_msg(struct usb_device *dev, unsigned long pipe, in musb_submit_rh_msg() 748 int submit_control_msg(struct usb_device *dev, unsigned long pipe, void *buffer, in submit_control_msg() 847 int submit_bulk_msg(struct usb_device *dev, unsigned long pipe, in submit_bulk_msg() 1054 int submit_int_msg(struct usb_device *dev, unsigned long pipe, void *buffer, in submit_int_msg()
|
| /u-boot/common/ |
| A D | usb.c | 204 int usb_int_msg(struct usb_device *dev, unsigned long pipe, in usb_int_msg() 220 int usb_control_msg(struct usb_device *dev, unsigned int pipe, in usb_control_msg() 272 int usb_bulk_msg(struct usb_device *dev, unsigned int pipe, in usb_bulk_msg() 301 int usb_maxpacket(struct usb_device *dev, unsigned long pipe) in usb_maxpacket() 533 int usb_clear_halt(struct usb_device *dev, int pipe) in usb_clear_halt()
|
| A D | cli_hush.c | 198 struct pipe *pipe; member 241 struct pipe { struct 252 struct child_prog *progs; /* array of commands in pipe */ argument 253 struct pipe *next; /* to track background commands */ argument 258 pipe_style followup; /* PIPE_BG, PIPE_SEQ, PIPE_OR, PIPE_AND */ argument 259 reserved_style r_mode; /* supports if, for, while, until */
|
| A D | usb_storage.c | 383 static int us_one_transfer(struct us_data *us, int pipe, char *buf, int length) in us_one_transfer() 469 unsigned int pipe; in usb_stor_BBB_reset() local 555 unsigned int pipe; in usb_stor_BBB_comdat() local 603 unsigned int pipe; in usb_stor_CB_comdat() local 728 unsigned int pipe, pipein, pipeout; in usb_stor_BBB_transport() local
|
| /u-boot/arch/mips/mach-octeon/ |
| A D | cvmx-helper-ilk.c | 327 unsigned char pipe) in __cvmx_ilk_write_rx_cal_entry_cn68xx() 420 unsigned char pipe) in __cvmx_ilk_write_rx_cal_entry()
|
| /u-boot/include/linux/usb/ |
| A D | usb_urb_compat.h | 50 unsigned int pipe; /* (in) pipe information */ member
|
| /u-boot/arch/mips/mach-octeon/include/mach/ |
| A D | cvmx-ilk.h | 56 unsigned int pipe; member
|