Searched refs:test_ops (Results 1 – 8 of 8) sorted by relevance
| /OK3568_Linux_fs/u-boot/test/dm/ |
| H A D | test-driver.c | 32 static const struct test_ops test_ops = { variable 78 .ops = &test_ops, 89 .ops = &test_ops, 104 static const struct test_ops test_manual_ops = {
|
| H A D | test-fdt.c | 33 static const struct test_ops test_ops = { variable 81 .ops = &test_ops, 89 const struct test_ops *ops = device_get_ops(dev); in testfdt_ping()
|
| H A D | test-uclass.c | 23 const struct test_ops *ops = device_get_ops(dev); in test_ping()
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/mediatek/mt76/ |
| H A D | testmode.c | 225 err = dev->test_ops->set_state(dev, state); in __mt76_testmode_set_state() 298 if (!dev->test_ops) in mt76_testmode_cmd() 370 if (dev->test_ops->set_params) { in mt76_testmode_cmd() 371 err = dev->test_ops->set_params(dev, tb, state); in mt76_testmode_cmd() 413 if (dev->test_ops->dump_stats) in mt76_testmode_dump_stats() 414 return dev->test_ops->dump_stats(dev, msg); in mt76_testmode_dump_stats() 430 if (!dev->test_ops) in mt76_testmode_dump()
|
| H A D | mt76.h | 651 const struct mt76_testmode_ops *test_ops; member
|
| /OK3568_Linux_fs/u-boot/include/dm/ |
| H A D | test.h | 33 struct test_ops { struct
|
| /OK3568_Linux_fs/kernel/tools/testing/selftests/bpf/prog_tests/ |
| H A D | sockmap_listen.c | 1479 static void test_ops(struct test_sockmap_listen *skel, struct bpf_map *map, in test_ops() function 1609 test_ops(skel, map, family, SOCK_STREAM); in run_tests() 1610 test_ops(skel, map, family, SOCK_DGRAM); in run_tests()
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/mediatek/mt76/mt7615/ |
| H A D | init.c | 490 dev->mt76.test_ops = &mt7615_testmode_ops; in mt7615_init_device()
|