Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/nvdimm/
Dnd.h290 int nd_pfn_probe(struct device *dev, struct nd_namespace_common *ndns);
298 static inline int nd_pfn_probe(struct device *dev, in nd_pfn_probe() function
Dpfn_devs.c484 int nd_pfn_probe(struct device *dev, struct nd_namespace_common *ndns) in nd_pfn_probe() function
522 EXPORT_SYMBOL(nd_pfn_probe);
Dpmem.c509 if (nd_btt_probe(dev, ndns) == 0 || nd_pfn_probe(dev, ndns) == 0 in nd_pmem_probe()