Searched defs:test_ctx (Results 1 – 7 of 7) sorted by relevance
27 struct test_ctx { struct28 struct fpga_manager *mgr;29 struct platform_device *mgr_pdev;30 struct fpga_bridge *bridge;31 struct platform_device *bridge_pdev;32 struct fpga_region *region;33 struct platform_device *region_pdev;34 struct bridge_stats bridge_stats;35 struct mgr_stats mgr_stats;
20 struct test_ctx { struct31 struct test_ctx *ctx = data; in test_rx() argument
16 struct test_ctx { struct27 struct test_ctx *ctx = data; in test_rx() argument
24 struct test_ctx { struct25 struct mctp *mctp;26 struct mctp_binding_bridge *bindings[2];
47 struct test_ctx { struct48 struct console_client client;49 struct test *test;50 uint8_t out[4096];51 size_t cur_in;52 size_t cur_out;
18 struct test_ctx_s test_ctx; variable
2514 struct nand_op_parser_ctx test_ctx = ctx; in nand_op_parser_exec_op() local