Searched refs:tb_port_type (Results 1 – 5 of 5) sorted by relevance
/linux/drivers/thunderbolt/ |
H A D | test.c | 476 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 D | tb_regs.h | 268 enum tb_port_type { enum 294 enum tb_port_type type:24;
|
H A D | eeprom.c | 365 enum tb_port_type type; in tb_drom_parse_entry_port()
|
H A D | switch.c | 415 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 D | tb.c | 465 enum tb_port_type type) in tb_find_unused_port()
|