Home
last modified time | relevance | path

Searched refs:__pci_epc_create (Results 1 – 2 of 2) sorted by relevance

/linux-5.19.10/include/linux/
Dpci-epc.h181 __pci_epc_create((dev), (ops), THIS_MODULE)
205 __pci_epc_create(struct device *dev, const struct pci_epc_ops *ops,
/linux-5.19.10/drivers/pci/endpoint/
Dpci-epc-core.c758 __pci_epc_create(struct device *dev, const struct pci_epc_ops *ops, in __pci_epc_create() function
803 EXPORT_SYMBOL_GPL(__pci_epc_create);
826 epc = __pci_epc_create(dev, ops, owner); in __devm_pci_epc_create()