Home
last modified time | relevance | path

Searched refs:epf_get_drvdata (Results 1 – 3 of 3) sorted by relevance

/Linux-v5.15/drivers/pci/endpoint/functions/
Dpci-epf-test.c613 struct pci_epf_test *epf_test = epf_get_drvdata(epf); in pci_epf_test_unbind()
640 struct pci_epf_test *epf_test = epf_get_drvdata(epf); in pci_epf_test_set_bar()
674 struct pci_epf_test *epf_test = epf_get_drvdata(epf); in pci_epf_test_core_init()
728 struct pci_epf_test *epf_test = epf_get_drvdata(epf); in pci_epf_test_notifier()
753 struct pci_epf_test *epf_test = epf_get_drvdata(epf); in pci_epf_test_alloc_space()
835 struct pci_epf_test *epf_test = epf_get_drvdata(epf); in pci_epf_test_bind()
Dpci-epf-ntb.c1867 struct epf_ntb *ntb = epf_get_drvdata(epf); in epf_ntb_bind()
1926 struct epf_ntb *ntb = epf_get_drvdata(epf); in epf_ntb_unbind()
2072 struct epf_ntb *ntb = epf_get_drvdata(epf); in epf_ntb_add_cfs()
/Linux-v5.15/include/linux/
Dpci-epf.h196 static inline void *epf_get_drvdata(struct pci_epf *epf) in epf_get_drvdata() function