Home
last modified time | relevance | path

Searched refs:is_endpoint_decoder (Results 1 – 7 of 7) sorted by relevance

/Linux-v6.6/drivers/cxl/
Dport.c38 if (!is_endpoint_decoder(dev)) in discover_region()
Dcxl.h715 bool is_endpoint_decoder(struct device *dev);
/Linux-v6.6/drivers/cxl/core/
Dport.c449 bool is_endpoint_decoder(struct device *dev) in is_endpoint_decoder() function
453 EXPORT_SYMBOL_NS_GPL(is_endpoint_decoder, CXL);
470 !is_switch_decoder(dev) && !is_endpoint_decoder(dev), in to_cxl_decoder()
479 if (dev_WARN_ONCE(dev, !is_endpoint_decoder(dev), in to_cxl_endpoint_decoder()
1804 if (!is_endpoint_decoder(dev)) { in cxl_decoder_add_locked()
1861 if (is_endpoint_decoder(dev)) { in cxld_unregister()
Dmemdev.c269 if (!is_endpoint_decoder(dev)) in __cxl_dpa_to_region()
Dhdm.c742 if (is_endpoint_decoder(&cxld->dev)) { in cxl_decoder_reset()
Dregion.c1902 if (!is_endpoint_decoder(dev)) { in store_targetN()
2373 if (!is_endpoint_decoder(dev)) in poison_by_decoder()
/Linux-v6.6/tools/testing/cxl/test/
Dcxl.c748 if (is_endpoint_decoder(&cxld->dev)) { in mock_init_hdm_decoder()