Home
last modified time | relevance | path

Searched refs:test_ops (Results 1 – 11 of 11) 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()
945 unsigned int op = test_ops[i]; in run_test()
/openbmc/linux/drivers/net/wireless/mediatek/mt76/
H A Dtestmode.c345 err = dev->test_ops->set_state(phy, state); in __mt76_testmode_set_state()
418 if (!dev->test_ops) in mt76_testmode_cmd()
515 if (dev->test_ops->set_params) { in mt76_testmode_cmd()
516 err = dev->test_ops->set_params(phy, tb, state); in mt76_testmode_cmd()
545 if (dev->test_ops->dump_stats) { in mt76_testmode_dump_stats()
548 ret = dev->test_ops->dump_stats(phy, msg); in mt76_testmode_dump_stats()
581 if (!dev->test_ops) in mt76_testmode_dump()
H A Dmt76.h860 const struct mt76_testmode_ops *test_ops; member
/openbmc/u-boot/include/dm/
H A Dtest.h32 struct test_ops { struct
/openbmc/linux/sound/soc/generic/
H A Dtest-component.c212 static const struct snd_soc_dai_ops test_ops = { variable
624 ddriv[i].ops = &test_ops; in test_driver_probe()
/openbmc/linux/tools/testing/selftests/bpf/prog_tests/
H A Dsockmap_listen.c1250 static void test_ops(struct test_sockmap_listen *skel, struct bpf_map *map, in test_ops() function
1925 test_ops(skel, map, family, SOCK_STREAM); in run_tests()
1926 test_ops(skel, map, family, SOCK_DGRAM); in run_tests()
/openbmc/linux/drivers/net/wireless/mediatek/mt76/mt7615/
H A Dinit.c647 dev->mt76.test_ops = &mt7615_testmode_ops; in mt7615_init_device()
/openbmc/linux/drivers/net/wireless/mediatek/mt76/mt7915/
H A Dinit.c1211 dev->mt76.test_ops = &mt7915_testmode_ops; in mt7915_register_device()