Home
last modified time | relevance | path

Searched defs:test_ctx (Results 1 – 7 of 7) sorted by relevance

/openbmc/linux/drivers/fpga/tests/
H A Dfpga-region-test.c27 struct test_ctx { struct
28 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;
/openbmc/libmctp/tests/
H A Dtest_seq.c20 struct test_ctx { struct
31 struct test_ctx *ctx = data; in test_rx() argument
H A Dtest_eid.c16 struct test_ctx { struct
27 struct test_ctx *ctx = data; in test_rx() argument
H A Dtest_bridge.c24 struct test_ctx { struct
25 struct mctp *mctp;
26 struct mctp_binding_bridge *bindings[2];
/openbmc/obmc-console/test/
H A Dtest-client-escape.c47 struct test_ctx { struct
48 struct console_client client;
49 struct test *test;
50 uint8_t out[4096];
51 size_t cur_in;
52 size_t cur_out;
/openbmc/linux/tools/testing/selftests/bpf/prog_tests/
H A Dxdp_bpf2bpf.c18 struct test_ctx_s test_ctx; variable
/openbmc/linux/drivers/mtd/nand/raw/
H A Dnand_base.c2514 struct nand_op_parser_ctx test_ctx = ctx; in nand_op_parser_exec_op() local