Home
last modified time | relevance | path

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

/components/drivers/pci/host/dw/
A Dpcie-dw.h294 #define HOST_API macro
297 #define HOST_API rt_inline macro
409 HOST_API rt_err_t dw_handle_msi_irq(struct dw_pcie_port *port) HOST_RET(-RT_ENOSYS)
410 HOST_API void dw_pcie_msi_init(struct dw_pcie_port *port) HOST_RET()
411 HOST_API void dw_pcie_free_msi(struct dw_pcie_port *port) HOST_RET()
413 HOST_API void dw_pcie_setup_rc(struct dw_pcie_port *port) HOST_RET()
415 HOST_API rt_err_t dw_pcie_host_init(struct dw_pcie_port *port) HOST_RET(-RT_ENOSYS)
416 HOST_API void dw_pcie_host_deinit(struct dw_pcie_port *port) HOST_RET()
418 HOST_API void dw_pcie_host_free(struct dw_pcie_port *port) HOST_RET()
420 HOST_API void *dw_pcie_own_conf_map(struct rt_pci_bus *bus, rt_uint32_t devfn, int reg) HOST_RET(RT…

Completed in 4 milliseconds