Home
last modified time | relevance | path

Searched defs:edac_driver_api (Results 1 – 1 of 1) sorted by relevance

/Zephyr-Core-3.5.0/include/zephyr/drivers/
Dedac.h42 __subsystem struct edac_driver_api { struct
44 int (*inject_set_param1)(const struct device *dev, uint64_t value);
45 int (*inject_get_param1)(const struct device *dev, uint64_t *value);
46 int (*inject_set_param2)(const struct device *dev, uint64_t value);
47 int (*inject_get_param2)(const struct device *dev, uint64_t *value);
48 int (*inject_set_error_type)(const struct device *dev, uint32_t value);
49 int (*inject_get_error_type)(const struct device *dev, uint32_t *value);
50 int (*inject_error_trigger)(const struct device *dev);
53 int (*ecc_error_log_get)(const struct device *dev, uint64_t *value);
54 int (*ecc_error_log_clear)(const struct device *dev);
[all …]