Home
last modified time | relevance | path

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

/openbmc/linux/drivers/nvdimm/
H A Ddax_devs.c35 static const struct device_type nd_dax_device_type = { variable
43 return dev ? dev->type == &nd_dax_device_type : false; in is_nd_dax()
66 dev->type = &nd_dax_device_type; in nd_dax_alloc()