Symbol: TB_LINK_WIDTH_SINGLE
drivers/thunderbolt/dma_test.c
470
case TB_LINK_WIDTH_SINGLE:
drivers/thunderbolt/icm.c
1308
TB_LINK_WIDTH_SINGLE;
drivers/thunderbolt/icm.c
879
TB_LINK_WIDTH_SINGLE;
drivers/thunderbolt/switch.c
1050
case TB_LINK_WIDTH_SINGLE:
drivers/thunderbolt/switch.c
1133
if (width == TB_LINK_WIDTH_SINGLE) {
drivers/thunderbolt/switch.c
1140
if (width == TB_LINK_WIDTH_SINGLE) {
drivers/thunderbolt/switch.c
1151
if (width == TB_LINK_WIDTH_SINGLE && !tb_is_upstream_port(port)) {
drivers/thunderbolt/switch.c
1167
tb_port_set_link_width(port->dual_link_port, TB_LINK_WIDTH_SINGLE);
drivers/thunderbolt/switch.c
1169
tb_port_set_link_width(port, TB_LINK_WIDTH_SINGLE);
drivers/thunderbolt/switch.c
1184
tb_port_set_link_width(port->dual_link_port, TB_LINK_WIDTH_SINGLE);
drivers/thunderbolt/switch.c
1185
tb_port_set_link_width(port, TB_LINK_WIDTH_SINGLE);
drivers/thunderbolt/switch.c
1214
if ((width & TB_LINK_WIDTH_SINGLE) &&
drivers/thunderbolt/switch.c
2011
case TB_LINK_WIDTH_SINGLE:
drivers/thunderbolt/switch.c
2037
case TB_LINK_WIDTH_SINGLE:
drivers/thunderbolt/switch.c
3029
return tb_port_wait_for_link_width(down, TB_LINK_WIDTH_SINGLE, 100);
drivers/thunderbolt/switch.c
3138
case TB_LINK_WIDTH_SINGLE:
drivers/thunderbolt/tb.c
1803
TB_LINK_WIDTH_SINGLE);
drivers/thunderbolt/tb.c
2469
TB_LINK_WIDTH_SINGLE);
drivers/thunderbolt/tb.h
600
case TB_LINK_WIDTH_SINGLE:
drivers/thunderbolt/xdomain.c
1332
width = TB_LINK_WIDTH_SINGLE;
drivers/thunderbolt/xdomain.c
1376
port->bonded = width > TB_LINK_WIDTH_SINGLE;
drivers/thunderbolt/xdomain.c
1377
port->dual_link_port->bonded = width > TB_LINK_WIDTH_SINGLE;
drivers/thunderbolt/xdomain.c
1797
case TB_LINK_WIDTH_SINGLE:
drivers/thunderbolt/xdomain.c
1823
case TB_LINK_WIDTH_SINGLE:
drivers/thunderbolt/xdomain.c
1934
} else if (xd->link_width > TB_LINK_WIDTH_SINGLE) {
drivers/thunderbolt/xdomain.c
2163
ret = tb_port_wait_for_link_width(port, TB_LINK_WIDTH_SINGLE, 100);