Searched refs:rpu_ps_timer (Results 1 – 2 of 2) sorted by relevance
121 nrf_wifi_osal_timer_schedule(hal_dev_ctx->rpu_ps_timer, in hal_rpu_ps_wake()168 hal_dev_ctx->rpu_ps_timer = nrf_wifi_osal_timer_alloc(); in hal_rpu_ps_init()170 if (!hal_dev_ctx->rpu_ps_timer) { in hal_rpu_ps_init()177 nrf_wifi_osal_timer_init(hal_dev_ctx->rpu_ps_timer, in hal_rpu_ps_init()192 nrf_wifi_osal_timer_kill(hal_dev_ctx->rpu_ps_timer); in hal_rpu_ps_deinit()194 nrf_wifi_osal_timer_free(hal_dev_ctx->rpu_ps_timer); in hal_rpu_ps_deinit()
265 void *rpu_ps_timer; member