Home
last modified time | relevance | path

Searched refs:pci_epf (Results 1 – 8 of 8) sorted by relevance

/linux/include/linux/
A Dpci-epf.h17 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 Dpci-epc.h141 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 Dpci-epf-core.c63 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 Dpci-ep-cfs.c27 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 Dpci-epc-core.c600 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 Dpci-epf-test.c51 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 Dpci-epf-ntb.c80 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 Dpcie-rockchip-ep.c494 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