Home
last modified time | relevance | path

Searched refs:bal_dev_ctx (Results 1 – 16 of 16) sorted by relevance

/nrf_wifi-latest/bus_if/bal/src/
Dbal.c54 struct nrf_wifi_bal_dev_ctx *bal_dev_ctx = NULL; in nrf_wifi_bal_dev_add() local
56 bal_dev_ctx = nrf_wifi_osal_mem_zalloc(sizeof(*bal_dev_ctx)); in nrf_wifi_bal_dev_add()
58 if (!bal_dev_ctx) { in nrf_wifi_bal_dev_add()
63 bal_dev_ctx->bpriv = bpriv; in nrf_wifi_bal_dev_add()
64 bal_dev_ctx->hal_dev_ctx = hal_dev_ctx; in nrf_wifi_bal_dev_add()
66 bal_dev_ctx->bus_dev_ctx = bpriv->ops->dev_add(bpriv->bus_priv, in nrf_wifi_bal_dev_add()
67 bal_dev_ctx); in nrf_wifi_bal_dev_add()
69 if (!bal_dev_ctx->bus_dev_ctx) { in nrf_wifi_bal_dev_add()
77 if (bal_dev_ctx) { in nrf_wifi_bal_dev_add()
78 nrf_wifi_osal_mem_free(bal_dev_ctx); in nrf_wifi_bal_dev_add()
[all …]
/nrf_wifi-latest/bus_if/bal/inc/
Dbal_api.h64 void nrf_wifi_bal_dev_rem(struct nrf_wifi_bal_dev_ctx *bal_dev_ctx);
74 enum nrf_wifi_status nrf_wifi_bal_dev_init(struct nrf_wifi_bal_dev_ctx *bal_dev_ctx);
82 void nrf_wifi_bal_dev_deinit(struct nrf_wifi_bal_dev_ctx *bal_dev_ctx);
Dbal_ops.h47 void *bal_dev_ctx);
/nrf_wifi-latest/bus_if/bus/pcie/inc/
Dpcie.h40 int (*intr_callbk_fn)(void *bal_dev_ctx);
49 void *bal_dev_ctx; member
/nrf_wifi-latest/bus_if/bus/spi/src/
Dspi.c26 ret = spi_priv->intr_callbk_fn(dev_ctx->bal_dev_ctx); in nrf_wifi_bus_spi_irq_handler()
33 void *bal_dev_ctx) in nrf_wifi_bus_spi_dev_add() argument
50 spi_dev_ctx->bal_dev_ctx = bal_dev_ctx; in nrf_wifi_bus_spi_dev_add()
134 enum nrf_wifi_status (*intr_callbk_fn)(void *bal_dev_ctx)) in nrf_wifi_bus_spi_init() argument
/nrf_wifi-latest/bus_if/bus/qspi/src/
Dqspi.c26 ret = qspi_priv->intr_callbk_fn(dev_ctx->bal_dev_ctx); in nrf_wifi_bus_qspi_irq_handler()
33 void *bal_dev_ctx) in nrf_wifi_bus_qspi_dev_add() argument
49 qspi_dev_ctx->bal_dev_ctx = bal_dev_ctx; in nrf_wifi_bus_qspi_dev_add()
135 enum nrf_wifi_status (*intr_callbk_fn)(void *bal_dev_ctx)) in nrf_wifi_bus_qspi_init() argument
/nrf_wifi-latest/hw_if/hal/src/system/
Dhal_api.c176 rx_buf_info->phy_addr = nrf_wifi_bal_dma_map(hal_dev_ctx->bal_dev_ctx, in nrf_wifi_sys_hal_buf_map_rx()
214 unmapped_addr = nrf_wifi_bal_dma_unmap(hal_dev_ctx->bal_dev_ctx, in nrf_wifi_sys_hal_buf_unmap_rx()
307 tx_buf_info->phy_addr = nrf_wifi_bal_dma_map(hal_dev_ctx->bal_dev_ctx, in nrf_wifi_sys_hal_buf_map_tx()
343 unmapped_addr = nrf_wifi_bal_dma_unmap(hal_dev_ctx->bal_dev_ctx, in nrf_wifi_sys_hal_buf_unmap_tx()
531 hal_dev_ctx->bal_dev_ctx = nrf_wifi_bal_dev_add(hpriv->bpriv, in nrf_wifi_sys_hal_dev_add()
534 if (!hal_dev_ctx->bal_dev_ctx) { in nrf_wifi_sys_hal_dev_add()
599 nrf_wifi_bal_dev_rem(hal_dev_ctx->bal_dev_ctx); in nrf_wifi_sys_hal_dev_add()
/nrf_wifi-latest/bus_if/bus/pcie/src/
Dpcie.c25 ret = pcie_priv->intr_callbk_fn(dev_ctx->bal_dev_ctx); in nrf_wifi_bus_pcie_irq_handler()
31 void *bal_dev_ctx) in nrf_wifi_bus_pcie_dev_add() argument
51 pcie_dev_ctx->bal_dev_ctx = bal_dev_ctx; in nrf_wifi_bus_pcie_dev_add()
169 int (*intr_callbk_fn)(void *bal_dev_ctx)) in nrf_wifi_bus_pcie_init() argument
/nrf_wifi-latest/hw_if/hal/src/offload_raw_tx/
Dhal_api.c189 hal_dev_ctx->bal_dev_ctx = nrf_wifi_bal_dev_add(hpriv->bpriv, in nrf_wifi_off_raw_tx_hal_dev_add()
192 if (!hal_dev_ctx->bal_dev_ctx) { in nrf_wifi_off_raw_tx_hal_dev_add()
208 nrf_wifi_bal_dev_rem(hal_dev_ctx->bal_dev_ctx); in nrf_wifi_off_raw_tx_hal_dev_add()
/nrf_wifi-latest/hw_if/hal/src/radio_test/
Dhal_api.c188 hal_dev_ctx->bal_dev_ctx = nrf_wifi_bal_dev_add(hpriv->bpriv, in nrf_wifi_rt_hal_dev_add()
191 if (!hal_dev_ctx->bal_dev_ctx) { in nrf_wifi_rt_hal_dev_add()
207 nrf_wifi_bal_dev_rem(hal_dev_ctx->bal_dev_ctx); in nrf_wifi_rt_hal_dev_add()
/nrf_wifi-latest/hw_if/hal/src/common/
Dhal_reg.c77 *val = nrf_wifi_bal_read_word(hal_dev_ctx->bal_dev_ctx, in hal_rpu_reg_read()
144 nrf_wifi_bal_write_word(hal_dev_ctx->bal_dev_ctx, in hal_rpu_reg_write()
Dhal_api_common.c64 nrf_wifi_bal_rpu_ps_wake(hal_dev_ctx->bal_dev_ctx); in hal_rpu_ps_wake()
81 reg_val = nrf_wifi_bal_rpu_ps_status(hal_dev_ctx->bal_dev_ctx); in hal_rpu_ps_wake()
137 nrf_wifi_bal_rpu_ps_sleep(hal_dev_ctx->bal_dev_ctx); in hal_rpu_ps_sleep()
706 nrf_wifi_bal_dev_rem(hal_dev_ctx->bal_dev_ctx); in nrf_wifi_hal_dev_rem()
730 status = nrf_wifi_bal_dev_init(hal_dev_ctx->bal_dev_ctx); in nrf_wifi_hal_dev_init()
773 nrf_wifi_bal_dev_deinit(hal_dev_ctx->bal_dev_ctx); in nrf_wifi_hal_dev_deinit()
Dhal_mem.c109 nrf_wifi_bal_read_block(hal_dev_ctx->bal_dev_ctx, in rpu_mem_read_ram()
160 nrf_wifi_bal_write_block(hal_dev_ctx->bal_dev_ctx, in rpu_mem_write_ram()
/nrf_wifi-latest/bus_if/bus/qspi/inc/
Dqspi.h51 void *bal_dev_ctx; member
/nrf_wifi-latest/bus_if/bus/spi/inc/
Dspi.h48 void *bal_dev_ctx; member
/nrf_wifi-latest/hw_if/hal/inc/common/
Dhal_structs_common.h208 void *bal_dev_ctx; member