Searched refs:pci_p2pdma_enable_store (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-6.6/include/linux/ |
H A D | pci-p2pdma.h | 33 int pci_p2pdma_enable_store(const char *page, struct pci_dev **p2p_dev, 82 static inline int pci_p2pdma_enable_store(const char *page, in pci_p2pdma_enable_store() function
|
/kernel/linux/linux-5.10/include/linux/ |
H A D | pci-p2pdma.h | 37 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
|
/kernel/linux/linux-5.10/drivers/pci/ |
H A D | p2pdma.c | 958 * pci_p2pdma_enable_store - parse a configfs/sysfs attribute store 977 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); variable 1019 * Attributes that use pci_p2pdma_enable_store() should use this function
|
/kernel/linux/linux-6.6/drivers/pci/ |
H A D | p2pdma.c | 1036 * pci_p2pdma_enable_store - parse a configfs/sysfs attribute store 1055 int pci_p2pdma_enable_store(const char *page, struct pci_dev **p2p_dev, in pci_p2pdma_enable_store() function 1088 EXPORT_SYMBOL_GPL(pci_p2pdma_enable_store); variable 1097 * Attributes that use pci_p2pdma_enable_store() should use this function
|
/kernel/linux/linux-5.10/drivers/nvme/target/ |
H A D | configfs.c | 394 error = pci_p2pdma_enable_store(page, &p2p_dev, &use_p2pmem); in nvmet_ns_p2pmem_store()
|
/kernel/linux/linux-6.6/drivers/nvme/target/ |
H A D | configfs.c | 399 error = pci_p2pdma_enable_store(page, &p2p_dev, &use_p2pmem); in nvmet_ns_p2pmem_store()
|
Completed in 11 milliseconds