Symbol: is_cxl_root
drivers/cxl/core/cdat.c
658
*gp_is_root = is_cxl_root(gp_port);
drivers/cxl/core/cdat.c
781
if (is_cxl_root(gp_port)) {
drivers/cxl/core/core.h
161
struct cxl_port *parent = is_cxl_root(port) ? NULL :
drivers/cxl/core/core.h
171
else if (is_cxl_root(parent))
drivers/cxl/core/core.h
181
if (is_cxl_root(port))
drivers/cxl/core/hdm.c
1223
if (is_cxl_root(port) || is_cxl_endpoint(port))
drivers/cxl/core/pci.c
421
while (!is_cxl_root(root) && is_cxl_port(root->dev.parent))
drivers/cxl/core/pci.c
423
if (!is_cxl_root(root)) {
drivers/cxl/core/port.c
1009
if (is_cxl_root(port))
drivers/cxl/core/port.c
1013
if (is_cxl_root(parent))
drivers/cxl/core/port.c
1023
while (iter && !is_cxl_root(iter))
drivers/cxl/core/port.c
1082
if (is_cxl_root(port))
drivers/cxl/core/port.c
1088
if (is_cxl_root(port))
drivers/cxl/core/port.c
1164
if (is_cxl_root(port))
drivers/cxl/core/port.c
1526
!is_cxl_root(parent_port) && parent_port->dev.driver) {
drivers/cxl/core/port.c
2007
if (!is_cxl_root(port))
drivers/cxl/core/port.c
2061
if (is_cxl_root(port) || is_cxl_endpoint(port))
drivers/cxl/core/port.c
2350
return is_cxl_root(to_cxl_port(port->dev.parent));
drivers/cxl/core/port.c
2380
bool is_cxl_root;
drivers/cxl/core/port.c
2401
is_cxl_root = parent_port_is_cxl_root(iter);
drivers/cxl/core/port.c
2407
if (!is_cxl_root) {
drivers/cxl/core/port.c
2413
} while (!is_cxl_root);
drivers/cxl/core/port.c
558
if (is_cxl_root(port)) {
drivers/cxl/core/port.c
70
if (is_cxl_root(to_cxl_port(dev)))
drivers/cxl/core/port.c
725
!is_cxl_root(to_cxl_port(iter->dev.parent)))
drivers/cxl/core/port.c
829
!(dev_is_pci(dport->dport_dev) && parent && is_cxl_root(parent)))
drivers/cxl/core/port.c
967
if (is_cxl_root(port))
drivers/cxl/core/region.c
1484
} while (!is_cxl_root(iter));
drivers/cxl/core/region.c
1498
if (is_cxl_root(parent_port)) {
drivers/cxl/core/region.c
1691
while (!is_cxl_root(to_cxl_port(iter->dev.parent)))
drivers/cxl/core/region.c
1724
while (!is_cxl_root(to_cxl_port(iter->dev.parent)))
drivers/cxl/core/region.c
1817
for (iter = cxled_to_port(cxled); !is_cxl_root(iter);
drivers/cxl/core/region.c
1827
for (iter = cxled_to_port(cxled); !is_cxl_root(iter);
drivers/cxl/core/region.c
2008
if (is_cxl_root(iter))
drivers/cxl/core/region.c
2306
for (struct cxl_port *iter = cxled_to_port(cxled); !is_cxl_root(iter);
drivers/cxl/core/region.c
271
while (!is_cxl_root(to_cxl_port(iter->dev.parent)))
drivers/cxl/core/region.c
325
for (iter = cxled_to_port(cxled); !is_cxl_root(iter);
drivers/cxl/port.c
297
for (iter = parent_port, down = NULL; !is_cxl_root(iter);
tools/testing/cxl/test/cxl.c
1245
else if (is_cxl_root(parent_port))
tools/testing/cxl/test/cxl.c
1323
if (is_cxl_root(port) || is_cxl_endpoint(port))