Home
last modified time | relevance | path

Searched refs:tb_port_type (Results 1 – 5 of 5) sorted by relevance

/linux/drivers/thunderbolt/
H A Dtest.c476 enum tb_port_type type;
513 KUNIT_EXPECT_EQ(test, (enum tb_port_type)p->config.type, in tb_test_path_single_hop_walk()
525 KUNIT_EXPECT_EQ(test, (enum tb_port_type)p->config.type, in tb_test_path_single_hop_walk()
572 KUNIT_EXPECT_EQ(test, (enum tb_port_type)p->config.type, in tb_test_path_daisy_chain_walk()
584 KUNIT_EXPECT_EQ(test, (enum tb_port_type)p->config.type, in tb_test_path_daisy_chain_walk()
635 KUNIT_EXPECT_EQ(test, (enum tb_port_type)p->config.type, in tb_test_path_simple_tree_walk()
647 KUNIT_EXPECT_EQ(test, (enum tb_port_type)p->config.type, in tb_test_path_simple_tree_walk()
719 KUNIT_EXPECT_EQ(test, (enum tb_port_type)p->config.type, in tb_test_path_complex_tree_walk()
731 KUNIT_EXPECT_EQ(test, (enum tb_port_type)p->config.type, in tb_test_path_complex_tree_walk()
822 KUNIT_EXPECT_EQ(test, (enum tb_port_type) in tb_test_path_max_length_walk()
[all...]
H A Dtb_regs.h268 enum tb_port_type { enum
294 enum tb_port_type type:24;
H A Deeprom.c365 enum tb_port_type type; in tb_drom_parse_entry_port()
H A Dswitch.c415 static const char *tb_port_type(const struct tb_regs_port_header *port) in tb_port_type() function
451 regs->revision, regs->thunderbolt_version, tb_port_type(regs), in tb_dump_port()
3795 enum tb_port_type type) in tb_switch_find_port()
H A Dtb.c465 enum tb_port_type type) in tb_find_unused_port()