Searched refs:pci_epf (Results 1 – 8 of 8) sorted by relevance
/linux/include/linux/ |
A D | pci-epf.h | 17 struct pci_epf; 69 int (*bind)(struct pci_epf *epf); 70 void (*unbind)(struct pci_epf *epf); 87 int (*probe)(struct pci_epf *epf); 88 void (*remove)(struct pci_epf *epf); 143 struct pci_epf { struct 154 struct pci_epf *epf_pf; argument 210 int pci_epf_bind(struct pci_epf *epf); 211 void pci_epf_unbind(struct pci_epf *epf); 214 int pci_epf_add_vepf(struct pci_epf *epf_pf, struct pci_epf *epf_vf); [all …]
|
A D | pci-epc.h | 141 struct list_head pci_epf; member 209 int pci_epc_add_epf(struct pci_epc *epc, struct pci_epf *epf, 213 void pci_epc_remove_epf(struct pci_epc *epc, struct pci_epf *epf,
|
/linux/drivers/pci/endpoint/ |
A D | pci-epf-core.c | 63 void pci_epf_unbind(struct pci_epf *epf) in pci_epf_unbind() 65 struct pci_epf *epf_vf; in pci_epf_unbind() 91 int pci_epf_bind(struct pci_epf *epf) in pci_epf_bind() 94 struct pci_epf *epf_vf; in pci_epf_bind() 187 int pci_epf_add_vepf(struct pci_epf *epf_pf, struct pci_epf *epf_vf) in pci_epf_add_vepf() 230 void pci_epf_remove_vepf(struct pci_epf *epf_pf, struct pci_epf *epf_vf) in pci_epf_remove_vepf() 443 struct pci_epf *epf; in pci_epf_create() 486 struct pci_epf *epf = to_pci_epf(dev); in pci_epf_dev_release() 510 struct pci_epf *epf = to_pci_epf(dev); in pci_epf_device_match() 521 struct pci_epf *epf = to_pci_epf(dev); in pci_epf_device_probe() [all …]
|
A D | pci-ep-cfs.c | 27 struct pci_epf *epf; 54 struct pci_epf *epf = epf_group->epf; in pci_secondary_epc_epf_link() 75 struct pci_epf *epf; in pci_secondary_epc_epf_unlink() 115 struct pci_epf *epf = epf_group->epf; in pci_primary_epc_epf_link() 136 struct pci_epf *epf; in pci_primary_epc_epf_unlink() 217 struct pci_epf *epf = epf_group->epf; in pci_epc_epf_link() 236 struct pci_epf *epf; in pci_epc_epf_unlink() 471 struct pci_epf *epf_pf = epf_pf_group->epf; in pci_epf_vepf_link() 472 struct pci_epf *epf_vf = epf_vf_group->epf; in pci_epf_vepf_link() 482 struct pci_epf *epf_pf = epf_pf_group->epf; in pci_epf_vepf_unlink() [all …]
|
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() 641 list_add_tail(list, &epc->pci_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() 776 INIT_LIST_HEAD(&epc->pci_epf); in __pci_epc_create()
|
/linux/drivers/pci/endpoint/functions/ |
A D | pci-epf-test.c | 51 struct pci_epf *epf; 112 struct pci_epf *epf = epf_test->epf; in pci_epf_test_data_transfer() 159 struct pci_epf *epf = epf_test->epf; in pci_epf_test_init_dma_chan() 236 struct pci_epf *epf = epf_test->epf; in pci_epf_test_copy() 319 struct pci_epf *epf = epf_test->epf; in pci_epf_test_read() 407 struct pci_epf *epf = epf_test->epf; in pci_epf_test_write() 494 struct pci_epf *epf = epf_test->epf; in pci_epf_test_raise_irq() 528 struct pci_epf *epf = epf_test->epf; in pci_epf_test_cmd_handler() 727 struct pci_epf *epf = container_of(nb, struct pci_epf, nb); in pci_epf_test_notifier() 832 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; 953 struct pci_epf *epf; in epf_ntb_config_spad_bar_free() 1003 struct pci_epf *epf; in epf_ntb_config_spad_bar_alloc() 1510 struct pci_epf *epf; in epf_ntb_epc_destroy_interface() 1554 struct pci_epf *epf; in epf_ntb_epc_create_interface() 1602 struct pci_epf *epf; in epf_ntb_epc_create() 1723 struct pci_epf *epf; in epf_ntb_epc_init_interface() 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 …]
|
/linux/drivers/pci/controller/ |
A D | pcie-rockchip-ep.c | 494 struct pci_epf *epf; in rockchip_pcie_ep_start() 498 list_for_each_entry(epf, &epc->pci_epf, list) in rockchip_pcie_ep_start()
|
Completed in 30 milliseconds