Home
last modified time | relevance | path

Searched defs:test_data (Results 1 – 25 of 47) sorted by relevance

12

/OK3568_Linux_fs/kernel/tools/perf/tests/
H A Dtime-utils-test.c60 struct test_data { struct
70 static bool test__perf_time__parse_for_ranges(struct test_data *d) in test__perf_time__parse_for_ranges() argument
/OK3568_Linux_fs/kernel/tools/perf/arch/x86/tests/
H A Dintel-pt-pkt-decoder-test.c20 struct test_data { struct
21 int len;
22 u8 bytes[INTEL_PT_PKT_MAX_SZ];
23 enum intel_pt_pkt_ctx ctx;
24 struct intel_pt_pkt packet;
25 enum intel_pt_pkt_ctx new_ctx;
26 int ctx_unchanged;
H A Dinsn-x86.c12 struct test_data { struct
21 struct test_data test_data_32[] = { argument
/OK3568_Linux_fs/external/xserver/test/xi2/
H A Dprotocol-xiqueryversion.c52 struct test_data { struct
67 struct test_data *versions = (struct test_data *) closure; in reply_XIQueryVersion() argument
H A Dprotocol-xiquerydevice.c52 struct test_data { struct
69 struct test_data *querydata = (struct test_data *) userdata; in reply_XIQueryDevice() argument
H A Dprotocol-xipassivegrabdevice.c50 static struct test_data { struct
51 int num_modifiers;
H A Dprotocol-xigetclientpointer.c47 } test_data; variable
H A Dprotocol-xiquerypointer.c52 } test_data; variable
H A Dprotocol-xigetselectedevents.c61 } test_data; variable
/OK3568_Linux_fs/kernel/drivers/thunderbolt/
H A Dtest.c363 static const struct port_expectation test_data[] = { in tb_test_path_single_hop_walk() local
419 static const struct port_expectation test_data[] = { in tb_test_path_daisy_chain_walk() local
480 static const struct port_expectation test_data[] = { in tb_test_path_simple_tree_walk() local
551 static const struct port_expectation test_data[] = { in tb_test_path_complex_tree_walk() local
642 static const struct port_expectation test_data[] = { in tb_test_path_max_length_walk() local
753 static const struct hop_expectation test_data[] = { in tb_test_path_not_bonded_lane0() local
815 static const struct hop_expectation test_data[] = { in tb_test_path_not_bonded_lane1() local
879 static const struct hop_expectation test_data[] = { in tb_test_path_not_bonded_lane1_chain() local
959 static const struct hop_expectation test_data[] = { in tb_test_path_not_bonded_lane1_chain_reverse() local
1043 static const struct hop_expectation test_data[] = { in tb_test_path_mixed_chain() local
[all …]
/OK3568_Linux_fs/kernel/drivers/media/i2c/rk628/
H A Drk628_mipi_dphy.h89 static void testif_test_data_write(struct rk628 *rk628, u8 test_data) in testif_test_data_write()
96 static u8 testif_write(struct rk628 *rk628, u8 test_code, u8 test_data) in testif_write()
113 u8 test_data; in testif_read() local
/OK3568_Linux_fs/u-boot/drivers/video/rockchip/
H A Drk_mipi.c174 unsigned char *test_data, unsigned char size) in rk_mipi_phy_write()
210 unsigned char test_data[2] = {0}; in rk_mipi_phy_enable() local
/OK3568_Linux_fs/kernel/drivers/misc/rk628/
H A Drk628_csi.c96 static void testif_test_data_write(struct rk628 *rk628, u8 test_data) in testif_test_data_write()
103 static u8 testif_write(struct rk628 *rk628, u8 test_code, u8 test_data) in testif_write()
136 u8 test_data; in testif_read() local
/OK3568_Linux_fs/kernel/include/crypto/
H A Ddrbg.h143 struct drbg_string test_data; member
235 struct drbg_test_data *test_data) in crypto_drbg_get_bytes_addtl_test()
259 struct drbg_test_data *test_data) in crypto_drbg_reset_test()
/OK3568_Linux_fs/kernel/samples/bpf/
H A Dtest_lwt_bpf.sh196 function test_data { function
/OK3568_Linux_fs/kernel/lib/
H A Dtest_sysctl.c57 static struct test_sysctl_data test_data = { variable
/OK3568_Linux_fs/u-boot/cmd/
H A Dcrypto.c403 const struct hash_test_data *test_data = NULL; in test_hash_result() local
472 const struct cipher_test_data *test_data = NULL; in test_cipher_result() local
560 const struct rsa_test_data *test_data = NULL; in test_rsa_result() local
/OK3568_Linux_fs/kernel/fs/ext4/
H A Dinode-test.c104 const struct timestamp_expectation test_data[] = { in inode_test_xtimestamp_decoding() local
/OK3568_Linux_fs/kernel/drivers/mmc/core/
H A Dmmc_test.c2192 struct mmc_test_multiple_rw test_data = { in mmc_test_profile_mult_write_blocking_perf() local
2211 struct mmc_test_multiple_rw test_data = { in mmc_test_profile_mult_write_nonblock_perf() local
2230 struct mmc_test_multiple_rw test_data = { in mmc_test_profile_mult_read_blocking_perf() local
2249 struct mmc_test_multiple_rw test_data = { in mmc_test_profile_mult_read_nonblock_perf() local
2268 struct mmc_test_multiple_rw test_data = { in mmc_test_profile_sglen_wr_blocking_perf() local
2287 struct mmc_test_multiple_rw test_data = { in mmc_test_profile_sglen_wr_nonblock_perf() local
2306 struct mmc_test_multiple_rw test_data = { in mmc_test_profile_sglen_r_blocking_perf() local
2325 struct mmc_test_multiple_rw test_data = { in mmc_test_profile_sglen_r_nonblock_perf() local
/OK3568_Linux_fs/kernel/drivers/gpu/arm/midgard/tests/include/kutf/
H A Dkutf_suite.h172 union kutf_callback_data test_data; member
/OK3568_Linux_fs/kernel/drivers/gpu/arm/midgard/tests/kutf/
H A Dkutf_suite.c69 union kutf_callback_data test_data; member
507 union kutf_callback_data test_data) in kutf_add_test_with_filters_and_data()
/OK3568_Linux_fs/kernel/drivers/gpu/arm/midgard/backend/gpu/
H A Dmali_kbase_irq_linux.c288 struct kbasep_irq_test *test_data = container_of(timer, in kbasep_test_interrupt_timeout() local
/OK3568_Linux_fs/kernel/drivers/gpu/arm/bifrost/tests/include/kutf/
H A Dkutf_suite.h229 union kutf_callback_data test_data; member
/OK3568_Linux_fs/kernel/drivers/gpu/arm/bifrost/backend/gpu/
H A Dmali_kbase_irq_linux.c320 struct kbasep_irq_test *test_data = container_of(timer, in kbasep_test_interrupt_timeout() local
/OK3568_Linux_fs/kernel/drivers/gpu/arm/bifrost/tests/kutf/
H A Dkutf_suite.c75 union kutf_callback_data test_data; member
644 union kutf_callback_data test_data) in kutf_add_test_with_filters_and_data()

12