Home
last modified time | relevance | path

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

/qemu/hw/usb/
H A Dhcd-ehci.c253 if (s->astate == EST_INACTIVE && s->pstate == EST_INACTIVE) { in ehci_update_halt()
263 s->astate = state; in ehci_set_state()
264 if (s->astate == EST_INACTIVE) { in ehci_set_state()
284 return async ? s->astate : s->pstate; in ehci_get_state()
877 s->astate = EST_INACTIVE; in ehci_reset()
2183 "Resetting to active\n", ehci->astate); in ehci_advance_async_state()
2332 if (ehci_async_enabled(ehci) || ehci->astate != EST_INACTIVE) { in ehci_work_bh()
2501 VMSTATE_UINT32(astate, EHCIState),
H A Dhcd-ehci.h299 uint32_t astate; /* Current state in asynchronous schedule */ member