Searched refs:TB_TUNNEL_USB3 (Results 1 – 4 of 4) sorted by relevance
/openbmc/linux/drivers/thunderbolt/ |
H A D | tunnel.h | 18 TB_TUNNEL_USB3, enumerator 139 return tunnel->type == TB_TUNNEL_USB3; in tb_tunnel_is_usb3()
|
H A D | tunnel.c | 1953 tunnel = tb_tunnel_alloc(tb, 2, TB_TUNNEL_USB3); in tb_tunnel_discover_usb3() 2077 tunnel = tb_tunnel_alloc(tb, 2, TB_TUNNEL_USB3); in tb_tunnel_alloc_usb3()
|
H A D | tb.c | 649 return tb_find_tunnel(tb, TB_TUNNEL_USB3, usb3_down, NULL); in tb_find_first_usb3_tunnel() 1502 case TB_TUNNEL_USB3: in tb_deactivate_and_free_tunnel()
|
H A D | test.c | 1693 KUNIT_EXPECT_EQ(test, tunnel1->type, TB_TUNNEL_USB3); in tb_test_tunnel_usb3() 1708 KUNIT_EXPECT_EQ(test, tunnel2->type, TB_TUNNEL_USB3); in tb_test_tunnel_usb3()
|