Home
last modified time | relevance | path

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

/drivers/edac/
Dedac_device_sysfs.c33 *ctl_info, char *data) in edac_device_ctl_log_ue_show()
35 return sprintf(data, "%u\n", ctl_info->log_ue); in edac_device_ctl_log_ue_show()
39 *ctl_info, const char *data, in edac_device_ctl_log_ue_store()
43 ctl_info->log_ue = (simple_strtoul(data, NULL, 0) != 0); in edac_device_ctl_log_ue_store()
50 *ctl_info, char *data) in edac_device_ctl_log_ce_show()
52 return sprintf(data, "%u\n", ctl_info->log_ce); in edac_device_ctl_log_ce_show()
56 *ctl_info, const char *data, in edac_device_ctl_log_ce_store()
60 ctl_info->log_ce = (simple_strtoul(data, NULL, 0) != 0); in edac_device_ctl_log_ce_store()
67 *ctl_info, char *data) in edac_device_ctl_panic_on_ue_show()
69 return sprintf(data, "%u\n", ctl_info->panic_on_ue); in edac_device_ctl_panic_on_ue_show()
[all …]
Dedac_device.c252 void edac_device_free_ctl_info(struct edac_device_ctl_info *ctl_info) in edac_device_free_ctl_info() argument
254 edac_device_unregister_sysfs_main_kobj(ctl_info); in edac_device_free_ctl_info()
Dedac_core.h320 extern void edac_device_free_ctl_info(struct edac_device_ctl_info *ctl_info);