Lines Matching refs:os_pcie_dev_ctx
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()
519 void *nrf_wifi_osal_bus_pcie_dev_dma_map(void *os_pcie_dev_ctx, in nrf_wifi_osal_bus_pcie_dev_dma_map() argument
524 return os_ops->bus_pcie_dev_dma_map(os_pcie_dev_ctx, in nrf_wifi_osal_bus_pcie_dev_dma_map()
531 void nrf_wifi_osal_bus_pcie_dev_dma_unmap(void *os_pcie_dev_ctx, in nrf_wifi_osal_bus_pcie_dev_dma_unmap() argument
536 os_ops->bus_pcie_dev_dma_unmap(os_pcie_dev_ctx, in nrf_wifi_osal_bus_pcie_dev_dma_unmap()
543 void nrf_wifi_osal_bus_pcie_dev_host_map_get(void *os_pcie_dev_ctx, in nrf_wifi_osal_bus_pcie_dev_host_map_get() argument
546 os_ops->bus_pcie_dev_host_map_get(os_pcie_dev_ctx, in nrf_wifi_osal_bus_pcie_dev_host_map_get()