Searched refs:test_probe (Results 1 – 4 of 4) sorted by relevance
/openbmc/u-boot/test/dm/ |
H A D | test-driver.c | 44 static int test_probe(struct udevice *dev) in test_probe() function 79 .probe = test_probe, 90 .probe = test_probe,
|
/openbmc/linux/arch/arm/probes/kprobes/ |
H A D | test-core.c | 1160 struct test_probe { struct 1166 static void unregister_test_probe(struct test_probe *probe) in unregister_test_probe() argument 1175 static int register_test_probe(struct test_probe *probe) in register_test_probe() 1193 container_of(p, struct test_probe, kprobe)->hit = test_instance; in test_before_pre_handler() 1209 container_of(p, struct test_probe, kprobe)->hit = test_instance; in test_case_pre_handler() 1218 if (container_of(p, struct test_probe, kprobe)->hit == test_instance) in test_after_pre_handler() 1237 container_of(p, struct test_probe, kprobe)->hit = test_instance; in test_after_pre_handler() 1241 static struct test_probe test_before_probe = { 1246 static struct test_probe test_case_probe = { 1250 static struct test_probe test_after_probe = { [all …]
|
/openbmc/linux/drivers/base/test/ |
H A D | test_async_driver_probe.c | 23 static int test_probe(struct platform_device *pdev) in test_probe() function 65 .probe = test_probe, 73 .probe = test_probe,
|
/openbmc/linux/drivers/rtc/ |
H A D | rtc-test.c | 115 static int test_probe(struct platform_device *plat_dev) in test_probe() function 145 .probe = test_probe,
|