Home
last modified time | relevance | path

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

/linux/drivers/edac/
H A Da72_edac.c48 static void report_errors(struct edac_device_ctl_info *edac_ctl, int cpu, in report_errors() argument
84 edac_device_handle_ue(edac_ctl, cpu, 0, msg); in report_errors()
86 edac_device_handle_ce(edac_ctl, cpu, 0, msg); in report_errors()
96 edac_device_handle_ue(edac_ctl, cpu, 1, msg); in report_errors()
98 edac_device_handle_ce(edac_ctl, cpu, 1, msg); in report_errors()
118 static void a72_edac_check(struct edac_device_ctl_info *edac_ctl) in a72_edac_check() argument
126 report_errors(edac_ctl, cpu, &mesr); in a72_edac_check()
133 struct edac_device_ctl_info *edac_ctl; in a72_edac_probe() local
137 edac_ctl = edac_device_alloc_ctl_info(0, "cpu", in a72_edac_probe()
140 if (!edac_ctl) in a72_edac_probe()
[all …]