Searched refs:tb_port_type (Results 1 – 6 of 6) sorted by relevance
| /linux/drivers/thunderbolt/ |
| A D | test.c | 418 enum tb_port_type type; 455 KUNIT_EXPECT_EQ(test, (enum tb_port_type)p->config.type, in tb_test_path_single_hop_walk() 467 KUNIT_EXPECT_EQ(test, (enum tb_port_type)p->config.type, in tb_test_path_single_hop_walk() 514 KUNIT_EXPECT_EQ(test, (enum tb_port_type)p->config.type, in tb_test_path_daisy_chain_walk() 526 KUNIT_EXPECT_EQ(test, (enum tb_port_type)p->config.type, in tb_test_path_daisy_chain_walk() 577 KUNIT_EXPECT_EQ(test, (enum tb_port_type)p->config.type, in tb_test_path_simple_tree_walk() 589 KUNIT_EXPECT_EQ(test, (enum tb_port_type)p->config.type, in tb_test_path_simple_tree_walk() 661 KUNIT_EXPECT_EQ(test, (enum tb_port_type)p->config.type, in tb_test_path_complex_tree_walk() 673 KUNIT_EXPECT_EQ(test, (enum tb_port_type)p->config.type, in tb_test_path_complex_tree_walk() 807 enum tb_port_type in_type; [all …]
|
| A D | tb_regs.h | 250 enum tb_port_type { enum 276 enum tb_port_type type:24;
|
| A D | eeprom.c | 365 enum tb_port_type type; in tb_drom_parse_entry_port()
|
| A D | switch.c | 467 static const char *tb_port_type(const struct tb_regs_port_header *port) in tb_port_type() function 503 regs->revision, regs->thunderbolt_version, tb_port_type(regs), in tb_dump_port() 3194 enum tb_port_type type) in tb_switch_find_port()
|
| A D | tb.h | 745 enum tb_port_type type);
|
| A D | tb.c | 233 enum tb_port_type type) in tb_find_unused_port()
|
Completed in 22 milliseconds