Home
last modified time | relevance | path

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

/linux/drivers/cxl/core/
H A Dpmem.c179 const struct device_type cxl_nvdimm_type = { variable
187 return dev->type == &cxl_nvdimm_type; in is_cxl_nvdimm()
220 dev->type = &cxl_nvdimm_type; in cxl_nvdimm_alloc()
H A Dcore.h11 extern const struct device_type cxl_nvdimm_type;
H A Dport.c63 if (dev->type == &cxl_nvdimm_type) in cxl_device_id()