Lines Matching refs:ops

34 	sleep_reg_val = bal_ctx->bpriv->ops->read_word(bal_ctx->bus_dev_ctx,  in nrf_wifi_rpu_bal_sleep_chk()
66 bal_dev_ctx->bus_dev_ctx = bpriv->ops->dev_add(bpriv->bus_priv, in nrf_wifi_bal_dev_add()
89 bal_dev_ctx->bpriv->ops->dev_rem(bal_dev_ctx->bus_dev_ctx); in nrf_wifi_bal_dev_rem()
103 status = bal_dev_ctx->bpriv->ops->dev_init(bal_dev_ctx->bus_dev_ctx); in nrf_wifi_bal_dev_init()
116 bal_dev_ctx->bpriv->ops->dev_deinit(bal_dev_ctx->bus_dev_ctx); in nrf_wifi_bal_dev_deinit()
148 bpriv->ops = get_bus_ops(); in nrf_wifi_bal_init()
149 if (!bpriv->ops) { in nrf_wifi_bal_init()
156 bpriv->bus_priv = bpriv->ops->init(cfg_params, in nrf_wifi_bal_init()
172 bpriv->ops->deinit(bpriv->bus_priv); in nrf_wifi_bal_deinit()
193 val = bal_dev_ctx->bpriv->ops->read_word(bal_dev_ctx->bus_dev_ctx, in nrf_wifi_bal_read_word()
215 bal_dev_ctx->bpriv->ops->write_word(bal_dev_ctx->bus_dev_ctx, in nrf_wifi_bal_write_word()
237 bal_dev_ctx->bpriv->ops->read_block(bal_dev_ctx->bus_dev_ctx, in nrf_wifi_bal_read_block()
260 bal_dev_ctx->bpriv->ops->write_block(bal_dev_ctx->bus_dev_ctx, in nrf_wifi_bal_write_block()
277 phy_addr = bal_dev_ctx->bpriv->ops->dma_map(bal_dev_ctx->bus_dev_ctx, in nrf_wifi_bal_dma_map()
296 virt_addr = bal_dev_ctx->bpriv->ops->dma_unmap(bal_dev_ctx->bus_dev_ctx, in nrf_wifi_bal_dma_unmap()
312 bal_dev_ctx->bpriv->ops->rpu_ps_sleep(bal_dev_ctx->bus_dev_ctx); in nrf_wifi_bal_rpu_ps_sleep()
322 bal_dev_ctx->bpriv->ops->rpu_ps_wake(bal_dev_ctx->bus_dev_ctx); in nrf_wifi_bal_rpu_ps_wake()
332 return bal_dev_ctx->bpriv->ops->rpu_ps_status(bal_dev_ctx->bus_dev_ctx); in nrf_wifi_bal_rpu_ps_status()