Home
last modified time | relevance | path

Searched refs:parity_error_log_clear (Results 1 – 2 of 2) sorted by relevance

/Zephyr-Core-3.5.0/include/zephyr/drivers/
Dedac.h56 int (*parity_error_log_clear)(const struct device *dev); member
321 if (api->parity_error_log_clear == NULL) { in edac_parity_error_log_clear()
325 return api->parity_error_log_clear(dev); in edac_parity_error_log_clear()
/Zephyr-Core-3.5.0/drivers/edac/
Dedac_ibecc.c227 static int parity_error_log_clear(const struct device *dev) in parity_error_log_clear() function
276 .parity_error_log_clear = parity_error_log_clear,