Searched defs:test_ctx (Results 1 – 4 of 4) 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;
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
2533 struct nand_op_parser_ctx test_ctx = ctx; in nand_op_parser_exec_op() local