Home
last modified time | relevance | path

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

/linux-6.15/drivers/pci/endpoint/
H A Dpci-epc-core.c860 if (epf->event_ops && epf->event_ops->epc_init) in pci_epc_init_notify()
861 epf->event_ops->epc_init(epf); in pci_epc_init_notify()
883 if (epf->event_ops && epf->event_ops->epc_init) in pci_epc_notify_pending_init()
884 epf->event_ops->epc_init(epf); in pci_epc_notify_pending_init()
/linux-6.15/include/linux/
H A Dpci-epf.h80 int (*epc_init)(struct pci_epf *epf); member
/linux-6.15/drivers/pci/endpoint/functions/
H A Dpci-epf-mhi.c925 .epc_init = pci_epf_mhi_epc_init,
H A Dpci-epf-test.c878 .epc_init = pci_epf_test_epc_init,
/linux-6.15/drivers/nvme/target/
H A Dpci-epf.c2387 .epc_init = nvmet_pci_epf_epc_init,