Home
last modified time | relevance | path

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

/linux/drivers/pci/endpoint/functions/
H A Dpci-epf-test.c694 struct pci_epf_test *epf_test = epf_get_drvdata(epf); in pci_epf_test_set_bar()
717 struct pci_epf_test *epf_test = epf_get_drvdata(epf); in pci_epf_test_clear_bar()
732 struct pci_epf_test *epf_test = epf_get_drvdata(epf); in pci_epf_test_epc_init()
787 struct pci_epf_test *epf_test = epf_get_drvdata(epf); in pci_epf_test_epc_deinit()
796 struct pci_epf_test *epf_test = epf_get_drvdata(epf); in pci_epf_test_link_up()
806 struct pci_epf_test *epf_test = epf_get_drvdata(epf); in pci_epf_test_link_down()
822 struct pci_epf_test *epf_test = epf_get_drvdata(epf); in pci_epf_test_alloc_space()
872 struct pci_epf_test *epf_test = epf_get_drvdata(epf); in pci_epf_test_free_space()
887 struct pci_epf_test *epf_test = epf_get_drvdata(epf); in pci_epf_test_bind()
917 struct pci_epf_test *epf_test = epf_get_drvdata(epf); in pci_epf_test_unbind()
H A Dpci-epf-mhi.c722 struct pci_epf_mhi *epf_mhi = epf_get_drvdata(epf); in pci_epf_mhi_epc_init()
770 struct pci_epf_mhi *epf_mhi = epf_get_drvdata(epf); in pci_epf_mhi_epc_deinit()
788 struct pci_epf_mhi *epf_mhi = epf_get_drvdata(epf); in pci_epf_mhi_link_up()
827 struct pci_epf_mhi *epf_mhi = epf_get_drvdata(epf); in pci_epf_mhi_link_down()
843 struct pci_epf_mhi *epf_mhi = epf_get_drvdata(epf); in pci_epf_mhi_bus_master_enable()
868 struct pci_epf_mhi *epf_mhi = epf_get_drvdata(epf); in pci_epf_mhi_bind()
896 struct pci_epf_mhi *epf_mhi = epf_get_drvdata(epf); in pci_epf_mhi_unbind()
H A Dpci-epf-vntb.c967 struct epf_ntb *ntb = epf_get_drvdata(epf); in epf_ntb_add_cfs()
1305 struct epf_ntb *ntb = epf_get_drvdata(epf); in epf_ntb_bind()
1371 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()
/linux/include/linux/
H A Dpci-epf.h210 static inline void *epf_get_drvdata(struct pci_epf *epf) in epf_get_drvdata() function