Home
last modified time | relevance | path

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

/Zephyr-latest/drivers/usb/uhc/
Duhc_virtual.c36 struct k_timer sof_timer; member
362 struct uhc_vrt_data *priv = CONTAINER_OF(timer, struct uhc_vrt_data, sof_timer); in sof_timer_handler()
418 k_timer_stop(&priv->sof_timer); in uhc_vrt_bus_suspend()
427 k_timer_stop(&priv->sof_timer); in uhc_vrt_bus_reset()
436 k_timer_init(&priv->sof_timer, sof_timer_handler, NULL); in uhc_vrt_bus_resume()
437 k_timer_start(&priv->sof_timer, K_MSEC(1), K_MSEC(1)); in uhc_vrt_bus_resume()
504 k_timer_init(&priv->sof_timer, sof_timer_handler, NULL); in uhc_vrt_driver_preinit()