Searched refs:sof_timer (Results 1 – 1 of 1) sorted by relevance
| /Zephyr-latest/drivers/usb/uhc/ |
| D | uhc_virtual.c | 51 struct k_timer sof_timer; member 455 struct uhc_vrt_data *priv = CONTAINER_OF(timer, struct uhc_vrt_data, sof_timer); in sof_timer_handler() 472 k_timer_start(&priv->sof_timer, K_MSEC(1), K_MSEC(1)); in vrt_device_act() 476 k_timer_start(&priv->sof_timer, K_MSEC(1), K_USEC(125)); in vrt_device_act() 507 k_timer_start(&priv->sof_timer, K_MSEC(1), K_MSEC(1)); in uhc_vrt_sof_enable() 517 k_timer_stop(&priv->sof_timer); in uhc_vrt_bus_suspend() 527 k_timer_stop(&priv->sof_timer); in uhc_vrt_bus_reset() 531 k_timer_start(&priv->sof_timer, K_MSEC(1), K_MSEC(1)); in uhc_vrt_bus_reset() 540 k_timer_start(&priv->sof_timer, K_MSEC(1), K_MSEC(1)); in uhc_vrt_bus_resume() 627 k_timer_init(&priv->sof_timer, sof_timer_handler, NULL); in uhc_vrt_driver_preinit()
|