Symbol: usb_pipedevice
drivers/usb/c67x00/c67x00-sched.c
619
td->dev_addr = usb_pipedevice(td->pipe) & 0x7F;
drivers/usb/dwc2/hcd.c
4142
__func__, urb, usb_pipedevice(urb->pipe),
drivers/usb/dwc2/hcd.c
4543
usb_pipedevice(urb->pipe));
drivers/usb/dwc2/hcd.c
4695
dwc2_hcd_urb_set_pipeinfo(hsotg, dwc2_urb, usb_pipedevice(urb->pipe),
drivers/usb/fotg210/fotg210-hcd.c
2179
usb_pipedevice(urb->pipe),
drivers/usb/fotg210/fotg210-hcd.c
2720
info1 |= usb_pipedevice(urb->pipe) << 0;
drivers/usb/fotg210/fotg210-hcd.c
2961
if (usb_pipedevice(urb->pipe) == 0)
drivers/usb/host/ehci-q.c
1047
if (usb_pipedevice (urb->pipe) == 0)
drivers/usb/host/ehci-q.c
778
info1 |= usb_pipedevice (urb->pipe) << 0;
drivers/usb/host/fhci-sched.c
709
ed->dev_addr = usb_pipedevice(urb->pipe);
drivers/usb/host/fhci-sched.c
806
ed->dev_addr = usb_pipedevice(urb->pipe);
drivers/usb/host/isp116x-hcd.c
280
ptd->faddr = PTD_FA(usb_pipedevice(urb->pipe));
drivers/usb/host/isp116x.h
529
usb_pipedevice(pipe), usb_pipeendpoint(pipe),
drivers/usb/host/octeon-hcd.c
3151
pipe = cvmx_usb_open_pipe(usb, usb_pipedevice(urb->pipe),
drivers/usb/host/octeon-hcd.c
3177
usb_pipedevice(urb->pipe),
drivers/usb/host/octeon-hcd.c
3215
usb_pipedevice(urb->pipe),
drivers/usb/host/octeon-hcd.c
3221
usb_pipedevice(urb->pipe),
drivers/usb/host/octeon-hcd.c
3227
usb_pipedevice(urb->pipe),
drivers/usb/host/ohci-q.c
442
info = usb_pipedevice (pipe);
drivers/usb/host/oxu210hp-hcd.c
1317
usb_pipedevice(urb->pipe),
drivers/usb/host/oxu210hp-hcd.c
1771
info1 |= usb_pipedevice(urb->pipe) << 0;
drivers/usb/host/oxu210hp-hcd.c
1963
if (usb_pipedevice(urb->pipe) == 0)
drivers/usb/host/r8a66597-hcd.c
1842
unsigned int usb_address = usb_pipedevice(urb->pipe);
drivers/usb/host/r8a66597-hcd.c
328
if (usb_pipedevice(urb->pipe) == 0)
drivers/usb/host/r8a66597-hcd.c
545
return (usb_pipedevice(urb->pipe) == 0) ? 0 : dev->address;
drivers/usb/host/r8a66597-hcd.c
773
"DMA FIFO\n", usb_pipedevice(urb->pipe),
drivers/usb/host/sl811-hcd.c
156
writeb(usb_pipedevice(urb->pipe), data_reg);
drivers/usb/host/sl811-hcd.c
184
writeb(usb_pipedevice(urb->pipe), data_reg);
drivers/usb/host/sl811-hcd.c
224
writeb(usb_pipedevice(urb->pipe), data_reg);
drivers/usb/host/sl811-hcd.c
267
writeb(usb_pipedevice(urb->pipe), data_reg);
drivers/usb/host/uhci-debug.c
112
out += sprintf(out, "Dev=%d ", usb_pipedevice(urbp->urb->pipe));
drivers/usb/host/xen-hcd.c
619
pipe = usb_pipedevice(urb_pipe) << XENUSB_PIPE_DEV_SHIFT;
drivers/usb/isp1760/isp1760-hcd.c
840
ptd->dw1 |= TO_DW1_DEVICE_ADDR(usb_pipedevice(qtd->urb->pipe));
drivers/usb/musb/musb_host.c
2198
qh->addr_reg = (u8) usb_pipedevice(urb->pipe);
drivers/usb/musb/musb_trace.h
197
usb_pipedevice(__entry->pipe),
drivers/usb/renesas_usbhs/mod_host.c
475
if (0 == usb_pipedevice(urb->pipe))
drivers/usb/renesas_usbhs/mod_host.c
503
if (0 != usb_pipedevice(urb->pipe)) {
drivers/usb/usbip/usbip_common.c
62
unsigned char dev = usb_pipedevice(p);
drivers/usb/usbip/vhci_hcd.c
751
if (usb_pipedevice(urb->pipe) == 0) {
drivers/usb/usbip/vhci_tx.c
19
usb_pipedevice(urb->pipe), vdev->devid);