Home
last modified time | relevance | path

Searched refs:nd_region_to_nstype (Results 1 – 4 of 4) sorted by relevance

/openbmc/linux/drivers/nvdimm/
H A Dregion_devs.c219 int nd_region_to_nstype(struct nd_region *nd_region) in nd_region_to_nstype() function
239 EXPORT_SYMBOL(nd_region_to_nstype);
308 return sprintf(buf, "%d\n", nd_region_to_nstype(nd_region)); in nstype_show()
658 int type = nd_region_to_nstype(nd_region); in region_visible()
H A Dnd.h622 int nd_region_to_nstype(struct nd_region *nd_region);
H A Dnamespace_devs.c188 return sprintf(buf, "%d\n", nd_region_to_nstype(nd_region)); in nstype_show()
1830 if (nd_region_to_nstype(nd_region) == ND_DEVICE_NAMESPACE_IO) in nd_region_create_ns_seed()
2167 type = nd_region_to_nstype(nd_region); in nd_region_register_namespaces()
H A Dbus.c40 return nd_region_to_nstype(to_nd_region(dev->parent)); in to_nd_device_type()