Searched refs:cxl_region_type (Results 1 – 2 of 2) sorted by relevance
20 extern const struct device_type cxl_region_type;23 #define CXL_REGION_TYPE(x) (&cxl_region_type)
2305 const struct device_type cxl_region_type = { variable2313 return dev->type == &cxl_region_type; in is_cxl_region()2319 if (dev_WARN_ONCE(dev, dev->type != &cxl_region_type, in to_cxl_region()2370 dev->type = &cxl_region_type; in cxl_region_alloc()