Searched refs:xhci_handshake (Results 1 – 4 of 4) sorted by relevance
/linux-6.12.1/drivers/usb/host/ |
D | xhci.c | 69 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()
|
D | xhci-dbgcap.c | 586 ret = xhci_handshake(&dbc->regs->control, in xhci_do_dbc_start() 599 ret = xhci_handshake(&dbc->regs->control, in xhci_do_dbc_start()
|
D | xhci-hub.c | 1955 sret = xhci_handshake(ports[port_index]->addr, PORT_PLC, in xhci_bus_resume()
|
D | xhci.h | 1837 int xhci_handshake(void __iomem *ptr, u32 mask, u32 done, u64 timeout_us);
|