Home
last modified time | relevance | path

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

/linux-6.6.21/drivers/cxl/core/
Dport.c173 struct cxl_switch_decoder *cxlsd = to_cxl_switch_decoder(dev); in target_list_show()
415 struct cxl_switch_decoder *cxlsd = to_cxl_switch_decoder(dev); in cxl_switch_decoder_release()
495 struct cxl_switch_decoder *to_cxl_switch_decoder(struct device *dev) in to_cxl_switch_decoder() function
502 EXPORT_SYMBOL_NS_GPL(to_cxl_switch_decoder, CXL);
1833 struct cxl_switch_decoder *cxlsd = to_cxl_switch_decoder(dev); in cxl_decoder_add_locked()
Dregion.c203 cxlsd = to_cxl_switch_decoder(&cxld->dev); in commit_decoder()
1106 cxlsd = to_cxl_switch_decoder(&cxld->dev); in cxl_port_setup_targets()
1515 cxlsd = to_cxl_switch_decoder(dev); in match_switch_decoder_by_range()
1543 cxlsd = to_cxl_switch_decoder(dev); in find_pos_and_ways()
Dhdm.c679 to_cxl_switch_decoder(&cxld->dev); in cxl_decoder_commit()
/linux-6.6.21/drivers/cxl/
Dcxl.h710 struct cxl_switch_decoder *to_cxl_switch_decoder(struct device *dev);
/linux-6.6.21/tools/testing/cxl/test/
Dcxl.c814 cxlsd = to_cxl_switch_decoder(dev); in mock_init_hdm_decoder()