Home
last modified time | relevance | path

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

/netbsd-src/sys/external/bsd/dwc2/dist/
H A Ddwc2_coreintr.c395 callout_reset(&hsotg->wkp_timer, mstohz(71), in dwc2_handle_wakeup_detected_intr()
H A Ddwc2_core.h727 struct callout wkp_timer; member
H A Ddwc2_hcd.c2279 callout_destroy(&hsotg->wkp_timer); in dwc2_hcd_free()
2346 callout_init(&hsotg->wkp_timer, CALLOUT_MPSAFE); in dwc2_hcd_init()
2347 callout_setfunc(&hsotg->wkp_timer, dwc2_wakeup_detected, hsotg); in dwc2_hcd_init()