Home
last modified time | relevance | path

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

/linux-6.15/drivers/cxl/core/
H A Dcore.h22 extern const struct device_type cxl_region_type;
25 #define CXL_REGION_TYPE(x) (&cxl_region_type)
H A Dregion.c2328 const struct device_type cxl_region_type = { variable
2336 return dev->type == &cxl_region_type; in is_cxl_region()
2342 if (dev_WARN_ONCE(dev, dev->type != &cxl_region_type, in to_cxl_region()
2393 dev->type = &cxl_region_type; in cxl_region_alloc()