Home
last modified time | relevance | path

Searched refs:pci_p2pdma_enable_store (Results 1 – 3 of 3) sorted by relevance

/OK3568_Linux_fs/kernel/include/linux/
H A Dpci-p2pdma.h37 int pci_p2pdma_enable_store(const char *page, struct pci_dev **p2p_dev,
97 static inline int pci_p2pdma_enable_store(const char *page, in pci_p2pdma_enable_store() function
/OK3568_Linux_fs/kernel/drivers/pci/
H A Dp2pdma.c977 int pci_p2pdma_enable_store(const char *page, struct pci_dev **p2p_dev, in pci_p2pdma_enable_store() function
1010 EXPORT_SYMBOL_GPL(pci_p2pdma_enable_store);
/OK3568_Linux_fs/kernel/drivers/nvme/target/
H A Dconfigfs.c394 error = pci_p2pdma_enable_store(page, &p2p_dev, &use_p2pmem); in nvmet_ns_p2pmem_store()