Home
last modified time | relevance | path

Searched refs:is_nd_btt (Results 1 – 7 of 7) sorted by relevance

/drivers/nvdimm/
Dbtt_devs.c41 bool is_nd_btt(struct device *dev) in is_nd_btt() function
45 EXPORT_SYMBOL(is_nd_btt);
51 WARN_ON(!is_nd_btt(dev)); in to_nd_btt()
Dpmem.c357 if (is_nd_btt(dev)) in nd_pmem_probe()
374 if (is_nd_btt(dev)) in nd_pmem_remove()
398 if (is_nd_btt(dev)) { in nd_pmem_notify()
Dclaim.c84 if (is_nd_btt(dev)) in is_idle()
122 } else if (is_nd_btt(dev)) { in nd_detach_and_reset()
Dblk.c320 if (is_nd_btt(dev)) in nd_blk_probe()
331 if (is_nd_btt(dev)) in nd_blk_remove()
Dnd.h251 bool is_nd_btt(struct device *dev);
260 static inline bool is_nd_btt(struct device *dev) in is_nd_btt() function
Dnamespace_devs.c97 } else if (is_nd_btt(dev)) { in is_uuid_busy()
149 if (is_nd_pfn(dev) || is_nd_btt(dev)) in pmem_should_map_pages()
172 if (ndns->claim && is_nd_btt(ndns->claim)) in nvdimm_namespace_disk_name()
1395 if (claim && is_nd_btt(claim)) in mode_show()
1490 struct nd_btt *nd_btt = is_nd_btt(dev) ? to_nd_btt(dev) : NULL; in nvdimm_namespace_common_probe()
Dregion_devs.c569 if (is_nd_btt(dev) && probe) { in nd_region_notify_driver_action()