Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/include/linux/
H A Dpci-epc.h150 __pci_epc_create((dev), (ops), THIS_MODULE)
174 __pci_epc_create(struct device *dev, const struct pci_epc_ops *ops,
/OK3568_Linux_fs/kernel/drivers/pci/endpoint/
H A Dpci-epc-core.c634 __pci_epc_create(struct device *dev, const struct pci_epc_ops *ops, in __pci_epc_create() function
679 EXPORT_SYMBOL_GPL(__pci_epc_create);
702 epc = __pci_epc_create(dev, ops, owner); in __devm_pci_epc_create()