Home
last modified time | relevance | path

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

/openbmc/linux/drivers/nvdimm/
H A Dbtt_devs.c335 int nd_btt_probe(struct device *dev, struct nd_namespace_common *ndns) in nd_btt_probe() function
371 EXPORT_SYMBOL(nd_btt_probe);
H A Dnd.h543 int nd_btt_probe(struct device *dev, struct nd_namespace_common *ndns);
547 static inline int nd_btt_probe(struct device *dev, in nd_btt_probe() function
H A Dpmem.c618 ret = nd_btt_probe(dev, ndns); in nd_pmem_probe()