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_dev_default(struct kunit *test, in alloc_dev_default()
323 static struct tb_switch *alloc_dev_with_dpin(struct kunit *test, in alloc_dev_with_dpin()
344 static struct tb_switch *alloc_dev_without_dp(struct kunit *test, in alloc_dev_without_dp()
385 static struct tb_switch *alloc_dev_usb4(struct kunit *test, in alloc_dev_usb4()
406 static void tb_test_path_basic(struct kunit *test) in tb_test_path_basic()
423 static void tb_test_path_not_connected_walk(struct kunit *test) in tb_test_path_not_connected_walk()
462 static void tb_test_path_single_hop_walk(struct kunit *test) in tb_test_path_single_hop_walk()
516 static void tb_test_path_daisy_chain_walk(struct kunit *test) in tb_test_path_daisy_chain_walk()
575 static void tb_test_path_simple_tree_walk(struct kunit *test) in tb_test_path_simple_tree_walk()
638 static void tb_test_path_complex_tree_walk(struct kunit *test) in tb_test_path_complex_tree_walk()
722 static void tb_test_path_max_length_walk(struct kunit *test) in tb_test_path_max_length_walk()
825 static void tb_test_path_not_connected(struct kunit *test) in tb_test_path_not_connected()
853 static void tb_test_path_not_bonded_lane0(struct kunit *test) in tb_test_path_not_bonded_lane0()
911 static void tb_test_path_not_bonded_lane1(struct kunit *test) in tb_test_path_not_bonded_lane1()
973 static void tb_test_path_not_bonded_lane1_chain(struct kunit *test) in tb_test_path_not_bonded_lane1_chain()
1053 static void tb_test_path_not_bonded_lane1_chain_reverse(struct kunit *test) in tb_test_path_not_bonded_lane1_chain_reverse()
1133 static void tb_test_path_mixed_chain(struct kunit *test) in tb_test_path_mixed_chain()
1225 static void tb_test_path_mixed_chain_reverse(struct kunit *test) in tb_test_path_mixed_chain_reverse()
1317 static void tb_test_tunnel_pcie(struct kunit *test) in tb_test_tunnel_pcie()
1372 static void tb_test_tunnel_dp(struct kunit *test) in tb_test_tunnel_dp()
1410 static void tb_test_tunnel_dp_chain(struct kunit *test) in tb_test_tunnel_dp_chain()
1456 static void tb_test_tunnel_dp_tree(struct kunit *test) in tb_test_tunnel_dp_tree()
1506 static void tb_test_tunnel_dp_max_length(struct kunit *test) in tb_test_tunnel_dp_max_length()
1586 static void tb_test_tunnel_usb3(struct kunit *test) in tb_test_tunnel_usb3()
1641 static void tb_test_tunnel_port_on_path(struct kunit *test) in tb_test_tunnel_port_on_path()
1707 static void tb_test_tunnel_dma(struct kunit *test) in tb_test_tunnel_dma()
1750 static void tb_test_tunnel_dma_rx(struct kunit *test) in tb_test_tunnel_dma_rx()
1787 static void tb_test_tunnel_dma_tx(struct kunit *test) in tb_test_tunnel_dma_tx()
1824 static void tb_test_tunnel_dma_chain(struct kunit *test) in tb_test_tunnel_dma_chain()
1890 static void tb_test_tunnel_dma_match(struct kunit *test) in tb_test_tunnel_dma_match()
1941 static void tb_test_credit_alloc_legacy_not_bonded(struct kunit *test) in tb_test_credit_alloc_legacy_not_bonded()
1974 static void tb_test_credit_alloc_legacy_bonded(struct kunit *test) in tb_test_credit_alloc_legacy_bonded()
2007 static void tb_test_credit_alloc_pcie(struct kunit *test) in tb_test_credit_alloc_pcie()
2040 static void tb_test_credit_alloc_without_dp(struct kunit *test) in tb_test_credit_alloc_without_dp()
2090 static void tb_test_credit_alloc_dp(struct kunit *test) in tb_test_credit_alloc_dp()
2134 static void tb_test_credit_alloc_usb3(struct kunit *test) in tb_test_credit_alloc_usb3()
2167 static void tb_test_credit_alloc_dma(struct kunit *test) in tb_test_credit_alloc_dma()
2203 static void tb_test_credit_alloc_dma_multiple(struct kunit *test) in tb_test_credit_alloc_dma_multiple()
2300 static struct tb_tunnel *TB_TEST_PCIE_TUNNEL(struct kunit *test, in TB_TEST_PCIE_TUNNEL()
2330 static struct tb_tunnel *TB_TEST_DP_TUNNEL1(struct kunit *test, in TB_TEST_DP_TUNNEL1()
2367 static struct tb_tunnel *TB_TEST_DP_TUNNEL2(struct kunit *test, in TB_TEST_DP_TUNNEL2()
2404 static struct tb_tunnel *TB_TEST_USB3_TUNNEL(struct kunit *test, in TB_TEST_USB3_TUNNEL()
2434 static struct tb_tunnel *TB_TEST_DMA_TUNNEL1(struct kunit *test, in TB_TEST_DMA_TUNNEL1()
2464 static struct tb_tunnel *TB_TEST_DMA_TUNNEL2(struct kunit *test, in TB_TEST_DMA_TUNNEL2()
2494 static void tb_test_credit_alloc_all(struct kunit *test) in tb_test_credit_alloc_all()
2584 static void tb_test_property_parse(struct kunit *test) in tb_test_property_parse()
2644 static void tb_test_property_format(struct kunit *test) in tb_test_property_format()
2671 static void compare_dirs(struct kunit *test, struct tb_property_dir *d1, in compare_dirs()
2741 static void tb_test_property_copy(struct kunit *test) in tb_test_property_copy()