Searched refs:relinquish_port (Results 1 - 14 of 14) sorted by relevance
/linux-4.1.27/drivers/usb/host/ |
H A D | ehci-sead3.c | 89 .relinquish_port = ehci_relinquish_port,
|
H A D | ehci-sh.c | 73 .relinquish_port = ehci_relinquish_port,
|
H A D | ehci-grlib.c | 78 .relinquish_port = ehci_relinquish_port,
|
H A D | ehci-ppc-of.c | 65 .relinquish_port = ehci_relinquish_port,
|
H A D | ehci-tilegx.c | 94 .relinquish_port = ehci_relinquish_port,
|
H A D | ehci-pmcmsp.c | 287 .relinquish_port = ehci_relinquish_port,
|
H A D | ehci-ps3.c | 90 .relinquish_port = ehci_relinquish_port,
|
H A D | ehci-xilinx-of.c | 115 .relinquish_port = NULL,
|
H A D | ehci-fsl.c | 680 .relinquish_port = ehci_relinquish_port,
|
H A D | ehci-hcd.c | 1222 .relinquish_port = ehci_relinquish_port,
|
H A D | fotg210-hcd.c | 5783 .relinquish_port = fotg210_relinquish_port,
|
H A D | fusbh200-hcd.c | 5690 .relinquish_port = fusbh200_relinquish_port,
|
/linux-4.1.27/include/linux/usb/ |
H A D | hcd.h | 306 void (*relinquish_port)(struct usb_hcd *, int); member in struct:hc_driver
|
/linux-4.1.27/drivers/usb/core/ |
H A D | hub.c | 4828 if (hcd->driver->relinquish_port && !hub->hdev->parent) hub_port_connect() 4829 hcd->driver->relinquish_port(hcd, port1); hub_port_connect()
|
Completed in 319 milliseconds