Searched defs:test_ctx (Results 1 – 5 of 5) sorted by relevance
27 struct test_ctx { struct28 struct fpga_manager *mgr;29 struct device *mgr_dev;30 struct fpga_bridge *bridge;31 struct device *bridge_dev;32 struct fpga_region *region;33 struct device *region_dev;34 struct bridge_stats bridge_stats;35 struct mgr_stats mgr_stats;
902 struct ssif_bmc_test_ctx *test_ctx; in ssif_bmc_test_init() local924 struct ssif_bmc_test_ctx *test_ctx = test->priv; in ssif_bmc_test_exit() local930 static int ssif_bmc_test_run_event_val(struct ssif_bmc_test_ctx *test_ctx, in ssif_bmc_test_run_event_val()937 static int ssif_bmc_test_run_event(struct ssif_bmc_test_ctx *test_ctx, in ssif_bmc_test_run_event()945 struct ssif_bmc_test_ctx *test_ctx = test->priv; in ssif_bmc_test_singlepart_req() local972 struct ssif_bmc_test_ctx *test_ctx = test->priv; in ssif_bmc_test_restart_write_without_stop() local995 struct ssif_bmc_test_ctx *test_ctx = test->priv; in ssif_bmc_test_restart_after_invalid_command() local1015 struct ssif_bmc_test_ctx *test_ctx = test->priv; in ssif_bmc_test_singlepart_read_response_completion() local1062 struct ssif_bmc_test_ctx *test_ctx = test->priv; in ssif_bmc_test_stop_during_start_discards_partial_request() local1096 struct ssif_bmc_test_ctx *test_ctx = test->priv; in ssif_bmc_test_read_interrupts_partial_write() local[all …]
129 struct test_ctx { struct 137 static void test_ctx__free(struct test_ctx *t) in test_ctx__free() argument
726 struct test_ctx { struct732 static int test_global_init(struct test_ctx *ctx) in test_global_init() argument
18 struct test_ctx_s test_ctx; variable