Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/nvdimm/
Ddax_devs.c102 int nd_dax_probe(struct device *dev, struct nd_namespace_common *ndns) in nd_dax_probe() function
141 EXPORT_SYMBOL(nd_dax_probe);
Dnd.h322 int nd_dax_probe(struct device *dev, struct nd_namespace_common *ndns);
326 static inline int nd_dax_probe(struct device *dev, in nd_dax_probe() function
Dpmem.c510 || nd_dax_probe(dev, ndns) == 0) in nd_pmem_probe()