Searched refs:tb_port_type (Results 1 – 6 of 6) sorted by relevance
/drivers/thunderbolt/ |
D | test.c | 459 enum tb_port_type type; 496 KUNIT_EXPECT_EQ(test, (enum tb_port_type)p->config.type, in tb_test_path_single_hop_walk() 508 KUNIT_EXPECT_EQ(test, (enum tb_port_type)p->config.type, in tb_test_path_single_hop_walk() 555 KUNIT_EXPECT_EQ(test, (enum tb_port_type)p->config.type, in tb_test_path_daisy_chain_walk() 567 KUNIT_EXPECT_EQ(test, (enum tb_port_type)p->config.type, in tb_test_path_daisy_chain_walk() 618 KUNIT_EXPECT_EQ(test, (enum tb_port_type)p->config.type, in tb_test_path_simple_tree_walk() 630 KUNIT_EXPECT_EQ(test, (enum tb_port_type)p->config.type, in tb_test_path_simple_tree_walk() 702 KUNIT_EXPECT_EQ(test, (enum tb_port_type)p->config.type, in tb_test_path_complex_tree_walk() 714 KUNIT_EXPECT_EQ(test, (enum tb_port_type)p->config.type, in tb_test_path_complex_tree_walk() 805 KUNIT_EXPECT_EQ(test, (enum tb_port_type)p->config.type, in tb_test_path_max_length_walk() [all …]
|
D | tb_regs.h | 257 enum tb_port_type { enum 283 enum tb_port_type type:24;
|
D | eeprom.c | 365 enum tb_port_type type; in tb_drom_parse_entry_port()
|
D | switch.c | 417 static const char *tb_port_type(const struct tb_regs_port_header *port) in tb_port_type() function 453 regs->revision, regs->thunderbolt_version, tb_port_type(regs), in tb_dump_port() 3463 enum tb_port_type type) in tb_switch_find_port()
|
D | tb.h | 792 enum tb_port_type type);
|
D | tb.c | 271 enum tb_port_type type) in tb_find_unused_port()
|