Searched refs:is_cxl_port (Results 1 - 4 of 4) sorted by relevance

/linux-master/drivers/cxl/core/
H A Dport.c66 if (is_cxl_port(dev)) {
584 bool is_cxl_port(const struct device *dev) function
588 EXPORT_SYMBOL_NS_GPL(is_cxl_port, CXL);
993 if (!is_cxl_port(dev))
1314 if (!is_cxl_port(dev))
1460 if (!is_cxl_port(dev))
H A Dpci.c459 while (!is_cxl_root(root) && is_cxl_port(root->dev.parent))
/linux-master/drivers/cxl/
H A Dcxl.h728 bool is_cxl_port(const struct device *dev);
/linux-master/tools/testing/cxl/test/
H A Dcxl.c768 if (is_cxl_port(port->dev.parent))

Completed in 190 milliseconds