Searched refs:relinquish_port (Results 1 – 10 of 10) sorted by relevance
/Linux-v4.19/drivers/usb/host/ |
D | ehci-grlib.c | 65 .relinquish_port = ehci_relinquish_port,
|
D | ehci-xilinx-of.c | 101 .relinquish_port = NULL,
|
D | ehci-sh.c | 70 .relinquish_port = ehci_relinquish_port,
|
D | ehci-ppc-of.c | 66 .relinquish_port = ehci_relinquish_port,
|
D | ehci-pmcmsp.c | 283 .relinquish_port = ehci_relinquish_port,
|
D | ehci-ps3.c | 78 .relinquish_port = ehci_relinquish_port,
|
D | ehci-hcd.c | 1227 .relinquish_port = ehci_relinquish_port,
|
D | fotg210-hcd.c | 5536 .relinquish_port = fotg210_relinquish_port,
|
/Linux-v4.19/include/linux/usb/ |
D | hcd.h | 328 void (*relinquish_port)(struct usb_hcd *, int); member
|
/Linux-v4.19/drivers/usb/core/ |
D | hub.c | 5083 if (hcd->driver->relinquish_port && !hub->hdev->parent) { in hub_port_connect() 5085 hcd->driver->relinquish_port(hcd, port1); in hub_port_connect()
|