Home
last modified time | relevance | path

Searched refs:is_cxl_port (Results 1 – 3 of 3) sorted by relevance

/Linux-v6.1/drivers/cxl/core/
Dport.c49 if (is_cxl_port(dev)) { in cxl_device_id()
526 bool is_cxl_port(struct device *dev) in is_cxl_port() function
530 EXPORT_SYMBOL_NS_GPL(is_cxl_port, CXL);
747 if (!is_cxl_port(dev)) in dev_is_cxl_root_child()
996 if (!is_cxl_port(dev)) in match_port_by_dport()
Dpci.c291 while (!is_cxl_root(root) && is_cxl_port(root->dev.parent)) in __cxl_hdm_decode_init()
/Linux-v6.1/drivers/cxl/
Dcxl.h556 bool is_cxl_port(struct device *dev);