Lines Matching defs:test
31 static void kunit_ida_init(struct kunit *test, struct ida *ida) in kunit_ida_init()
36 static struct tb_switch *alloc_switch(struct kunit *test, u64 route, in alloc_switch()
72 static struct tb_switch *alloc_host(struct kunit *test) in alloc_host()
154 static struct tb_switch *alloc_host_usb4(struct kunit *test) in alloc_host_usb4()
173 static struct tb_switch *alloc_host_br(struct kunit *test) in alloc_host_br()
190 static struct tb_switch *alloc_dev_default(struct kunit *test, in alloc_dev_default()
340 static struct tb_switch *alloc_dev_with_dpin(struct kunit *test, in alloc_dev_with_dpin()
361 static struct tb_switch *alloc_dev_without_dp(struct kunit *test, in alloc_dev_without_dp()
402 static struct tb_switch *alloc_dev_usb4(struct kunit *test, in alloc_dev_usb4()
423 static void tb_test_path_basic(struct kunit *test) in tb_test_path_basic()
440 static void tb_test_path_not_connected_walk(struct kunit *test) in tb_test_path_not_connected_walk()
479 static void tb_test_path_single_hop_walk(struct kunit *test) in tb_test_path_single_hop_walk()
533 static void tb_test_path_daisy_chain_walk(struct kunit *test) in tb_test_path_daisy_chain_walk()
592 static void tb_test_path_simple_tree_walk(struct kunit *test) in tb_test_path_simple_tree_walk()
655 static void tb_test_path_complex_tree_walk(struct kunit *test) in tb_test_path_complex_tree_walk()
739 static void tb_test_path_max_length_walk(struct kunit *test) in tb_test_path_max_length_walk()
842 static void tb_test_path_not_connected(struct kunit *test) in tb_test_path_not_connected()
870 static void tb_test_path_not_bonded_lane0(struct kunit *test) in tb_test_path_not_bonded_lane0()
928 static void tb_test_path_not_bonded_lane1(struct kunit *test) in tb_test_path_not_bonded_lane1()
990 static void tb_test_path_not_bonded_lane1_chain(struct kunit *test) in tb_test_path_not_bonded_lane1_chain()
1070 static void tb_test_path_not_bonded_lane1_chain_reverse(struct kunit *test) in tb_test_path_not_bonded_lane1_chain_reverse()
1150 static void tb_test_path_mixed_chain(struct kunit *test) in tb_test_path_mixed_chain()
1242 static void tb_test_path_mixed_chain_reverse(struct kunit *test) in tb_test_path_mixed_chain_reverse()
1334 static void tb_test_tunnel_pcie(struct kunit *test) in tb_test_tunnel_pcie()
1389 static void tb_test_tunnel_dp(struct kunit *test) in tb_test_tunnel_dp()
1427 static void tb_test_tunnel_dp_chain(struct kunit *test) in tb_test_tunnel_dp_chain()
1473 static void tb_test_tunnel_dp_tree(struct kunit *test) in tb_test_tunnel_dp_tree()
1523 static void tb_test_tunnel_dp_max_length(struct kunit *test) in tb_test_tunnel_dp_max_length()
1603 static void tb_test_tunnel_3dp(struct kunit *test) in tb_test_tunnel_3dp()
1668 static void tb_test_tunnel_usb3(struct kunit *test) in tb_test_tunnel_usb3()
1723 static void tb_test_tunnel_port_on_path(struct kunit *test) in tb_test_tunnel_port_on_path()
1789 static void tb_test_tunnel_dma(struct kunit *test) in tb_test_tunnel_dma()
1832 static void tb_test_tunnel_dma_rx(struct kunit *test) in tb_test_tunnel_dma_rx()
1869 static void tb_test_tunnel_dma_tx(struct kunit *test) in tb_test_tunnel_dma_tx()
1906 static void tb_test_tunnel_dma_chain(struct kunit *test) in tb_test_tunnel_dma_chain()
1972 static void tb_test_tunnel_dma_match(struct kunit *test) in tb_test_tunnel_dma_match()
2023 static void tb_test_credit_alloc_legacy_not_bonded(struct kunit *test) in tb_test_credit_alloc_legacy_not_bonded()
2056 static void tb_test_credit_alloc_legacy_bonded(struct kunit *test) in tb_test_credit_alloc_legacy_bonded()
2089 static void tb_test_credit_alloc_pcie(struct kunit *test) in tb_test_credit_alloc_pcie()
2122 static void tb_test_credit_alloc_without_dp(struct kunit *test) in tb_test_credit_alloc_without_dp()
2172 static void tb_test_credit_alloc_dp(struct kunit *test) in tb_test_credit_alloc_dp()
2216 static void tb_test_credit_alloc_usb3(struct kunit *test) in tb_test_credit_alloc_usb3()
2249 static void tb_test_credit_alloc_dma(struct kunit *test) in tb_test_credit_alloc_dma()
2285 static void tb_test_credit_alloc_dma_multiple(struct kunit *test) in tb_test_credit_alloc_dma_multiple()
2382 static struct tb_tunnel *TB_TEST_PCIE_TUNNEL(struct kunit *test, in TB_TEST_PCIE_TUNNEL()
2412 static struct tb_tunnel *TB_TEST_DP_TUNNEL1(struct kunit *test, in TB_TEST_DP_TUNNEL1()
2449 static struct tb_tunnel *TB_TEST_DP_TUNNEL2(struct kunit *test, in TB_TEST_DP_TUNNEL2()
2486 static struct tb_tunnel *TB_TEST_USB3_TUNNEL(struct kunit *test, in TB_TEST_USB3_TUNNEL()
2516 static struct tb_tunnel *TB_TEST_DMA_TUNNEL1(struct kunit *test, in TB_TEST_DMA_TUNNEL1()
2546 static struct tb_tunnel *TB_TEST_DMA_TUNNEL2(struct kunit *test, in TB_TEST_DMA_TUNNEL2()
2576 static void tb_test_credit_alloc_all(struct kunit *test) in tb_test_credit_alloc_all()
2666 static void tb_test_property_parse(struct kunit *test) in tb_test_property_parse()
2726 static void tb_test_property_format(struct kunit *test) in tb_test_property_format()
2753 static void compare_dirs(struct kunit *test, struct tb_property_dir *d1, in compare_dirs()
2823 static void tb_test_property_copy(struct kunit *test) in tb_test_property_copy()