Lines Matching defs:epc
49 static int cdns_pcie_ep_write_header(struct pci_epc *epc, u8 fn, in cdns_pcie_ep_write_header()
80 static int cdns_pcie_ep_set_bar(struct pci_epc *epc, u8 fn, in cdns_pcie_ep_set_bar()
147 static void cdns_pcie_ep_clear_bar(struct pci_epc *epc, u8 fn, in cdns_pcie_ep_clear_bar()
174 static int cdns_pcie_ep_map_addr(struct pci_epc *epc, u8 fn, phys_addr_t addr, in cdns_pcie_ep_map_addr()
196 static void cdns_pcie_ep_unmap_addr(struct pci_epc *epc, u8 fn, in cdns_pcie_ep_unmap_addr()
216 static int cdns_pcie_ep_set_msi(struct pci_epc *epc, u8 fn, u8 mmc) in cdns_pcie_ep_set_msi()
236 static int cdns_pcie_ep_get_msi(struct pci_epc *epc, u8 fn) in cdns_pcie_ep_get_msi()
363 static int cdns_pcie_ep_raise_irq(struct pci_epc *epc, u8 fn, in cdns_pcie_ep_raise_irq()
383 static int cdns_pcie_ep_start(struct pci_epc *epc) in cdns_pcie_ep_start()
409 cdns_pcie_ep_get_features(struct pci_epc *epc, u8 func_no) in cdns_pcie_ep_get_features()
439 struct pci_epc *epc; in cdns_pcie_ep_probe() local