Home
last modified time | relevance | path

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

/linux-6.15/drivers/nvdimm/
H A Dnd.h568 int nd_pfn_probe(struct device *dev, struct nd_namespace_common *ndns);
576 static inline int nd_pfn_probe(struct device *dev, in nd_pfn_probe() function
H A Dpfn_devs.c623 int nd_pfn_probe(struct device *dev, struct nd_namespace_common *ndns) in nd_pfn_probe() function
661 EXPORT_SYMBOL(nd_pfn_probe);
H A Dpmem.c632 ret = nd_pfn_probe(dev, ndns); in nd_pmem_probe()