Lines Matching refs:dw_pcie_rp
215 struct dw_pcie_rp;
226 int (*host_init)(struct dw_pcie_rp *pp);
227 void (*host_deinit)(struct dw_pcie_rp *pp);
228 int (*msi_host_init)(struct dw_pcie_rp *pp);
231 struct dw_pcie_rp { struct
315 struct dw_pcie_rp pp;
427 irqreturn_t dw_handle_msi_irq(struct dw_pcie_rp *pp);
428 int dw_pcie_setup_rc(struct dw_pcie_rp *pp);
429 int dw_pcie_host_init(struct dw_pcie_rp *pp);
430 void dw_pcie_host_deinit(struct dw_pcie_rp *pp);
431 int dw_pcie_allocate_domains(struct dw_pcie_rp *pp);
435 static inline irqreturn_t dw_handle_msi_irq(struct dw_pcie_rp *pp) in dw_handle_msi_irq()
440 static inline int dw_pcie_setup_rc(struct dw_pcie_rp *pp) in dw_pcie_setup_rc()
445 static inline int dw_pcie_host_init(struct dw_pcie_rp *pp) in dw_pcie_host_init()
450 static inline void dw_pcie_host_deinit(struct dw_pcie_rp *pp) in dw_pcie_host_deinit()
454 static inline int dw_pcie_allocate_domains(struct dw_pcie_rp *pp) in dw_pcie_allocate_domains()