Searched refs:test_ops (Results 1 – 5 of 5) sorted by relevance
31 static const struct test_ops test_ops = { variable77 .ops = &test_ops,88 .ops = &test_ops,103 static const struct test_ops test_manual_ops = {
34 static const struct test_ops test_ops = { variable85 .ops = &test_ops,103 .ops = &test_ops,112 const struct test_ops *ops = device_get_ops(dev); in testfdt_ping()
22 const struct test_ops *ops = device_get_ops(dev); in test_ping()
78 static unsigned int *test_ops; variable913 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()
32 struct test_ops { struct