Searched refs:xhci_handshake (Results 1 – 5 of 5) sorted by relevance
| /Linux-v4.19/drivers/usb/host/ |
| D | xhci.c | 69 int xhci_handshake(void __iomem *ptr, u32 mask, u32 done, int usec) in xhci_handshake() function 119 ret = xhci_handshake(&xhci->op_regs->status, in xhci_halt() 148 ret = xhci_handshake(&xhci->op_regs->status, in xhci_start() 201 ret = xhci_handshake(&xhci->op_regs->command, in xhci_reset() 215 ret = xhci_handshake(&xhci->op_regs->status, in xhci_reset() 283 err = xhci_handshake(&xhci->op_regs->status, in xhci_zero_64b_regs() 1011 if (xhci_handshake(&xhci->op_regs->status, in xhci_suspend() 1026 if (xhci_handshake(&xhci->op_regs->status, in xhci_suspend() 1101 if (xhci_handshake(&xhci->op_regs->status, in xhci_resume() 1173 xhci_handshake(&xhci->op_regs->status, STS_HALT, in xhci_resume()
|
| D | xhci-dbgcap.c | 487 ret = xhci_handshake(&dbc->regs->control, in xhci_do_dbc_start() 500 ret = xhci_handshake(&dbc->regs->control, in xhci_do_dbc_start()
|
| D | xhci-hub.c | 1662 sret = xhci_handshake(ports[port_index]->addr, PORT_PLC, in xhci_bus_resume()
|
| D | xhci.h | 2027 int xhci_handshake(void __iomem *ptr, u32 mask, u32 done, int usec);
|
| D | xhci-ring.c | 359 ret = xhci_handshake(&xhci->op_regs->cmd_ring, in xhci_abort_cmd_ring()
|