Home
last modified time | relevance | path

Searched refs:test_probe (Results 1 – 3 of 3) sorted by relevance

/Linux-v4.19/drivers/base/test/
Dtest_async_driver_probe.c18 static int test_probe(struct platform_device *pdev) in test_probe() function
33 .probe = test_probe,
41 .probe = test_probe,
/Linux-v4.19/arch/arm/probes/kprobes/
Dtest-core.c1163 struct test_probe { struct
1169 static void unregister_test_probe(struct test_probe *probe) in unregister_test_probe() argument
1178 static int register_test_probe(struct test_probe *probe) in register_test_probe()
1196 container_of(p, struct test_probe, kprobe)->hit = test_instance; in test_before_pre_handler()
1212 container_of(p, struct test_probe, kprobe)->hit = test_instance; in test_case_pre_handler()
1221 if (container_of(p, struct test_probe, kprobe)->hit == test_instance) in test_after_pre_handler()
1240 container_of(p, struct test_probe, kprobe)->hit = test_instance; in test_after_pre_handler()
1244 static struct test_probe test_before_probe = {
1249 static struct test_probe test_case_probe = {
1253 static struct test_probe test_after_probe = {
[all …]
/Linux-v4.19/drivers/rtc/
Drtc-test.c119 static int test_probe(struct platform_device *plat_dev) in test_probe() function
148 .probe = test_probe,