Lines Matching defs:down
882 /* Walk down the topology if next == prev */
1891 struct tb_port *down;
1893 down = tb_port_at(route, parent_sw);
1894 tb_port_unlock(down);
2289 struct tb_port *up, *down;
2300 down = tb_port_at(route, parent);
2303 !tb_port_is_width_supported(down, 2))
2310 if (tb_wait_for_port(down->dual_link_port, false) <= 0)
2319 ret = tb_port_lane_bonding_enable(down);
2321 tb_port_warn(down, "failed to enable lane bonding\n");
2342 struct tb_port *up, *down;
2351 down = tb_port_at(tb_route(sw), parent);
2354 tb_port_lane_bonding_disable(down);
2374 struct tb_port *up, *down;
2388 down = up->remote;
2389 if (tb_switch_is_usb4(down->sw))
2390 return usb4_port_configure(down);
2391 return tb_lc_configure_port(down);
2403 struct tb_port *up, *down;
2416 down = up->remote;
2417 if (tb_switch_is_usb4(down->sw))
2418 usb4_port_unconfigure(down);
2420 tb_lc_unconfigure_port(down);