Home
last modified time | relevance | path

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

/Linux-v5.15/drivers/usb/host/
Dxhci.c68 int xhci_handshake(void __iomem *ptr, u32 mask, u32 done, int usec) in xhci_handshake() function
116 ret = xhci_handshake(&xhci->op_regs->status, in xhci_halt()
145 ret = xhci_handshake(&xhci->op_regs->status, in xhci_start()
198 ret = xhci_handshake(&xhci->op_regs->command, in xhci_reset()
212 ret = xhci_handshake(&xhci->op_regs->status, in xhci_reset()
285 err = xhci_handshake(&xhci->op_regs->status, in xhci_zero_64b_regs()
1021 if (xhci_handshake(&xhci->op_regs->status, in xhci_suspend()
1037 if (xhci_handshake(&xhci->op_regs->status, in xhci_suspend()
1119 retval = xhci_handshake(&xhci->op_regs->status, in xhci_resume()
1141 if (xhci_handshake(&xhci->op_regs->status, in xhci_resume()
[all …]
Dxhci-dbgcap.c573 ret = xhci_handshake(&dbc->regs->control, in xhci_do_dbc_start()
586 ret = xhci_handshake(&dbc->regs->control, in xhci_do_dbc_start()
Dxhci-hub.c1930 sret = xhci_handshake(ports[port_index]->addr, PORT_PLC, in xhci_bus_resume()
Dxhci.h2086 int xhci_handshake(void __iomem *ptr, u32 mask, u32 done, int usec);
Dxhci-ring.c392 ret = xhci_handshake(&xhci->op_regs->cmd_ring, in xhci_abort_cmd_ring()