Home
last modified time | relevance | path

Searched defs:test_ops (Results 1 – 5 of 5) sorted by relevance

/OK3568_Linux_fs/u-boot/include/dm/
H A Dtest.h33 struct test_ops { struct
34 int (*ping)(struct udevice *dev, int pingval, int *pingret);
/OK3568_Linux_fs/u-boot/test/dm/
H A Dtest-driver.c32 static const struct test_ops test_ops = { variable
H A Dtest-fdt.c33 static const struct test_ops test_ops = { variable
/OK3568_Linux_fs/kernel/tools/testing/selftests/bpf/prog_tests/
H A Dsockmap_listen.c1479 static void test_ops(struct test_sockmap_listen *skel, struct bpf_map *map, in test_ops() function
/OK3568_Linux_fs/kernel/drivers/net/wireless/mediatek/mt76/
H A Dmt76.h651 const struct mt76_testmode_ops *test_ops; member