Searched refs:parity_error_log_clear (Results 1 – 2 of 2) sorted by relevance
64 int (*parity_error_log_clear)(const struct device *dev); member345 if (api->parity_error_log_clear == NULL) { in edac_parity_error_log_clear()349 return api->parity_error_log_clear(dev); in edac_parity_error_log_clear()
227 static int parity_error_log_clear(const struct device *dev) in parity_error_log_clear() function276 .parity_error_log_clear = parity_error_log_clear,