Home
last modified time | relevance | path

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

/nrf_wifi-latest/hw_if/hal/src/common/
Dhal_api_common.c121 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()
/nrf_wifi-latest/hw_if/hal/inc/common/
Dhal_structs_common.h265 void *rpu_ps_timer; member