Searched refs:relinquish_port (Results 1 – 12 of 12) sorted by relevance
/linux-4.4.14/drivers/usb/host/ |
D | ehci-sead3.c | 89 .relinquish_port = ehci_relinquish_port,
|
D | ehci-xilinx-of.c | 115 .relinquish_port = NULL,
|
D | ehci-grlib.c | 78 .relinquish_port = ehci_relinquish_port,
|
D | ehci-tilegx.c | 94 .relinquish_port = ehci_relinquish_port,
|
D | ehci-ppc-of.c | 65 .relinquish_port = ehci_relinquish_port,
|
D | ehci-sh.c | 73 .relinquish_port = ehci_relinquish_port,
|
D | ehci-pmcmsp.c | 287 .relinquish_port = ehci_relinquish_port,
|
D | ehci-ps3.c | 90 .relinquish_port = ehci_relinquish_port,
|
D | ehci-hcd.c | 1223 .relinquish_port = ehci_relinquish_port,
|
D | fotg210-hcd.c | 5577 .relinquish_port = fotg210_relinquish_port,
|
/linux-4.4.14/include/linux/usb/ |
D | hcd.h | 317 void (*relinquish_port)(struct usb_hcd *, int); member
|
/linux-4.4.14/drivers/usb/core/ |
D | hub.c | 4868 if (hcd->driver->relinquish_port && !hub->hdev->parent) in hub_port_connect() 4869 hcd->driver->relinquish_port(hcd, port1); in hub_port_connect()
|