Searched refs:ops (Results 1 – 5 of 5) sorted by relevance
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()[all …]
35 struct nrf_wifi_bal_ops *ops; member
95 const struct nrf_wifi_osal_ops *ops; member
33 void nrf_wifi_osal_init(const struct nrf_wifi_osal_ops *ops);
16 void nrf_wifi_osal_init(const struct nrf_wifi_osal_ops *ops) in nrf_wifi_osal_init() argument18 os_ops = ops; in nrf_wifi_osal_init()