Searched refs:EP_STOPPED (Results 1 – 1 of 1) sorted by relevance
/qemu/hw/usb/ |
H A D | hcd-xhci.c | 202 #define EP_STOPPED (3<<0) macro 395 [EP_STOPPED] = "stopped", 1332 xhci_set_ep_state(xhci, epctx, NULL, EP_STOPPED); in xhci_stop_ep() 1381 xhci_set_ep_state(xhci, epctx, NULL, EP_STOPPED); in xhci_reset_ep() 1418 if (epctx->state != EP_STOPPED) { in xhci_set_ep_dequeue() 1437 xhci_set_ep_state(xhci, epctx, sctx, EP_STOPPED); in xhci_set_ep_dequeue()
|