Searched refs:ehci_handshake (Results 1 – 6 of 6) sorted by relevance
| /OK3568_Linux_fs/kernel/drivers/usb/host/ |
| H A D | ehci-hcd.c | 148 int ehci_handshake(struct ehci_hcd *ehci, void __iomem *ptr, in ehci_handshake() function 165 EXPORT_SYMBOL_GPL(ehci_handshake); 206 return ehci_handshake(ehci, &ehci->regs->status, in ehci_halt() 245 retval = ehci_handshake(ehci, &ehci->regs->command, in ehci_reset() 281 ehci_handshake(ehci, &ehci->regs->status, STS_ASS | STS_PSS, temp, in ehci_quiesce() 291 ehci_handshake(ehci, &ehci->regs->status, STS_ASS | STS_PSS, 0, in ehci_quiesce() 642 rc = ehci_handshake(ehci, &ehci->regs->command, CMD_RUN, in ehci_run() 645 rc = ehci_handshake(ehci, &ehci->regs->status, STS_HALT, in ehci_run()
|
| H A D | ehci-tegra.c | 212 if (ehci_handshake(ehci, status_reg, PORT_SUSPEND, in tegra_ehci_hub_control() 260 if (ehci_handshake(ehci, status_reg, PORT_RESUME, 0, 2000)) in tegra_ehci_hub_control() 262 if (ehci_handshake(ehci, status_reg, PORT_SUSPEND, 0, 2000)) in tegra_ehci_hub_control()
|
| H A D | ehci-hub.c | 1065 retval = ehci_handshake(ehci, status_reg, in ehci_hub_control() 1085 retval = ehci_handshake(ehci, status_reg, in ehci_hub_control()
|
| H A D | ehci.h | 889 extern int ehci_handshake(struct ehci_hcd *ehci, void __iomem *ptr,
|
| /OK3568_Linux_fs/kernel/drivers/usb/chipidea/ |
| H A D | host.c | 270 if (ehci_handshake(ehci, status_reg, PORT_SUSPEND, in ci_ehci_hub_control() 295 if (ehci_handshake(ehci, status_reg, PORT_RESUME, 0, 25000)) in ci_ehci_hub_control()
|
| /OK3568_Linux_fs/kernel/android/ |
| H A D | abi_gki_aarch64_imx | 1186 ehci_handshake
|