Home
last modified time | relevance | path

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

/qemu/hw/usb/
H A Dhcd-xhci.c295 QEMUTimer *kick_timer; member
1098 epctx->kick_timer = timer_new_ns(QEMU_CLOCK_VIRTUAL, xhci_ep_kick_timer, epctx); in xhci_alloc_epctx()
1214 timer_del(t->epctx->kick_timer); in xhci_ep_nuke_one_xfer()
1297 timer_free(epctx->kick_timer); in xhci_disable_ep()
1771 timer_mod(epctx->kick_timer, qemu_clock_get_ns(QEMU_CLOCK_VIRTUAL) + in xhci_check_intr_iso_kick()
1776 timer_del(epctx->kick_timer); in xhci_check_intr_iso_kick()
3514 timer_mod(epctx->kick_timer, qemu_clock_get_ns(QEMU_CLOCK_VIRTUAL)); in usb_xhci_post_load()