Home
last modified time | relevance | path

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

/openbmc/qemu/hw/usb/
H A Dhcd-ehci.c824 s->periodic_sched_active = PERIODIC_ACTIVE; in ehci_wakeup_endpoint()
1262 s->periodic_sched_active = PERIODIC_ACTIVE; in ehci_async_complete_packet()
1412 ehci->periodic_sched_active = PERIODIC_ACTIVE; in ehci_process_itd()
2114 ehci->periodic_sched_active = PERIODIC_ACTIVE; in ehci_advance_state()
2307 if (ehci->periodic_sched_active) { in ehci_work_bh()
2308 ehci->periodic_sched_active--; in ehci_work_bh()
2317 ehci->periodic_sched_active = 0; in ehci_work_bh()
2322 if (ehci->periodic_sched_active) { in ehci_work_bh()
H A Dhcd-ehci.h317 uint32_t periodic_sched_active; member