Symbol: tb_port_at
drivers/thunderbolt/debugfs.c
1812
downstream = tb_port_at(route, parent_sw);
drivers/thunderbolt/debugfs.c
1829
downstream = tb_port_at(route, parent_sw);
drivers/thunderbolt/debugfs.c
1841
downstream = tb_port_at(xd->route, parent_sw);
drivers/thunderbolt/debugfs.c
1852
downstream = tb_port_at(xd->route, parent_sw);
drivers/thunderbolt/icm.c
667
tb_port_at(route, parent_sw)->remote = tb_upstream_port(sw);
drivers/thunderbolt/icm.c
668
tb_upstream_port(sw)->remote = tb_port_at(route, parent_sw);
drivers/thunderbolt/icm.c
672
tb_port_at(tb_route(sw), parent_sw)->remote = NULL;
drivers/thunderbolt/icm.c
685
tb_port_at(route, parent_sw)->remote = tb_upstream_port(sw);
drivers/thunderbolt/icm.c
724
tb_port_at(route, sw)->xdomain = xd;
drivers/thunderbolt/icm.c
745
tb_port_at(xd->route, sw)->xdomain = NULL;
drivers/thunderbolt/switch.c
2463
down = tb_port_at(route, parent_sw);
drivers/thunderbolt/switch.c
875
next = tb_port_at(tb_route(end->sw), prev->sw);
drivers/thunderbolt/tb.c
1262
host_port = tb_port_at(tb_route(sw), tb->root_switch);
drivers/thunderbolt/tb.c
1869
tb_port_at(tb_route(in->sw), tb->root_switch) : NULL;
drivers/thunderbolt/tb.c
1895
p = tb_port_at(tb_route(port->sw), tb->root_switch);
drivers/thunderbolt/tb.c
2330
dst_port = tb_port_at(xd->route, sw);
drivers/thunderbolt/tb.c
2378
dst_port = tb_port_at(xd->route, sw);
drivers/thunderbolt/tb.c
451
tb_port_at(route, sw)->xdomain = xd;
drivers/thunderbolt/tb.c
526
port = tb_port_at(tb_route(sw), tb->root_switch);
drivers/thunderbolt/tb.h
1284
return tb_port_at(xd->route, tb_xdomain_parent(xd));
drivers/thunderbolt/tb.h
919
return tb_port_at(tb_route(sw), tb_switch_parent(sw));
drivers/thunderbolt/test.c
317
port = tb_port_at(route, parent);
drivers/thunderbolt/xdomain.c
2130
down = tb_port_at(route, parent_sw);