Searched refs:xhci_ep_nuke_xfers (Results 1 – 1 of 1) sorted by relevance
/openbmc/qemu/hw/usb/ |
H A D | hcd-xhci.c | 1215 static int xhci_ep_nuke_xfers(XHCIState *xhci, unsigned int slotid, in xhci_ep_nuke_xfers() function 1272 xhci_ep_nuke_xfers(xhci, slotid, epid, 0); in xhci_disable_ep() 1313 if (xhci_ep_nuke_xfers(xhci, slotid, epid, CC_STOPPED) > 0) { in xhci_stop_ep() 1358 if (xhci_ep_nuke_xfers(xhci, slotid, epid, 0) > 0) { in xhci_reset_ep() 2420 xhci_ep_nuke_xfers(xhci, slot + 1, ep + 1, 0); in xhci_detach_slot()
|