Home
last modified time | relevance | path

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

/linux/drivers/cxl/core/
H A Dregion.c492 struct cxl_root_decoder *cxlrd = to_cxl_root_decoder(dev->parent); in interleave_ways_store()
555 struct cxl_root_decoder *cxlrd = to_cxl_root_decoder(dev->parent); in interleave_granularity_store()
631 struct cxl_root_decoder *cxlrd = to_cxl_root_decoder(cxlr->dev.parent); in alloc_hpa()
1376 struct cxl_root_decoder *cxlrd = to_cxl_root_decoder(cxlr->dev.parent); in cxl_port_setup_targets()
1974 struct cxl_root_decoder *cxlrd = to_cxl_root_decoder(cxlr->dev.parent); in cxl_region_attach()
2399 struct cxl_root_decoder *cxlrd = to_cxl_root_decoder(dev->parent); in cxl_region_release()
2632 return __create_region_show(to_cxl_root_decoder(dev), buf); in create_pmem_region_show()
2638 return __create_region_show(to_cxl_root_decoder(dev), buf); in create_ram_region_show()
2670 struct cxl_root_decoder *cxlrd = to_cxl_root_decoder(dev); in create_region_store()
2734 struct cxl_root_decoder *cxlrd = to_cxl_root_decoder(dev); in delete_region_store()
[all …]
H A Dport.c308 struct cxl_root_decoder *cxlrd = to_cxl_root_decoder(dev); in qos_class_show()
357 struct cxl_root_decoder *cxlrd = to_cxl_root_decoder(dev); in cxl_root_decoder_visible()
446 struct cxl_root_decoder *to_cxl_root_decoder(struct device *dev) in to_cxl_root_decoder() function
453 EXPORT_SYMBOL_NS_GPL(to_cxl_root_decoder, "CXL");
457 struct cxl_root_decoder *cxlrd = to_cxl_root_decoder(dev); in cxl_root_decoder_release()
H A Dcdat.c297 cxlrd = to_cxl_root_decoder(dev); in match_cxlrd_qos_class()
336 cxlrd = to_cxl_root_decoder(dev); in match_cxlrd_hb()
/linux/drivers/cxl/
H A Dcxl.h815 struct cxl_root_decoder *to_cxl_root_decoder(struct device *dev);
H A Dacpi.c885 struct cxl_root_decoder *cxlrd = to_cxl_root_decoder(dev); in pair_cxl_resource()