Home
last modified time | relevance | path

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

/openbmc/linux/drivers/usb/dwc2/
H A Dcore.h1090 struct timer_list wkp_timer; member
H A Dcore_intr.c466 mod_timer(&hsotg->wkp_timer, in dwc2_handle_wakeup_detected_intr()
H A Dhcd.c3230 struct dwc2_hsotg *hsotg = from_timer(hsotg, t, wkp_timer); in dwc2_wakeup_detected()
5084 del_timer(&hsotg->wkp_timer); in dwc2_hcd_free()
5197 timer_setup(&hsotg->wkp_timer, dwc2_wakeup_detected, 0); in dwc2_hcd_init()
5886 mod_timer(&hsotg->wkp_timer, in dwc2_host_exit_partial_power_down()
5979 mod_timer(&hsotg->wkp_timer, in dwc2_host_exit_clock_gating()