Home
last modified time | relevance | path

Searched refs:test_ops (Results 1 – 5 of 5) sorted by relevance

/openbmc/u-boot/test/dm/
H A Dtest-driver.c31 static const struct test_ops test_ops = { variable
77 .ops = &test_ops,
88 .ops = &test_ops,
103 static const struct test_ops test_manual_ops = {
H A Dtest-fdt.c34 static const struct test_ops test_ops = { variable
85 .ops = &test_ops,
103 .ops = &test_ops,
112 const struct test_ops *ops = device_get_ops(dev); in testfdt_ping()
H A Dtest-uclass.c22 const struct test_ops *ops = device_get_ops(dev); in test_ping()
/openbmc/qemu/tests/fp/
H A Dfp-test.c78 static unsigned int *test_ops; variable
913 test_ops = g_malloc_n(n_test_ops, sizeof(*test_ops)); in parse_args()
915 test_ops[i] = i + 1; in parse_args()
919 test_ops = g_malloc_n(n_test_ops, sizeof(*test_ops)); in parse_args()
928 test_ops[i] = op; in parse_args()
954 unsigned int op = test_ops[i]; in run_test()
/openbmc/u-boot/include/dm/
H A Dtest.h32 struct test_ops { struct