Searched refs:TB_TUNNEL_DP (Results 1 – 4 of 4) sorted by relevance
| /Linux-v5.15/drivers/thunderbolt/ |
| D | tunnel.h | 16 TB_TUNNEL_DP, enumerator 106 return tunnel->type == TB_TUNNEL_DP; in tb_tunnel_is_dp()
|
| D | tunnel.c | 780 tunnel = tb_tunnel_alloc(tb, 3, TB_TUNNEL_DP); in tb_tunnel_discover_dp() 867 tunnel = tb_tunnel_alloc(tb, 3, TB_TUNNEL_DP); in tb_tunnel_alloc_dp()
|
| D | tb.c | 697 case TB_TUNNEL_DP: in tb_deactivate_and_free_tunnel() 973 tunnel = tb_find_tunnel(tb, TB_TUNNEL_DP, in, out); in tb_dp_resource_unavailable()
|
| D | test.c | 1353 KUNIT_EXPECT_EQ(test, tunnel->type, TB_TUNNEL_DP); in tb_test_tunnel_dp() 1399 KUNIT_EXPECT_EQ(test, tunnel->type, TB_TUNNEL_DP); in tb_test_tunnel_dp_chain() 1449 KUNIT_EXPECT_EQ(test, tunnel->type, TB_TUNNEL_DP); in tb_test_tunnel_dp_tree() 1514 KUNIT_EXPECT_EQ(test, tunnel->type, TB_TUNNEL_DP); in tb_test_tunnel_dp_max_length()
|