Searched refs:parity_error_log_clear (Results 1 – 2 of 2) sorted by relevance
56 int (*parity_error_log_clear)(const struct device *dev); member321 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()
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,