Home
last modified time | relevance | path

Searched refs:test_init (Results 1 – 15 of 15) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/soc/fsl/qbman/
H A Dbman_test.c37 static int test_init(void) in test_init() function
52 module_init(test_init);
H A Dqman_test.c37 static int test_init(void) in test_init() function
61 module_init(test_init);
/OK3568_Linux_fs/u-boot/test/dm/
H A Dtest-uclass.c101 static int test_init(struct uclass *uc) in test_init() function
124 .init = test_init,
/OK3568_Linux_fs/kernel/tools/usb/ffs-aio-example/multibuff/host_app/
H A Dtest.c59 int test_init(struct test_state *state) in test_init() function
161 if (test_init(&state)) in main()
/OK3568_Linux_fs/kernel/tools/usb/ffs-aio-example/simple/host_app/
H A Dtest.c59 int test_init(struct test_state *state) in test_init() function
161 if (test_init(&state)) in main()
/OK3568_Linux_fs/kernel/drivers/gpu/drm/nouveau/nvkm/subdev/pmu/fuc/
H A Dtest.fuc26 process(PROC_TEST, #test_init, #test_recv)
59 test_init:
/OK3568_Linux_fs/kernel/drivers/rtc/
H A Drtc-test.c152 static int __init test_init(void) in test_init() function
201 module_init(test_init);
/OK3568_Linux_fs/kernel/tools/testing/selftests/arm64/signal/
H A Dtest_signals.c22 if (test_setup(current) && test_init(current)) { in main()
H A Dtest_signals_utils.h13 int test_init(struct tdescr *td);
H A Dtest_signals_utils.c243 int test_init(struct tdescr *td) in test_init() function
/OK3568_Linux_fs/kernel/Documentation/core-api/
H A Dlocal_ops.rst183 static int __init test_init(void)
197 module_init(test_init);
/OK3568_Linux_fs/kernel/mm/kfence/
H A Dkfence_test.c786 static int test_init(struct kunit *test) in test_init() function
814 .init = test_init,
/OK3568_Linux_fs/kernel/kernel/kcsan/
H A Dkcsan-test.c1064 static int test_init(struct kunit *test) in test_init() function
1161 .init = test_init,
/OK3568_Linux_fs/kernel/drivers/net/wireless/zydas/zd1211rw/
H A Dzd_chip.c971 static int test_init(struct zd_chip *chip) in test_init() function
1123 r = test_init(chip); in zd_chip_init_hw()
1171 r = test_init(chip); in zd_chip_init_hw()
/OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-dbs/mysql/mariadb/
H A D0001-MDEV-29644-a-potential-bug-of-null-pointer-dereferen.patch103 +--source ../../t/test_init.inc