Home
last modified time | relevance | path

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

/Linux-v6.6/drivers/dax/
Dcxl.c11 struct cxl_dax_region *cxlr_dax = to_cxl_dax_region(dev); in cxl_dax_region_probe()
/Linux-v6.6/drivers/cxl/
Dcxl.h556 struct cxl_dax_region { struct
803 struct cxl_dax_region *to_cxl_dax_region(struct device *dev);
818 static inline struct cxl_dax_region *to_cxl_dax_region(struct device *dev) in to_cxl_dax_region()
/Linux-v6.6/drivers/cxl/core/
Dregion.c2512 struct cxl_dax_region *cxlr_dax = to_cxl_dax_region(dev); in cxl_dax_region_release()
2533 struct cxl_dax_region *to_cxl_dax_region(struct device *dev) in to_cxl_dax_region()
2538 return container_of(dev, struct cxl_dax_region, dev); in to_cxl_dax_region()
2544 static struct cxl_dax_region *cxl_dax_region_alloc(struct cxl_region *cxlr) in cxl_dax_region_alloc()
2547 struct cxl_dax_region *cxlr_dax; in cxl_dax_region_alloc()
2665 struct cxl_dax_region *cxlr_dax = _cxlr_dax; in cxlr_dax_unregister()
2672 struct cxl_dax_region *cxlr_dax; in devm_cxl_add_dax_region()