Lines Matching refs:pcie_port
158 struct pcie_port;
176 int (*host_init)(struct pcie_port *pp);
177 int (*msi_host_init)(struct pcie_port *pp);
180 struct pcie_port { struct
269 struct pcie_port pp;
369 irqreturn_t dw_handle_msi_irq(struct pcie_port *pp);
370 void dw_pcie_setup_rc(struct pcie_port *pp);
371 int dw_pcie_host_init(struct pcie_port *pp);
372 void dw_pcie_host_deinit(struct pcie_port *pp);
373 int dw_pcie_allocate_domains(struct pcie_port *pp);
377 static inline irqreturn_t dw_handle_msi_irq(struct pcie_port *pp) in dw_handle_msi_irq()
382 static inline void dw_pcie_setup_rc(struct pcie_port *pp) in dw_pcie_setup_rc()
386 static inline int dw_pcie_host_init(struct pcie_port *pp) in dw_pcie_host_init()
391 static inline void dw_pcie_host_deinit(struct pcie_port *pp) in dw_pcie_host_deinit()
395 static inline int dw_pcie_allocate_domains(struct pcie_port *pp) in dw_pcie_allocate_domains()