Home
last modified time | relevance | path

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

/Linux-v6.6/drivers/usb/host/
Dxhci.c69 int xhci_handshake(void __iomem *ptr, u32 mask, u32 done, u64 timeout_us) in xhci_handshake() function
118 ret = xhci_handshake(&xhci->op_regs->status, in xhci_halt()
149 ret = xhci_handshake(&xhci->op_regs->status, in xhci_start()
204 ret = xhci_handshake(&xhci->op_regs->command, CMD_RESET, 0, timeout_us); in xhci_reset()
217 ret = xhci_handshake(&xhci->op_regs->status, STS_CNR, 0, timeout_us); in xhci_reset()
292 err = xhci_handshake(&xhci->op_regs->status, in xhci_zero_64b_regs()
901 if (xhci_handshake(&xhci->op_regs->status, in xhci_suspend()
917 if (xhci_handshake(&xhci->op_regs->status, in xhci_suspend()
998 retval = xhci_handshake(&xhci->op_regs->status, in xhci_resume()
1020 if (xhci_handshake(&xhci->op_regs->status, in xhci_resume()
[all …]
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()
Dxhci-hub.c1965 sret = xhci_handshake(ports[port_index]->addr, PORT_PLC, in xhci_bus_resume()
Dxhci.h2121 int xhci_handshake(void __iomem *ptr, u32 mask, u32 done, u64 timeout_us);
Dxhci-ring.c453 ret = xhci_handshake(&xhci->op_regs->cmd_ring, in xhci_abort_cmd_ring()