Home
last modified time | relevance | path

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

/openbmc/linux/drivers/cxl/core/
H A Dpmem.c39 const struct device_type cxl_nvdimm_bridge_type = { variable
47 if (dev_WARN_ONCE(dev, dev->type != &cxl_nvdimm_bridge_type, in to_cxl_nvdimm_bridge()
56 return dev->type == &cxl_nvdimm_bridge_type; in is_cxl_nvdimm_bridge()
107 dev->type = &cxl_nvdimm_bridge_type; in cxl_nvdimm_bridge_alloc()
H A Dcore.h7 extern const struct device_type cxl_nvdimm_bridge_type;
H A Dport.c56 if (dev->type == &cxl_nvdimm_bridge_type) in cxl_device_id()