Home
last modified time | relevance | path

Searched refs:edac_notify_callback_set (Results 1 – 4 of 4) sorted by relevance

/Zephyr-latest/samples/subsys/edac/src/
Dmain.c42 if (edac_notify_callback_set(dev, notification_callback)) { in main()
/Zephyr-latest/tests/subsys/edac/ibecc/src/
Ddummy.c57 ret = edac_notify_callback_set(dev, NULL); in ZTEST()
Dibecc.c91 ret = edac_notify_callback_set(dev, callback); in ZTEST()
295 ret = edac_notify_callback_set(dev, callback); in ibecc_error_inject_test()
/Zephyr-latest/include/zephyr/drivers/
Dedac.h403 static inline int edac_notify_callback_set(const struct device *dev, in edac_notify_callback_set() function