Home
last modified time | relevance | path

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

/linux/tools/testing/cxl/test/
H A Dcxl.c845 if (is_switch_decoder(&cxld->dev)) { in cxld_registry_restore()
893 if (is_switch_decoder(&cxld->dev)) { in __cxld_registry_save()
1042 if (is_switch_decoder(&cxld->dev)) { in init_disabled_mock_decoder()
1079 if (!is_switch_decoder(dev)) in first_decoder()
1128 if (is_switch_decoder(&cxld->dev)) in mock_decoder_handle_saved()
/linux/drivers/cxl/core/
H A Dport.c498 bool is_switch_decoder(struct device *dev) in is_switch_decoder() function
502 EXPORT_SYMBOL_NS_GPL(is_switch_decoder, "CXL");
507 !is_switch_decoder(dev) && !is_endpoint_decoder(dev), in to_cxl_decoder()
525 if (dev_WARN_ONCE(dev, !is_switch_decoder(dev), in to_cxl_switch_decoder()
1616 if (!is_switch_decoder(dev)) in update_decoder_targets()
H A Dhdm.c777 if (is_switch_decoder(&cxld->dev)) { in setup_hw_decoder()
857 if (!is_switch_decoder(dev) && !is_endpoint_decoder(dev)) in commit_reap()
H A Dregion.c303 if (is_switch_decoder(&cxld->dev)) in commit_decoder()
894 if (!is_switch_decoder(dev)) in match_free_decoder()
941 if (!is_switch_decoder(dev)) in match_auto_decoder()
1267 if (is_switch_decoder(&cxld->dev)) { in cxl_port_attach_region()
1901 if (!is_switch_decoder(dev)) in match_switch_decoder_by_range()
/linux/drivers/cxl/
H A Dcxl.h775 bool is_switch_decoder(struct device *dev);