Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/usb/host/
Dxhci.c69 int xhci_handshake(void __iomem *ptr, u32 mask, u32 done, u64 timeout_us) in xhci_handshake() function
141 ret = xhci_handshake(&xhci->op_regs->status, in xhci_halt()
172 ret = xhci_handshake(&xhci->op_regs->status, in xhci_start()
241 ret = xhci_handshake(&xhci->op_regs->status, STS_CNR, 0, timeout_us); in xhci_reset()
316 err = xhci_handshake(&xhci->op_regs->status, in xhci_zero_64b_regs()
942 if (xhci_handshake(&xhci->op_regs->status, in xhci_suspend()
958 if (xhci_handshake(&xhci->op_regs->status, in xhci_suspend()
1040 retval = xhci_handshake(&xhci->op_regs->status, in xhci_resume()
1062 if (xhci_handshake(&xhci->op_regs->status, in xhci_resume()
1149 xhci_handshake(&xhci->op_regs->status, STS_HALT, in xhci_resume()
Dxhci-dbgcap.c586 ret = xhci_handshake(&dbc->regs->control, in xhci_do_dbc_start()
599 ret = xhci_handshake(&dbc->regs->control, in xhci_do_dbc_start()
Dxhci-hub.c1955 sret = xhci_handshake(ports[port_index]->addr, PORT_PLC, in xhci_bus_resume()
Dxhci.h1837 int xhci_handshake(void __iomem *ptr, u32 mask, u32 done, u64 timeout_us);