Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/pci/endpoint/functions/
Dpci-epf-test.c719 struct pci_epf_test *epf_test = epf_get_drvdata(epf); in pci_epf_test_unbind()
745 struct pci_epf_test *epf_test = epf_get_drvdata(epf); in pci_epf_test_set_bar()
779 struct pci_epf_test *epf_test = epf_get_drvdata(epf); in pci_epf_test_core_init()
833 struct pci_epf_test *epf_test = epf_get_drvdata(epf); in pci_epf_test_notifier()
858 struct pci_epf_test *epf_test = epf_get_drvdata(epf); in pci_epf_test_alloc_space()
940 struct pci_epf_test *epf_test = epf_get_drvdata(epf); in pci_epf_test_bind()
Dpci-epf-vntb.c958 struct epf_ntb *ntb = epf_get_drvdata(epf); in epf_ntb_add_cfs()
1298 struct epf_ntb *ntb = epf_get_drvdata(epf); in epf_ntb_bind()
1358 struct epf_ntb *ntb = epf_get_drvdata(epf); in epf_ntb_unbind()
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()
2066 struct epf_ntb *ntb = epf_get_drvdata(epf); in epf_ntb_add_cfs()
/linux-6.1.9/include/linux/
Dpci-epf.h196 static inline void *epf_get_drvdata(struct pci_epf *epf) in epf_get_drvdata() function