Home
last modified time | relevance | path

Searched refs:test_ops (Results 1 – 4 of 4) 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/tools/testing/selftests/bpf/prog_tests/
H A Dsockmap_listen.c1281 static void test_ops(struct test_sockmap_listen *skel, struct bpf_map *map, in test_ops() function
1415 test_ops(skel, map, family, SOCK_STREAM); in run_tests()
1416 test_ops(skel, map, family, SOCK_DGRAM); in run_tests()
/linux/drivers/net/wireless/mediatek/mt76/mt7915/
H A Dinit.c1281 dev->mt76.test_ops = &mt7915_testmode_ops; in mt7915_register_device()
/linux/drivers/net/wireless/mediatek/mt76/
H A Dmt76.h1032 const struct mt76_testmode_ops *test_ops; member