Home
last modified time | relevance | path

Searched refs:relinquish_port (Results 1 – 9 of 9) sorted by relevance

/openbmc/linux/drivers/usb/host/
H A Dehci-grlib.c65 .relinquish_port = ehci_relinquish_port,
H A Dehci-xilinx-of.c101 .relinquish_port = NULL,
H A Dehci-sh.c69 .relinquish_port = ehci_relinquish_port,
H A Dehci-ppc-of.c66 .relinquish_port = ehci_relinquish_port,
H A Dehci-ps3.c78 .relinquish_port = ehci_relinquish_port,
H A Dehci-hcd.c1280 .relinquish_port = ehci_relinquish_port,
/openbmc/linux/include/linux/usb/
H A Dhcd.h321 void (*relinquish_port)(struct usb_hcd *, int); member
/openbmc/linux/drivers/usb/core/
H A Dhub.c5557 if (hcd->driver->relinquish_port && !hub->hdev->parent) { in hub_port_connect()
5559 hcd->driver->relinquish_port(hcd, port1); in hub_port_connect()
/openbmc/linux/drivers/usb/fotg210/
H A Dfotg210-hcd.c5529 .relinquish_port = fotg210_relinquish_port,