Home
last modified time | relevance | path

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

/openbmc/linux/drivers/pci/endpoint/functions/
H A Dpci-epf-mhi.c474 struct pci_epf_mhi *epf_mhi = epf_get_drvdata(epf); in pci_epf_mhi_core_init()
514 struct pci_epf_mhi *epf_mhi = epf_get_drvdata(epf); in pci_epf_mhi_link_up()
560 struct pci_epf_mhi *epf_mhi = epf_get_drvdata(epf); in pci_epf_mhi_link_down()
576 struct pci_epf_mhi *epf_mhi = epf_get_drvdata(epf); in pci_epf_mhi_bme()
601 struct pci_epf_mhi *epf_mhi = epf_get_drvdata(epf); in pci_epf_mhi_bind()
629 struct pci_epf_mhi *epf_mhi = epf_get_drvdata(epf); in pci_epf_mhi_unbind()
H A Dpci-epf-test.c691 struct pci_epf_test *epf_test = epf_get_drvdata(epf); in pci_epf_test_unbind()
717 struct pci_epf_test *epf_test = epf_get_drvdata(epf); in pci_epf_test_set_bar()
751 struct pci_epf_test *epf_test = epf_get_drvdata(epf); in pci_epf_test_core_init()
803 struct pci_epf_test *epf_test = epf_get_drvdata(epf); in pci_epf_test_link_up()
818 struct pci_epf_test *epf_test = epf_get_drvdata(epf); in pci_epf_test_alloc_space()
900 struct pci_epf_test *epf_test = epf_get_drvdata(epf); in pci_epf_test_bind()
H A Dpci-epf-vntb.c978 struct epf_ntb *ntb = epf_get_drvdata(epf); in epf_ntb_add_cfs()
1319 struct epf_ntb *ntb = epf_get_drvdata(epf); in epf_ntb_bind()
1385 struct epf_ntb *ntb = epf_get_drvdata(epf); in epf_ntb_unbind()
H A 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()
/openbmc/linux/include/linux/
H A Dpci-epf.h208 static inline void *epf_get_drvdata(struct pci_epf *epf) in epf_get_drvdata() function