Home
last modified time | relevance | path

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

/linux/drivers/pci/endpoint/
H A Dpci-epc-core.c862 if (epf->event_ops && epf->event_ops->epc_init) in pci_epc_init_notify()
863 epf->event_ops->epc_init(epf); in pci_epc_init_notify()
885 if (epf->event_ops && epf->event_ops->epc_init) in pci_epc_notify_pending_init()
886 epf->event_ops->epc_init(epf); in pci_epc_notify_pending_init()
/linux/include/linux/
H A Dpci-epf.h81 int (*epc_init)(struct pci_epf *epf); member
/linux/drivers/pci/endpoint/functions/
H A Dpci-epf-mhi.c925 .epc_init = pci_epf_mhi_epc_init,
H A Dpci-epf-test.c1203 .epc_init = pci_epf_test_epc_init,
/linux/drivers/nvme/target/
H A Dpci-epf.c2399 .epc_init = nvmet_pci_epf_epc_init,