Searched defs:epf (Results 1 – 10 of 10) sorted by relevance
/linux-6.3-rc2/drivers/pci/endpoint/ |
A D | pci-epf-core.c | 34 struct config_group *pci_epf_type_add_cfs(struct pci_epf *epf, in pci_epf_type_add_cfs() 63 void pci_epf_unbind(struct pci_epf *epf) in pci_epf_unbind() 91 int pci_epf_bind(struct pci_epf *epf) in pci_epf_bind() 251 void pci_epf_free_space(struct pci_epf *epf, void *addr, enum pci_barno bar, in pci_epf_free_space() 291 void *pci_epf_alloc_space(struct pci_epf *epf, size_t size, enum pci_barno bar, in pci_epf_alloc_space() 426 void pci_epf_destroy(struct pci_epf *epf) in pci_epf_destroy() 443 struct pci_epf *epf; in pci_epf_create() local 486 struct pci_epf *epf = to_pci_epf(dev); in pci_epf_dev_release() local 510 struct pci_epf *epf = to_pci_epf(dev); in pci_epf_device_match() local 521 struct pci_epf *epf = to_pci_epf(dev); in pci_epf_device_probe() local [all …]
|
A D | pci-ep-cfs.c | 27 struct pci_epf *epf; member 54 struct pci_epf *epf = epf_group->epf; in pci_secondary_epc_epf_link() local 75 struct pci_epf *epf; in pci_secondary_epc_epf_unlink() local 115 struct pci_epf *epf = epf_group->epf; in pci_primary_epc_epf_link() local 136 struct pci_epf *epf; in pci_primary_epc_epf_unlink() local 217 struct pci_epf *epf = epf_group->epf; in pci_epc_epf_link() local 236 struct pci_epf *epf; in pci_epc_epf_unlink() local 556 struct pci_epf *epf; in pci_epf_make() local
|
A D | pci-epc-core.c | 600 int pci_epc_add_epf(struct pci_epc *epc, struct pci_epf *epf, in pci_epc_add_epf() 658 void pci_epc_remove_epf(struct pci_epc *epc, struct pci_epf *epf, in pci_epc_remove_epf() 693 struct pci_epf *epf; in pci_epc_linkup() local 719 struct pci_epf *epf; in pci_epc_init_notify() local
|
/linux-6.3-rc2/drivers/pci/endpoint/functions/ |
A D | pci-epf-test.c | 51 struct pci_epf *epf; member 119 struct pci_epf *epf = epf_test->epf; in pci_epf_test_data_transfer() local 201 struct pci_epf *epf = epf_test->epf; in pci_epf_test_init_dma_chan() local 321 struct pci_epf *epf = epf_test->epf; in pci_epf_test_copy() local 421 struct pci_epf *epf = epf_test->epf; in pci_epf_test_read() local 510 struct pci_epf *epf = epf_test->epf; in pci_epf_test_write() local 600 struct pci_epf *epf = epf_test->epf; in pci_epf_test_raise_irq() local 634 struct pci_epf *epf = epf_test->epf; in pci_epf_test_cmd_handler() local 717 static void pci_epf_test_unbind(struct pci_epf *epf) in pci_epf_test_unbind() 925 static int pci_epf_test_bind(struct pci_epf *epf) in pci_epf_test_bind() [all …]
|
A D | pci-epf-ntb.c | 80 struct pci_epf *epf; member 953 struct pci_epf *epf; in epf_ntb_config_spad_bar_free() local 1003 struct pci_epf *epf; in epf_ntb_config_spad_bar_alloc() local 1510 struct pci_epf *epf; in epf_ntb_epc_destroy_interface() local 1554 struct pci_epf *epf; in epf_ntb_epc_create_interface() local 1602 struct pci_epf *epf; in epf_ntb_epc_create() local 1723 struct pci_epf *epf; in epf_ntb_epc_init_interface() local 1865 static int epf_ntb_bind(struct pci_epf *epf) in epf_ntb_bind() 1924 static void epf_ntb_unbind(struct pci_epf *epf) in epf_ntb_unbind() 2063 static struct config_group *epf_ntb_add_cfs(struct pci_epf *epf, in epf_ntb_add_cfs() [all …]
|
A D | pci-epf-vntb.c | 120 struct pci_epf *epf; member 416 struct pci_epf *epf = ntb->epf; in epf_ntb_config_spad_bar_alloc() local 746 struct pci_epf *epf; in epf_ntb_epc_init() local 974 static struct config_group *epf_ntb_add_cfs(struct pci_epf *epf, in epf_ntb_add_cfs() 1317 static int epf_ntb_bind(struct pci_epf *epf) in epf_ntb_bind() 1377 static void epf_ntb_unbind(struct pci_epf *epf) in epf_ntb_unbind() 1404 static int epf_ntb_probe(struct pci_epf *epf) in epf_ntb_probe()
|
/linux-6.3-rc2/drivers/pci/controller/cadence/ |
A D | pcie-cadence-ep.c | 80 struct cdns_pcie_epf *epf = &ep->epf[fn]; in cdns_pcie_ep_set_bar() local 154 struct cdns_pcie_epf *epf = &ep->epf[fn]; in cdns_pcie_ep_clear_bar() local 490 struct cdns_pcie_epf *epf; in cdns_pcie_ep_send_msix_irq() local 568 int ret, value, epf; in cdns_pcie_ep_start() local 646 struct cdns_pcie_epf *epf; in cdns_pcie_ep_setup() local
|
A D | pcie-cadence.h | 340 struct cdns_pcie_epf *epf; member 379 struct cdns_pcie_epf *epf; member
|
/linux-6.3-rc2/include/linux/ |
A D | pci-epf.h | 196 static inline void epf_set_drvdata(struct pci_epf *epf, void *data) in epf_set_drvdata() 201 static inline void *epf_get_drvdata(struct pci_epf *epf) in epf_get_drvdata()
|
/linux-6.3-rc2/drivers/pci/controller/ |
A D | pcie-rockchip-ep.c | 493 struct pci_epf *epf; in rockchip_pcie_ep_start() local
|
Completed in 24 milliseconds