Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/xe/tests/
H A Dxe_lmtt_test.c23 static void test_ops(struct kunit *test) in test_ops() function
64 KUNIT_CASE_PARAM(test_ops, lmtt_ops_gen_params),
/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.h913 const struct mt76_testmode_ops *test_ops; member
/linux/sound/soc/generic/
H A Dtest-component.c204 static const struct snd_soc_dai_ops test_ops = { variable
614 ddriv[i].ops = &test_ops; in test_driver_probe()
/linux/tools/testing/selftests/bpf/prog_tests/
H A Dsockmap_listen.c1278 static void test_ops(struct test_sockmap_listen *skel, struct bpf_map *map, in test_ops() function
1861 test_ops(skel, map, family, SOCK_STREAM); in run_tests()
1862 test_ops(skel, map, family, SOCK_DGRAM); in run_tests()
/linux/drivers/net/wireless/mediatek/mt76/mt7615/
H A Dinit.c644 dev->mt76.test_ops = &mt7615_testmode_ops; in mt7615_init_device()
/linux/drivers/net/wireless/mediatek/mt76/mt7915/
H A Dinit.c1230 dev->mt76.test_ops = &mt7915_testmode_ops; in mt7915_register_device()