Home
last modified time | relevance | path

Searched refs:ops (Results 1 – 5 of 5) sorted by relevance

/nrf_wifi-latest/bus_if/bal/src/
Dbal.c34 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 …]
/nrf_wifi-latest/bus_if/bal/inc/
Dbal_structs.h35 struct nrf_wifi_bal_ops *ops; member
/nrf_wifi-latest/os_if/inc/
Dosal_structs.h95 const struct nrf_wifi_osal_ops *ops; member
Dosal_api.h33 void nrf_wifi_osal_init(const struct nrf_wifi_osal_ops *ops);
/nrf_wifi-latest/os_if/src/
Dosal.c16 void nrf_wifi_osal_init(const struct nrf_wifi_osal_ops *ops) in nrf_wifi_osal_init() argument
18 os_ops = ops; in nrf_wifi_osal_init()