• Home
  • Raw
  • Download

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_usb4(struct kunit *test, in alloc_dev_usb4()
365 static void tb_test_path_basic(struct kunit *test) in tb_test_path_basic()
382 static void tb_test_path_not_connected_walk(struct kunit *test) in tb_test_path_not_connected_walk()
421 static void tb_test_path_single_hop_walk(struct kunit *test) in tb_test_path_single_hop_walk()
475 static void tb_test_path_daisy_chain_walk(struct kunit *test) in tb_test_path_daisy_chain_walk()
534 static void tb_test_path_simple_tree_walk(struct kunit *test) in tb_test_path_simple_tree_walk()
597 static void tb_test_path_complex_tree_walk(struct kunit *test) in tb_test_path_complex_tree_walk()
681 static void tb_test_path_max_length_walk(struct kunit *test) in tb_test_path_max_length_walk()
784 static void tb_test_path_not_connected(struct kunit *test) in tb_test_path_not_connected()
812 static void tb_test_path_not_bonded_lane0(struct kunit *test) in tb_test_path_not_bonded_lane0()
870 static void tb_test_path_not_bonded_lane1(struct kunit *test) in tb_test_path_not_bonded_lane1()
932 static void tb_test_path_not_bonded_lane1_chain(struct kunit *test) in tb_test_path_not_bonded_lane1_chain()
1012 static void tb_test_path_not_bonded_lane1_chain_reverse(struct kunit *test) in tb_test_path_not_bonded_lane1_chain_reverse()
1092 static void tb_test_path_mixed_chain(struct kunit *test) in tb_test_path_mixed_chain()
1184 static void tb_test_path_mixed_chain_reverse(struct kunit *test) in tb_test_path_mixed_chain_reverse()
1276 static void tb_test_tunnel_pcie(struct kunit *test) in tb_test_tunnel_pcie()
1331 static void tb_test_tunnel_dp(struct kunit *test) in tb_test_tunnel_dp()
1369 static void tb_test_tunnel_dp_chain(struct kunit *test) in tb_test_tunnel_dp_chain()
1415 static void tb_test_tunnel_dp_tree(struct kunit *test) in tb_test_tunnel_dp_tree()
1465 static void tb_test_tunnel_dp_max_length(struct kunit *test) in tb_test_tunnel_dp_max_length()
1545 static void tb_test_tunnel_usb3(struct kunit *test) in tb_test_tunnel_usb3()
1600 static void tb_test_tunnel_port_on_path(struct kunit *test) in tb_test_tunnel_port_on_path()
1666 static void tb_test_tunnel_dma(struct kunit *test) in tb_test_tunnel_dma()
1709 static void tb_test_tunnel_dma_rx(struct kunit *test) in tb_test_tunnel_dma_rx()
1746 static void tb_test_tunnel_dma_tx(struct kunit *test) in tb_test_tunnel_dma_tx()
1783 static void tb_test_tunnel_dma_chain(struct kunit *test) in tb_test_tunnel_dma_chain()
1849 static void tb_test_tunnel_dma_match(struct kunit *test) in tb_test_tunnel_dma_match()
1900 static void tb_test_credit_alloc_legacy_not_bonded(struct kunit *test) in tb_test_credit_alloc_legacy_not_bonded()
1933 static void tb_test_credit_alloc_legacy_bonded(struct kunit *test) in tb_test_credit_alloc_legacy_bonded()
1966 static void tb_test_credit_alloc_pcie(struct kunit *test) in tb_test_credit_alloc_pcie()
1999 static void tb_test_credit_alloc_dp(struct kunit *test) in tb_test_credit_alloc_dp()
2043 static void tb_test_credit_alloc_usb3(struct kunit *test) in tb_test_credit_alloc_usb3()
2076 static void tb_test_credit_alloc_dma(struct kunit *test) in tb_test_credit_alloc_dma()
2112 static void tb_test_credit_alloc_dma_multiple(struct kunit *test) in tb_test_credit_alloc_dma_multiple()
2209 static struct tb_tunnel *TB_TEST_PCIE_TUNNEL(struct kunit *test, in TB_TEST_PCIE_TUNNEL()
2239 static struct tb_tunnel *TB_TEST_DP_TUNNEL1(struct kunit *test, in TB_TEST_DP_TUNNEL1()
2276 static struct tb_tunnel *TB_TEST_DP_TUNNEL2(struct kunit *test, in TB_TEST_DP_TUNNEL2()
2313 static struct tb_tunnel *TB_TEST_USB3_TUNNEL(struct kunit *test, in TB_TEST_USB3_TUNNEL()
2343 static struct tb_tunnel *TB_TEST_DMA_TUNNEL1(struct kunit *test, in TB_TEST_DMA_TUNNEL1()
2373 static struct tb_tunnel *TB_TEST_DMA_TUNNEL2(struct kunit *test, in TB_TEST_DMA_TUNNEL2()
2403 static void tb_test_credit_alloc_all(struct kunit *test) in tb_test_credit_alloc_all()
2493 static void tb_test_property_parse(struct kunit *test) in tb_test_property_parse()
2553 static void tb_test_property_format(struct kunit *test) in tb_test_property_format()
2580 static void compare_dirs(struct kunit *test, struct tb_property_dir *d1, in compare_dirs()
2650 static void tb_test_property_copy(struct kunit *test) in tb_test_property_copy()