/nrf_wifi-latest/bus_if/bal/src/ |
D | bal.c | 54 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/ |
D | bal_api.h | 64 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);
|
D | bal_ops.h | 47 void *bal_dev_ctx);
|
/nrf_wifi-latest/bus_if/bus/pcie/inc/ |
D | pcie.h | 40 int (*intr_callbk_fn)(void *bal_dev_ctx); 49 void *bal_dev_ctx; member
|
/nrf_wifi-latest/bus_if/bus/spi/src/ |
D | spi.c | 26 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/ |
D | qspi.c | 26 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/ |
D | hal_api.c | 176 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/ |
D | pcie.c | 25 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/ |
D | hal_api.c | 189 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/ |
D | hal_api.c | 188 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/ |
D | hal_reg.c | 77 *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()
|
D | hal_api_common.c | 64 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()
|
D | hal_mem.c | 109 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/ |
D | qspi.h | 51 void *bal_dev_ctx; member
|
/nrf_wifi-latest/bus_if/bus/spi/inc/ |
D | spi.h | 48 void *bal_dev_ctx; member
|
/nrf_wifi-latest/hw_if/hal/inc/common/ |
D | hal_structs_common.h | 208 void *bal_dev_ctx; member
|