Searched refs:usb_pipedevice (Results 1 – 19 of 19) sorted by relevance
| /linux/drivers/usb/usbip/ |
| H A D | vhci_tx.c | 19 usb_pipedevice(urb->pipe), vdev->devid); in setup_cmd_submit_pdu()
|
| H A D | usbip_common.c | 62 unsigned char dev = usb_pipedevice(p); in usbip_dump_pipe()
|
| H A D | vhci_hcd.c | 751 if (usb_pipedevice(urb->pipe) == 0) { in vhci_urb_enqueue()
|
| /linux/drivers/usb/host/ |
| H A D | sl811-hcd.c | 156 writeb(usb_pipedevice(urb->pipe), data_reg); in setup_packet() 184 writeb(usb_pipedevice(urb->pipe), data_reg); in status_packet() 224 writeb(usb_pipedevice(urb->pipe), data_reg); in in_packet() 267 writeb(usb_pipedevice(urb->pipe), data_reg); in out_packet()
|
| H A D | octeon-hcd.c | 3151 pipe = cvmx_usb_open_pipe(usb, usb_pipedevice(urb->pipe), in octeon_usb_urb_enqueue() 3177 usb_pipedevice(urb->pipe), in octeon_usb_urb_enqueue() 3215 usb_pipedevice(urb->pipe), in octeon_usb_urb_enqueue() 3221 usb_pipedevice(urb->pipe), in octeon_usb_urb_enqueue() 3227 usb_pipedevice(urb->pipe), in octeon_usb_urb_enqueue()
|
| H A D | isp116x.h | 529 usb_pipedevice(pipe), usb_pipeendpoint(pipe), in urb_dbg()
|
| H A D | r8a66597-hcd.c | 328 if (usb_pipedevice(urb->pipe) == 0) in get_urb_to_r8a66597_dev() 545 return (usb_pipedevice(urb->pipe) == 0) ? 0 : dev->address; in get_urb_to_r8a66597_addr() 773 "DMA FIFO\n", usb_pipedevice(urb->pipe), in enable_r8a66597_pipe_dma() 1842 unsigned int usb_address = usb_pipedevice(urb->pipe); in set_address_zero()
|
| H A D | uhci-debug.c | 112 out += sprintf(out, "Dev=%d ", usb_pipedevice(urbp->urb->pipe)); in uhci_show_urbp()
|
| H A D | oxu210hp-hcd.c | 1317 usb_pipedevice(urb->pipe), in qtd_copy_status() 1771 info1 |= usb_pipedevice(urb->pipe) << 0; in qh_make() 1963 if (usb_pipedevice(urb->pipe) == 0) in qh_append_tds()
|
| H A D | ohci-q.c | 442 info = usb_pipedevice (pipe); in ed_get()
|
| H A D | xen-hcd.c | 619 pipe = usb_pipedevice(urb_pipe) << XENUSB_PIPE_DEV_SHIFT; in xenhcd_pipe_urb_to_xenusb()
|
| H A D | isp116x-hcd.c | 280 ptd->faddr = PTD_FA(usb_pipedevice(urb->pipe)); in preproc_atl_queue()
|
| /linux/drivers/usb/renesas_usbhs/ |
| H A D | mod_host.c | 475 if (0 == usb_pipedevice(urb->pipe)) in usbhsh_device_get() 503 if (0 != usb_pipedevice(urb->pipe)) { in usbhsh_device_attach()
|
| /linux/drivers/usb/c67x00/ |
| H A D | c67x00-sched.c | 619 td->dev_addr = usb_pipedevice(td->pipe) & 0x7F; in c67x00_create_td()
|
| /linux/include/linux/ |
| H A D | usb.h | 2011 #define usb_pipedevice(pipe) (((pipe) >> 8) & 0x7f) macro
|
| /linux/drivers/usb/fotg210/ |
| H A D | fotg210-hcd.c | 2179 usb_pipedevice(urb->pipe), in qtd_copy_status() 2720 info1 |= usb_pipedevice(urb->pipe) << 0; in qh_make() 2961 if (usb_pipedevice(urb->pipe) == 0) in qh_append_tds()
|
| /linux/drivers/usb/dwc2/ |
| H A D | hcd.c | 4142 __func__, urb, usb_pipedevice(urb->pipe), in dwc2_host_complete() 4543 usb_pipedevice(urb->pipe)); in dwc2_dump_urb_info() 4695 dwc2_hcd_urb_set_pipeinfo(hsotg, dwc2_urb, usb_pipedevice(urb->pipe), in _dwc2_hcd_urb_enqueue()
|
| /linux/drivers/usb/musb/ |
| H A D | musb_host.c | 2198 qh->addr_reg = (u8) usb_pipedevice(urb->pipe); in musb_urb_enqueue()
|
| /linux/drivers/usb/isp1760/ |
| H A D | isp1760-hcd.c | 840 ptd->dw1 |= TO_DW1_DEVICE_ADDR(usb_pipedevice(qtd->urb->pipe)); in create_ptd_atl()
|