Home
last modified time | relevance | path

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

/openbmc/qemu/hw/usb/
H A Dhcd-xhci.c199 #define EP_DISABLED (0<<0) macro
392 [EP_DISABLED] = "disabled",
1282 xhci_set_ep_state(xhci, epctx, NULL, EP_DISABLED); in xhci_disable_ep()
3480 if (state == EP_DISABLED) { in usb_xhci_post_load()