Symbol: TB_LINK_WIDTH_DUAL
drivers/thunderbolt/dma_test.c
471
case TB_LINK_WIDTH_DUAL:
drivers/thunderbolt/icm.c
1318
sw->link_width = dual_lane ? TB_LINK_WIDTH_DUAL :
drivers/thunderbolt/icm.c
884
sw->link_width = dual_lane ? TB_LINK_WIDTH_DUAL :
drivers/thunderbolt/switch.c
1054
case TB_LINK_WIDTH_DUAL:
drivers/thunderbolt/switch.c
1130
ret = tb_port_set_link_width(port, TB_LINK_WIDTH_DUAL);
drivers/thunderbolt/switch.c
1138
TB_LINK_WIDTH_DUAL);
drivers/thunderbolt/switch.c
2010
case TB_LINK_WIDTH_DUAL:
drivers/thunderbolt/switch.c
2036
case TB_LINK_WIDTH_DUAL:
drivers/thunderbolt/switch.c
2907
bonded = sw->link_width >= TB_LINK_WIDTH_DUAL;
drivers/thunderbolt/switch.c
2962
if (!tb_port_width_supported(up, TB_LINK_WIDTH_DUAL) ||
drivers/thunderbolt/switch.c
2963
!tb_port_width_supported(down, TB_LINK_WIDTH_DUAL))
drivers/thunderbolt/switch.c
2987
width = TB_LINK_WIDTH_DUAL | TB_LINK_WIDTH_ASYM_TX |
drivers/thunderbolt/switch.c
3085
ret = tb_port_set_link_width(up, TB_LINK_WIDTH_DUAL);
drivers/thunderbolt/switch.c
3089
ret = tb_port_set_link_width(down, TB_LINK_WIDTH_DUAL);
drivers/thunderbolt/switch.c
3098
if (sw->link_width > TB_LINK_WIDTH_DUAL) {
drivers/thunderbolt/switch.c
3106
ret = tb_port_wait_for_link_width(up, TB_LINK_WIDTH_DUAL, 100);
drivers/thunderbolt/switch.c
3143
case TB_LINK_WIDTH_DUAL:
drivers/thunderbolt/tb.c
1169
if (up->sw->link_width <= TB_LINK_WIDTH_DUAL)
drivers/thunderbolt/tb.c
1194
if (up->sw->link_width == TB_LINK_WIDTH_DUAL)
drivers/thunderbolt/tb.c
1205
up->sw->preferred_link_width > TB_LINK_WIDTH_DUAL) {
drivers/thunderbolt/tb.c
1218
ret = tb_switch_set_link_width(up->sw, TB_LINK_WIDTH_DUAL);
drivers/thunderbolt/tb.c
1249
if (sw->link_width < TB_LINK_WIDTH_DUAL)
drivers/thunderbolt/tb.c
1250
tb_switch_set_link_width(sw, TB_LINK_WIDTH_DUAL);
drivers/thunderbolt/tb.c
1259
up->sw->link_width == TB_LINK_WIDTH_DUAL) {
drivers/thunderbolt/tb.h
603
case TB_LINK_WIDTH_DUAL:
drivers/thunderbolt/usb4.c
1633
case TB_LINK_WIDTH_DUAL:
drivers/thunderbolt/xdomain.c
1485
width = TB_LINK_WIDTH_DUAL;
drivers/thunderbolt/xdomain.c
1951
case TB_LINK_WIDTH_DUAL:
drivers/thunderbolt/xdomain.c
1977
case TB_LINK_WIDTH_DUAL:
drivers/thunderbolt/xdomain.c
2304
width_mask = TB_LINK_WIDTH_DUAL | TB_LINK_WIDTH_ASYM_TX |