Home
last modified time | relevance | path

Searched refs:to_cxl_root_decoder (Results 1 – 4 of 4) sorted by relevance

/openbmc/linux/drivers/cxl/core/
H A Dregion.c367 struct cxl_root_decoder *cxlrd = to_cxl_root_decoder(dev->parent); in interleave_ways_store()
435 struct cxl_root_decoder *cxlrd = to_cxl_root_decoder(dev->parent); in interleave_granularity_store()
509 struct cxl_root_decoder *cxlrd = to_cxl_root_decoder(cxlr->dev.parent); in alloc_hpa()
1161 struct cxl_root_decoder *cxlrd = to_cxl_root_decoder(cxlr->dev.parent); in cxl_port_setup_targets()
1759 struct cxl_root_decoder *cxlrd = to_cxl_root_decoder(cxlr->dev.parent); in cxl_region_attach()
2148 struct cxl_root_decoder *cxlrd = to_cxl_root_decoder(dev->parent); in cxl_region_release()
2299 return __create_region_show(to_cxl_root_decoder(dev), buf); in create_pmem_region_show()
2305 return __create_region_show(to_cxl_root_decoder(dev), buf); in create_ram_region_show()
2338 struct cxl_root_decoder *cxlrd = to_cxl_root_decoder(dev); in create_pmem_region_store()
2358 struct cxl_root_decoder *cxlrd = to_cxl_root_decoder(dev); in create_ram_region_store()
[all …]
H A Dport.c332 struct cxl_root_decoder *cxlrd = to_cxl_root_decoder(dev); in cxl_root_decoder_visible()
421 struct cxl_root_decoder *to_cxl_root_decoder(struct device *dev) in to_cxl_root_decoder() function
428 EXPORT_SYMBOL_NS_GPL(to_cxl_root_decoder, CXL);
432 struct cxl_root_decoder *cxlrd = to_cxl_root_decoder(dev); in cxl_root_decoder_release()
/openbmc/linux/drivers/cxl/
H A Dcxl.h712 struct cxl_root_decoder *to_cxl_root_decoder(struct device *dev);
H A Dacpi.c645 struct cxl_root_decoder *cxlrd = to_cxl_root_decoder(dev); in pair_cxl_resource()