Home
last modified time | relevance | path

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

/Linux-v5.15/drivers/thunderbolt/
Dtunnel.h18 TB_TUNNEL_USB3, enumerator
116 return tunnel->type == TB_TUNNEL_USB3; in tb_tunnel_is_usb3()
Dtunnel.c1359 tunnel = tb_tunnel_alloc(tb, 2, TB_TUNNEL_USB3); in tb_tunnel_discover_usb3()
1483 tunnel = tb_tunnel_alloc(tb, 2, TB_TUNNEL_USB3); in tb_tunnel_alloc_usb3()
Dtb.c304 return tb_find_tunnel(tb, TB_TUNNEL_USB3, usb3_down, NULL); in tb_find_first_usb3_tunnel()
710 case TB_TUNNEL_USB3: in tb_deactivate_and_free_tunnel()
Dtest.c1570 KUNIT_EXPECT_EQ(test, tunnel1->type, TB_TUNNEL_USB3); in tb_test_tunnel_usb3()
1585 KUNIT_EXPECT_EQ(test, tunnel2->type, TB_TUNNEL_USB3); in tb_test_tunnel_usb3()