Searched refs:port_handed_over (Results 1 – 10 of 10) sorted by relevance
/kernel/linux/linux-5.10/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 | 70 .port_handed_over = ehci_port_handed_over,
|
D | ehci-ppc-of.c | 67 .port_handed_over = ehci_port_handed_over,
|
D | ehci-ps3.c | 79 .port_handed_over = ehci_port_handed_over,
|
D | ehci-pmcmsp.c | 284 .port_handed_over = ehci_port_handed_over,
|
D | ehci-hcd.c | 1260 .port_handed_over = ehci_port_handed_over,
|
D | fotg210-hcd.c | 5537 .port_handed_over = fotg210_port_handed_over,
|
/kernel/linux/linux-5.10/include/linux/usb/ |
D | hcd.h | 336 int (*port_handed_over)(struct usb_hcd *, int); member
|
/kernel/linux/linux-5.10/drivers/usb/core/ |
D | hub.c | 5409 !hcd->driver->port_handed_over || in hub_port_connect() 5410 !(hcd->driver->port_handed_over)(hcd, port1)) { in hub_port_connect()
|