Searched refs:TB_TUNNEL_DP (Results 1 - 8 of 8) sorted by relevance
/kernel/linux/linux-5.10/drivers/thunderbolt/ |
H A D | tunnel.h | 16 TB_TUNNEL_DP, enumerator 102 return tunnel->type == TB_TUNNEL_DP; in tb_tunnel_is_dp()
|
H A D | test.c | 1284 KUNIT_EXPECT_EQ(test, tunnel->type, (enum tb_tunnel_type)TB_TUNNEL_DP); in tb_test_tunnel_dp() 1330 KUNIT_EXPECT_EQ(test, tunnel->type, (enum tb_tunnel_type)TB_TUNNEL_DP); in tb_test_tunnel_dp_chain() 1380 KUNIT_EXPECT_EQ(test, tunnel->type, (enum tb_tunnel_type)TB_TUNNEL_DP); in tb_test_tunnel_dp_tree() 1445 KUNIT_EXPECT_EQ(test, tunnel->type, (enum tb_tunnel_type)TB_TUNNEL_DP); in tb_test_tunnel_dp_max_length()
|
H A D | tunnel.c | 663 tunnel = tb_tunnel_alloc(tb, 3, TB_TUNNEL_DP); in tb_tunnel_discover_dp() 749 tunnel = tb_tunnel_alloc(tb, 3, TB_TUNNEL_DP); in tb_tunnel_alloc_dp()
|
H A D | tb.c | 683 case TB_TUNNEL_DP: in tb_deactivate_and_free_tunnel() 954 tunnel = tb_find_tunnel(tb, TB_TUNNEL_DP, in, out); in tb_dp_resource_unavailable()
|
/kernel/linux/linux-6.6/drivers/thunderbolt/ |
H A D | tunnel.h | 16 TB_TUNNEL_DP, enumerator 127 return tunnel->type == TB_TUNNEL_DP; in tb_tunnel_is_dp()
|
H A D | test.c | 1411 KUNIT_EXPECT_EQ(test, tunnel->type, TB_TUNNEL_DP); in tb_test_tunnel_dp() 1457 KUNIT_EXPECT_EQ(test, tunnel->type, TB_TUNNEL_DP); in tb_test_tunnel_dp_chain() 1507 KUNIT_EXPECT_EQ(test, tunnel->type, TB_TUNNEL_DP); in tb_test_tunnel_dp_tree() 1572 KUNIT_EXPECT_EQ(test, tunnel->type, TB_TUNNEL_DP); in tb_test_tunnel_dp_max_length() 1642 KUNIT_EXPECT_EQ(test, tunnel1->type, TB_TUNNEL_DP); in tb_test_tunnel_3dp() 1650 KUNIT_EXPECT_EQ(test, tunnel2->type, TB_TUNNEL_DP); in tb_test_tunnel_3dp() 1658 KUNIT_EXPECT_EQ(test, tunnel3->type, TB_TUNNEL_DP); in tb_test_tunnel_3dp()
|
H A D | tb.c | 1036 case TB_TUNNEL_DP: in tb_deactivate_and_free_tunnel() 1175 tunnel = tb_find_tunnel(tb, TB_TUNNEL_DP, in, NULL); in tb_recalc_estimated_bandwidth_for_group() 1434 tunnel = tb_find_tunnel(tb, TB_TUNNEL_DP, in, out); in tb_dp_resource_unavailable() 1932 tunnel = tb_find_tunnel(tb, TB_TUNNEL_DP, in, NULL); in tb_handle_dp_bandwidth_request()
|
H A D | tunnel.c | 1304 tunnel = tb_tunnel_alloc(tb, 3, TB_TUNNEL_DP); in tb_tunnel_discover_dp() 1399 tunnel = tb_tunnel_alloc(tb, 3, TB_TUNNEL_DP); in tb_tunnel_alloc_dp()
|
Completed in 24 milliseconds