Searched refs:os_pcie_dev_ctx (Results 1 – 5 of 5) sorted by relevance
/nrf_wifi-latest/os_if/src/ |
D | osal.c | 484 void nrf_wifi_osal_bus_pcie_dev_rem(void *os_pcie_dev_ctx) in nrf_wifi_osal_bus_pcie_dev_rem() argument 486 return os_ops->bus_pcie_dev_rem(os_pcie_dev_ctx); in nrf_wifi_osal_bus_pcie_dev_rem() 490 enum nrf_wifi_status nrf_wifi_osal_bus_pcie_dev_init(void *os_pcie_dev_ctx) in nrf_wifi_osal_bus_pcie_dev_init() argument 492 return os_ops->bus_pcie_dev_init(os_pcie_dev_ctx); in nrf_wifi_osal_bus_pcie_dev_init() 497 void nrf_wifi_osal_bus_pcie_dev_deinit(void *os_pcie_dev_ctx) in nrf_wifi_osal_bus_pcie_dev_deinit() argument 499 return os_ops->bus_pcie_dev_deinit(os_pcie_dev_ctx); in nrf_wifi_osal_bus_pcie_dev_deinit() 503 enum nrf_wifi_status nrf_wifi_osal_bus_pcie_dev_intr_reg(void *os_pcie_dev_ctx, in nrf_wifi_osal_bus_pcie_dev_intr_reg() argument 507 return os_ops->bus_pcie_dev_intr_reg(os_pcie_dev_ctx, in nrf_wifi_osal_bus_pcie_dev_intr_reg() 513 void nrf_wifi_osal_bus_pcie_dev_intr_unreg(void *os_pcie_dev_ctx) in nrf_wifi_osal_bus_pcie_dev_intr_unreg() argument 515 os_ops->bus_pcie_dev_intr_unreg(os_pcie_dev_ctx); in nrf_wifi_osal_bus_pcie_dev_intr_unreg() [all …]
|
/nrf_wifi-latest/os_if/inc/ |
D | osal_api.h | 726 void nrf_wifi_osal_bus_pcie_dev_rem(void *os_pcie_dev_ctx); 738 enum nrf_wifi_status nrf_wifi_osal_bus_pcie_dev_init(void *os_pcie_dev_ctx); 748 void nrf_wifi_osal_bus_pcie_dev_deinit(void *os_pcie_dev_ctx); 762 enum nrf_wifi_status nrf_wifi_osal_bus_pcie_dev_intr_reg(void *os_pcie_dev_ctx, 773 void nrf_wifi_osal_bus_pcie_dev_intr_unreg(void *os_pcie_dev_ctx); 791 void *nrf_wifi_osal_bus_pcie_dev_dma_map(void *os_pcie_dev_ctx, 806 void nrf_wifi_osal_bus_pcie_dev_dma_unmap(void *os_pcie_dev_ctx, 819 void nrf_wifi_osal_bus_pcie_dev_host_map_get(void *os_pcie_dev_ctx,
|
D | osal_ops.h | 606 void (*bus_pcie_dev_rem)(void *os_pcie_dev_ctx); 614 enum nrf_wifi_status (*bus_pcie_dev_init)(void *os_pcie_dev_ctx); 621 void (*bus_pcie_dev_deinit)(void *os_pcie_dev_ctx); 631 enum nrf_wifi_status (*bus_pcie_dev_intr_reg)(void *os_pcie_dev_ctx, 640 void (*bus_pcie_dev_intr_unreg)(void *os_pcie_dev_ctx); 651 void *(*bus_pcie_dev_dma_map)(void *os_pcie_dev_ctx, 664 void (*bus_pcie_dev_dma_unmap)(void *os_pcie_dev_ctx, 675 void (*bus_pcie_dev_host_map_get)(void *os_pcie_dev_ctx,
|
/nrf_wifi-latest/bus_if/bus/pcie/src/ |
D | pcie.c | 53 pcie_dev_ctx->os_pcie_dev_ctx = nrf_wifi_osal_bus_pcie_dev_add( in nrf_wifi_bus_pcie_dev_add() 57 if (!pcie_dev_ctx->os_pcie_dev_ctx) in nrf_wifi_bus_pcie_dev_add() 71 pcie_dev_ctx->os_pcie_dev_ctx, in nrf_wifi_bus_pcie_dev_add() 90 pcie_dev_ctx->os_pcie_dev_ctx, in nrf_wifi_bus_pcie_dev_add() 104 pcie_dev_ctx->os_pcie_dev_ctx); in nrf_wifi_bus_pcie_dev_add() 128 pcie_dev_ctx->os_pcie_dev_ctx); in nrf_wifi_bus_pcie_dev_rem() 131 pcie_dev_ctx->os_pcie_dev_ctx); in nrf_wifi_bus_pcie_dev_rem() 145 pcie_dev_ctx->os_pcie_dev_ctx); in nrf_wifi_bus_pcie_dev_init() 165 pcie_dev_ctx->os_pcie_dev_ctx); in nrf_wifi_bus_pcie_dev_deinit() 336 pcie_dev_ctx->os_pcie_dev_ctx, in nrf_wifi_bus_pcie_dma_map() [all …]
|
/nrf_wifi-latest/bus_if/bus/pcie/inc/ |
D | pcie.h | 50 void *os_pcie_dev_ctx; member
|