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
157
struct cxl_port *parent = is_cxl_root(port) ? NULL :
drivers/cxl/core/core.h
167
else if (is_cxl_root(parent))
drivers/cxl/core/core.h
177
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
1007
if (is_cxl_root(port))
drivers/cxl/core/port.c
1011
if (is_cxl_root(parent))
drivers/cxl/core/port.c
1021
while (iter && !is_cxl_root(iter))
drivers/cxl/core/port.c
1080
if (is_cxl_root(port))
drivers/cxl/core/port.c
1086
if (is_cxl_root(port))
drivers/cxl/core/port.c
1162
if (is_cxl_root(port))
drivers/cxl/core/port.c
1524
!is_cxl_root(parent_port) && parent_port->dev.driver) {
drivers/cxl/core/port.c
2005
if (!is_cxl_root(port))
drivers/cxl/core/port.c
2058
if (is_cxl_root(port) || is_cxl_endpoint(port))
drivers/cxl/core/port.c
2345
return is_cxl_root(to_cxl_port(port->dev.parent));
drivers/cxl/core/port.c
2375
bool is_cxl_root;
drivers/cxl/core/port.c
2396
is_cxl_root = parent_port_is_cxl_root(iter);
drivers/cxl/core/port.c
2402
if (!is_cxl_root) {
drivers/cxl/core/port.c
2408
} while (!is_cxl_root);
drivers/cxl/core/port.c
556
if (is_cxl_root(port)) {
drivers/cxl/core/port.c
70
if (is_cxl_root(to_cxl_port(dev)))
drivers/cxl/core/port.c
723
!is_cxl_root(to_cxl_port(iter->dev.parent)))
drivers/cxl/core/port.c
827
!(dev_is_pci(dport->dport_dev) && parent && is_cxl_root(parent)))
drivers/cxl/core/port.c
965
if (is_cxl_root(port))
drivers/cxl/core/region.c
1425
} while (!is_cxl_root(iter));
drivers/cxl/core/region.c
1439
if (is_cxl_root(parent_port)) {
drivers/cxl/core/region.c
1632
while (!is_cxl_root(to_cxl_port(iter->dev.parent)))
drivers/cxl/core/region.c
1665
while (!is_cxl_root(to_cxl_port(iter->dev.parent)))
drivers/cxl/core/region.c
1758
for (iter = cxled_to_port(cxled); !is_cxl_root(iter);
drivers/cxl/core/region.c
1768
for (iter = cxled_to_port(cxled); !is_cxl_root(iter);
drivers/cxl/core/region.c
1935
if (is_cxl_root(iter))
drivers/cxl/core/region.c
2192
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
901
else if (is_cxl_root(parent_port))
tools/testing/cxl/test/cxl.c
981
if (is_cxl_root(port) || is_cxl_endpoint(port))