Home
last modified time | relevance | path

Searched refs:TB_TUNNEL_USB3 (Results 1 – 4 of 4) sorted by relevance

/linux-6.1.9/drivers/thunderbolt/
Dtunnel.h18 TB_TUNNEL_USB3, enumerator
119 return tunnel->type == TB_TUNNEL_USB3; in tb_tunnel_is_usb3()
Dtb.c342 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()
Dtunnel.c1380 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()
Dtest.c1611 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()