Searched refs:tb_port_type (Results 1 – 6 of 6) sorted by relevance
/drivers/thunderbolt/ |
D | test.c | 349 enum tb_port_type type; 386 KUNIT_EXPECT_EQ(test, (enum tb_port_type)p->config.type, in tb_test_path_single_hop_walk() 398 KUNIT_EXPECT_EQ(test, (enum tb_port_type)p->config.type, in tb_test_path_single_hop_walk() 445 KUNIT_EXPECT_EQ(test, (enum tb_port_type)p->config.type, in tb_test_path_daisy_chain_walk() 457 KUNIT_EXPECT_EQ(test, (enum tb_port_type)p->config.type, in tb_test_path_daisy_chain_walk() 508 KUNIT_EXPECT_EQ(test, (enum tb_port_type)p->config.type, in tb_test_path_simple_tree_walk() 520 KUNIT_EXPECT_EQ(test, (enum tb_port_type)p->config.type, in tb_test_path_simple_tree_walk() 592 KUNIT_EXPECT_EQ(test, (enum tb_port_type)p->config.type, in tb_test_path_complex_tree_walk() 604 KUNIT_EXPECT_EQ(test, (enum tb_port_type)p->config.type, in tb_test_path_complex_tree_walk() 695 KUNIT_EXPECT_EQ(test, (enum tb_port_type)p->config.type, in tb_test_path_max_length_walk() [all …]
|
D | tb_regs.h | 234 enum tb_port_type { enum 260 enum tb_port_type type:24;
|
D | eeprom.c | 340 enum tb_port_type type; in tb_drom_parse_entry_port()
|
D | switch.c | 462 static const char *tb_port_type(struct tb_regs_port_header *port) in tb_port_type() function 496 port->revision, port->thunderbolt_version, tb_port_type(port), in tb_dump_port() 2927 enum tb_port_type type) in tb_switch_find_port()
|
D | tb.h | 660 enum tb_port_type type);
|
D | tb.c | 227 enum tb_port_type type) in tb_find_unused_port()
|