Searched refs:alloc_dev_default (Results 1 – 1 of 1) sorted by relevance
| /Linux-v5.15/drivers/thunderbolt/ |
| D | test.c | 173 static struct tb_switch *alloc_dev_default(struct kunit *test, in alloc_dev_default() function 329 sw = alloc_dev_default(test, parent, route, bonded); in alloc_dev_with_dpin() 350 sw = alloc_dev_default(test, parent, route, bonded); in alloc_dev_usb4() 389 dev = alloc_dev_default(test, NULL, 3, true); in tb_test_path_not_connected_walk() 443 dev = alloc_dev_default(test, host, 1, true); in tb_test_path_single_hop_walk() 501 dev1 = alloc_dev_default(test, host, 0x1, true); in tb_test_path_daisy_chain_walk() 502 dev2 = alloc_dev_default(test, dev1, 0x301, true); in tb_test_path_daisy_chain_walk() 562 dev1 = alloc_dev_default(test, host, 0x1, true); in tb_test_path_simple_tree_walk() 563 alloc_dev_default(test, dev1, 0x301, true); in tb_test_path_simple_tree_walk() 564 dev3 = alloc_dev_default(test, dev1, 0x501, true); in tb_test_path_simple_tree_walk() [all …]
|