Home
last modified time | relevance | path

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

/linux/drivers/pci/endpoint/
H A Dpci-epc-core.c749 if (epf->event_ops && epf->event_ops->epc_init) in pci_epc_init_notify()
750 epf->event_ops->epc_init(epf); in pci_epc_init_notify()
772 if (epf->event_ops && epf->event_ops->epc_init) in pci_epc_notify_pending_init()
773 epf->event_ops->epc_init(epf); in pci_epc_notify_pending_init()
/linux/include/linux/
H A Dpci-epf.h80 int (*epc_init)(struct pci_epf *epf); member
/linux/drivers/pci/endpoint/functions/
H A Dpci-epf-test.c814 .epc_init = pci_epf_test_epc_init,
H A Dpci-epf-mhi.c919 .epc_init = pci_epf_mhi_epc_init,