Searched refs:TB_TUNNEL_USB3 (Results 1 – 4 of 4) sorted by relevance
/linux-6.1.9/drivers/thunderbolt/ ! |
D | tunnel.h | 18 TB_TUNNEL_USB3, enumerator 119 return tunnel->type == TB_TUNNEL_USB3; in tb_tunnel_is_usb3()
|
D | tb.c | 342 return tb_find_tunnel(tb, TB_TUNNEL_USB3, usb3_down, NULL); in tb_find_first_usb3_tunnel() 777 case TB_TUNNEL_USB3: in tb_deactivate_and_free_tunnel()
|
D | tunnel.c | 1380 tunnel = tb_tunnel_alloc(tb, 2, TB_TUNNEL_USB3); in tb_tunnel_discover_usb3() 1504 tunnel = tb_tunnel_alloc(tb, 2, TB_TUNNEL_USB3); in tb_tunnel_alloc_usb3()
|
D | test.c | 1611 KUNIT_EXPECT_EQ(test, tunnel1->type, TB_TUNNEL_USB3); in tb_test_tunnel_usb3() 1626 KUNIT_EXPECT_EQ(test, tunnel2->type, TB_TUNNEL_USB3); in tb_test_tunnel_usb3()
|