Home
last modified time | relevance | path

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

/linux/drivers/cxl/core/
H A Dport.c309 struct cxl_root_decoder *cxlrd = to_cxl_root_decoder(dev); in qos_class_show()
358 struct cxl_root_decoder *cxlrd = to_cxl_root_decoder(dev); in cxl_root_decoder_visible()
447 struct cxl_root_decoder *to_cxl_root_decoder(struct device *dev) in to_cxl_root_decoder() function
454 EXPORT_SYMBOL_NS_GPL(to_cxl_root_decoder, "CXL");
458 struct cxl_root_decoder *cxlrd = to_cxl_root_decoder(dev); in cxl_root_decoder_release()
2207 kill_regions(to_cxl_root_decoder(dev)); in cxld_unregister()
H A Dregion.c2561 struct cxl_root_decoder *cxlrd = to_cxl_root_decoder(cxlr->dev.parent); in unregister_region()
2585 struct cxl_root_decoder *cxlrd = to_cxl_root_decoder(cxlr->dev.parent); in endpoint_unregister_region()
2780 return __create_region_show(to_cxl_root_decoder(dev), buf); in create_pmem_region_show()
2786 return __create_region_show(to_cxl_root_decoder(dev), buf); in create_ram_region_show()
2822 struct cxl_root_decoder *cxlrd = to_cxl_root_decoder(dev); in create_region_store()
2877 struct cxl_root_decoder *cxlrd = to_cxl_root_decoder(dev); in delete_region_store()
3344 struct cxl_root_decoder *cxlrd = to_cxl_root_decoder(cxlr->dev.parent); in region_is_unaligned_mod3()
3449 struct cxl_root_decoder *cxlrd = to_cxl_root_decoder(cxlr->dev.parent); in unaligned_region_offset_to_dpa_result()
3562 cxlrd = to_cxl_root_decoder(dev); in match_root_decoder()
3615 return to_cxl_root_decoder(cxlrd_dev); in get_cxl_root_decoder()
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.h771 struct cxl_root_decoder *to_cxl_root_decoder(struct device *dev);