Home
last modified time | relevance | path

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

/openbmc/qemu/hw/usb/
H A Dhcd-ehci.c53 EST_INACTIVE = 1000, enumerator
97 [EST_INACTIVE] = "INACTIVE",
253 if (s->astate == EST_INACTIVE && s->pstate == EST_INACTIVE) { in ehci_update_halt()
264 if (s->astate == EST_INACTIVE) { in ehci_set_state()
273 if (s->pstate == EST_INACTIVE) { in ehci_set_state()
877 s->astate = EST_INACTIVE; in ehci_reset()
878 s->pstate = EST_INACTIVE; in ehci_reset()
1057 if (s->pstate == EST_INACTIVE) { in ehci_opreg_write()
2138 case EST_INACTIVE: in ehci_advance_async_state()
2148 ehci_set_state(ehci, async, EST_INACTIVE); in ehci_advance_async_state()
[all …]