Searched refs:alloc_dev_default (Results 1 – 1 of 1) sorted by relevance
/linux/drivers/thunderbolt/ |
H A D | test.c | 190 static struct tb_switch *alloc_dev_default(struct kunit *test, in alloc_dev_default() function 346 sw = alloc_dev_default(test, parent, route, bonded); in alloc_dev_with_dpin() 368 sw = alloc_dev_default(test, parent, route, bonded); in alloc_dev_without_dp() 408 sw = alloc_dev_default(test, parent, route, bonded); in alloc_dev_usb4() 447 dev = alloc_dev_default(test, NULL, 3, true); in tb_test_path_not_connected_walk() 501 dev = alloc_dev_default(test, host, 1, true); in tb_test_path_single_hop_walk() 559 dev1 = alloc_dev_default(test, host, 0x1, true); in tb_test_path_daisy_chain_walk() 560 dev2 = alloc_dev_default(test, dev1, 0x301, true); in tb_test_path_daisy_chain_walk() 620 dev1 = alloc_dev_default(test, host, 0x1, true); in tb_test_path_simple_tree_walk() 621 alloc_dev_default(test, dev1, 0x301, true); in tb_test_path_simple_tree_walk() [all …]
|