Searched refs:port_handed_over (Results 1 – 25 of 26) sorted by relevance
12
/linux-3.4.99/drivers/usb/host/ |
D | ehci-ls1x.c | 68 .port_handed_over = ehci_port_handed_over,
|
D | ehci-vt8500.c | 77 .port_handed_over = ehci_port_handed_over,
|
D | ehci-cns3xxx.c | 74 .port_handed_over = ehci_port_handed_over,
|
D | ehci-xls.c | 128 .port_handed_over = ehci_port_handed_over,
|
D | ehci-ixp4xx.c | 63 .port_handed_over = ehci_port_handed_over,
|
D | ehci-w90x900.c | 152 .port_handed_over = ehci_port_handed_over,
|
D | ehci-octeon.c | 85 .port_handed_over = ehci_port_handed_over,
|
D | ehci-platform.c | 76 .port_handed_over = ehci_port_handed_over,
|
D | ehci-msm.c | 97 .port_handed_over = ehci_port_handed_over,
|
D | ehci-grlib.c | 100 .port_handed_over = ehci_port_handed_over,
|
D | ehci-xilinx-of.c | 138 .port_handed_over = ehci_xilinx_port_handed_over,
|
D | ehci-atmel.c | 115 .port_handed_over = ehci_port_handed_over,
|
D | ehci-au1xxx.c | 73 .port_handed_over = ehci_port_handed_over,
|
D | ehci-ppc-of.c | 81 .port_handed_over = ehci_port_handed_over,
|
D | ehci-sh.c | 94 .port_handed_over = ehci_port_handed_over,
|
D | ehci-orion.c | 168 .port_handed_over = ehci_port_handed_over,
|
D | ehci-spear.c | 91 .port_handed_over = ehci_port_handed_over,
|
D | ehci-ps3.c | 107 .port_handed_over = ehci_port_handed_over,
|
D | ehci-mxc.c | 110 .port_handed_over = ehci_port_handed_over,
|
D | ehci-pmcmsp.c | 335 .port_handed_over = ehci_port_handed_over,
|
D | ehci-s5p.c | 61 .port_handed_over = ehci_port_handed_over,
|
D | ehci-pci.c | 518 .port_handed_over = ehci_port_handed_over,
|
D | ehci-fsl.c | 673 .port_handed_over = ehci_port_handed_over,
|
D | ehci-tegra.c | 436 .port_handed_over = ehci_port_handed_over,
|
/linux-3.4.99/include/linux/usb/ |
D | hcd.h | 280 int (*port_handed_over)(struct usb_hcd *, int); member
|
12