Searched refs:test_probe (Results 1 – 2 of 2) sorted by relevance
1213 struct test_probe { struct1219 static void unregister_test_probe(struct test_probe *probe) in unregister_test_probe() argument1228 static int register_test_probe(struct test_probe *probe) in register_test_probe()1246 container_of(p, struct test_probe, kprobe)->hit = test_instance; in test_before_pre_handler()1262 container_of(p, struct test_probe, kprobe)->hit = test_instance; in test_case_pre_handler()1271 if (container_of(p, struct test_probe, kprobe)->hit == test_instance) in test_after_pre_handler()1290 container_of(p, struct test_probe, kprobe)->hit = test_instance; in test_after_pre_handler()1294 static struct test_probe test_before_probe = {1299 static struct test_probe test_case_probe = {1303 static struct test_probe test_after_probe = {[all …]
109 static int test_probe(struct platform_device *plat_dev) in test_probe() function143 .probe = test_probe,