Searched refs:xhci_handshake (Results 1 – 4 of 4) sorted by relevance
/linux-4.4.14/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() 932 if (xhci_handshake(&xhci->op_regs->status, in xhci_suspend() 947 if (xhci_handshake(&xhci->op_regs->status, in xhci_suspend() 1017 if (xhci_handshake(&xhci->op_regs->status, in xhci_resume() 1088 xhci_handshake(&xhci->op_regs->status, STS_HALT, in xhci_resume()
|
D | xhci-hub.c | 1419 sret = xhci_handshake(port_array[port_index], PORT_PLC, in xhci_bus_resume()
|
D | xhci.h | 1818 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()
|