Searched refs:relinquish_port (Results 1 – 11 of 11) sorted by relevance
| /OK3568_Linux_fs/kernel/drivers/usb/host/ |
| H A D | ehci-grlib.c | 65 .relinquish_port = ehci_relinquish_port,
|
| H A D | ehci-xilinx-of.c | 101 .relinquish_port = NULL,
|
| H A D | ehci-sh.c | 69 .relinquish_port = ehci_relinquish_port,
|
| H A D | ehci-ppc-of.c | 66 .relinquish_port = ehci_relinquish_port,
|
| H A D | ehci-ps3.c | 78 .relinquish_port = ehci_relinquish_port,
|
| H A D | ehci-pmcmsp.c | 283 .relinquish_port = ehci_relinquish_port,
|
| H A D | ehci-platform.c | 343 ehci_platform_hc_driver.relinquish_port = in ehci_platform_probe()
|
| H A D | ehci-hcd.c | 1261 .relinquish_port = ehci_relinquish_port,
|
| H A D | fotg210-hcd.c | 5536 .relinquish_port = fotg210_relinquish_port,
|
| /OK3568_Linux_fs/kernel/include/linux/usb/ |
| H A D | hcd.h | 339 void (*relinquish_port)(struct usb_hcd *, int); member
|
| /OK3568_Linux_fs/kernel/drivers/usb/core/ |
| H A D | hub.c | 5337 if (hcd->driver->relinquish_port && !hub->hdev->parent) { in hub_port_connect() 5340 hcd->driver->relinquish_port(hcd, port1); in hub_port_connect()
|