Home
last modified time | relevance | path

Searched refs:xhci_handshake (Results 1 – 5 of 5) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/usb/host/
H A Dxhci.c68 int xhci_handshake(void __iomem *ptr, u32 mask, u32 done, u64 timeout_us) in xhci_handshake() function
116 ret = xhci_handshake(&xhci->op_regs->status, in xhci_halt()
145 ret = xhci_handshake(&xhci->op_regs->status, in xhci_start()
198 ret = xhci_handshake(&xhci->op_regs->command, CMD_RESET, 0, timeout_us); in xhci_reset()
211 ret = xhci_handshake(&xhci->op_regs->status, STS_CNR, 0, timeout_us); in xhci_reset()
283 err = xhci_handshake(&xhci->op_regs->status, in xhci_zero_64b_regs()
1035 if (xhci_handshake(&xhci->op_regs->status, in xhci_suspend()
1051 if (xhci_handshake(&xhci->op_regs->status, in xhci_suspend()
1135 retval = xhci_handshake(&xhci->op_regs->status, in xhci_resume()
1157 if (xhci_handshake(&xhci->op_regs->status, in xhci_resume()
[all …]
H A Dxhci-dbgcap.c573 ret = xhci_handshake(&dbc->regs->control, in xhci_do_dbc_start()
586 ret = xhci_handshake(&dbc->regs->control, in xhci_do_dbc_start()
H A Dxhci-hub.c1869 sret = xhci_handshake(ports[port_index]->addr, PORT_PLC, in xhci_bus_resume()
H A Dxhci.h2106 int xhci_handshake(void __iomem *ptr, u32 mask, u32 done, u64 timeout_us);
H A Dxhci-ring.c401 ret = xhci_handshake(&xhci->op_regs->cmd_ring, in xhci_abort_cmd_ring()