Searched refs:xhci_handshake (Results 1 – 3 of 3) sorted by relevance
/linux-4.1.27/drivers/usb/host/ |
D | xhci.c | 63 int xhci_handshake(void __iomem *ptr, u32 mask, u32 done, int usec) in xhci_handshake() function 113 ret = xhci_handshake(&xhci->op_regs->status, in xhci_halt() 142 ret = xhci_handshake(&xhci->op_regs->status, in xhci_start() 189 ret = xhci_handshake(&xhci->op_regs->command, in xhci_reset() 200 ret = xhci_handshake(&xhci->op_regs->status, in xhci_reset() 945 if (xhci_handshake(&xhci->op_regs->status, in xhci_suspend() 960 if (xhci_handshake(&xhci->op_regs->status, in xhci_suspend() 1027 if (xhci_handshake(&xhci->op_regs->status, in xhci_resume() 1098 xhci_handshake(&xhci->op_regs->status, STS_HALT, in xhci_resume()
|
D | xhci.h | 1750 int xhci_handshake(void __iomem *ptr, u32 mask, u32 done, int usec);
|
D | xhci-ring.c | 302 ret = xhci_handshake(&xhci->op_regs->cmd_ring, in xhci_abort_cmd_ring() 309 ret = xhci_handshake(&xhci->op_regs->cmd_ring, in xhci_abort_cmd_ring()
|