Home
last modified time | relevance | path

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

/linux/drivers/nvdimm/
H A Dbtt_devs.c328 int nd_btt_probe(struct device *dev, struct nd_namespace_common *ndns) in nd_btt_probe() function
363 EXPORT_SYMBOL(nd_btt_probe);
H A Dnd.h542 int nd_btt_probe(struct device *dev, struct nd_namespace_common *ndns);
546 static inline int nd_btt_probe(struct device *dev, in nd_btt_probe() function
H A Dpmem.c615 ret = nd_btt_probe(dev, ndns); in nd_pmem_probe()