Searched refs:port_handed_over (Results 1 – 10 of 10) sorted by relevance
/Linux-v4.19/drivers/usb/host/ |
D | ehci-grlib.c | 66 .port_handed_over = ehci_port_handed_over,
|
D | ehci-xilinx-of.c | 102 .port_handed_over = ehci_xilinx_port_handed_over,
|
D | ehci-sh.c | 71 .port_handed_over = ehci_port_handed_over,
|
D | ehci-ppc-of.c | 67 .port_handed_over = ehci_port_handed_over,
|
D | ehci-pmcmsp.c | 284 .port_handed_over = ehci_port_handed_over,
|
D | ehci-ps3.c | 79 .port_handed_over = ehci_port_handed_over,
|
D | ehci-hcd.c | 1228 .port_handed_over = ehci_port_handed_over,
|
D | fotg210-hcd.c | 5537 .port_handed_over = fotg210_port_handed_over,
|
/Linux-v4.19/include/linux/usb/ |
D | hcd.h | 330 int (*port_handed_over)(struct usb_hcd *, int); member
|
/Linux-v4.19/drivers/usb/core/ |
D | hub.c | 5074 !hcd->driver->port_handed_over || in hub_port_connect() 5075 !(hcd->driver->port_handed_over)(hcd, port1)) { in hub_port_connect()
|