Searched refs:port_handed_over (Results 1 – 12 of 12) sorted by relevance
/linux-4.4.14/drivers/usb/host/ |
D | ehci-sead3.c | 90 .port_handed_over = ehci_port_handed_over,
|
D | ehci-xilinx-of.c | 116 .port_handed_over = ehci_xilinx_port_handed_over,
|
D | ehci-grlib.c | 79 .port_handed_over = ehci_port_handed_over,
|
D | ehci-tilegx.c | 95 .port_handed_over = ehci_port_handed_over,
|
D | ehci-ppc-of.c | 66 .port_handed_over = ehci_port_handed_over,
|
D | ehci-sh.c | 74 .port_handed_over = ehci_port_handed_over,
|
D | ehci-pmcmsp.c | 288 .port_handed_over = ehci_port_handed_over,
|
D | ehci-ps3.c | 91 .port_handed_over = ehci_port_handed_over,
|
D | ehci-hcd.c | 1224 .port_handed_over = ehci_port_handed_over,
|
D | fotg210-hcd.c | 5578 .port_handed_over = fotg210_port_handed_over,
|
/linux-4.4.14/include/linux/usb/ |
D | hcd.h | 319 int (*port_handed_over)(struct usb_hcd *, int); member
|
/linux-4.4.14/drivers/usb/core/ |
D | hub.c | 4859 !hcd->driver->port_handed_over || in hub_port_connect() 4860 !(hcd->driver->port_handed_over)(hcd, port1)) { in hub_port_connect()
|