H A D | edac_device_sysfs.c | 33 *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 in edac_device_ctl_panic_on_ue_show() 32 edac_device_ctl_log_ue_show(struct edac_device_ctl_info * ctl_info,char * data) edac_device_ctl_log_ue_show() argument 38 edac_device_ctl_log_ue_store(struct edac_device_ctl_info * ctl_info,const char * data,size_t count) edac_device_ctl_log_ue_store() argument 49 edac_device_ctl_log_ce_show(struct edac_device_ctl_info * ctl_info,char * data) edac_device_ctl_log_ce_show() argument 55 edac_device_ctl_log_ce_store(struct edac_device_ctl_info * ctl_info,const char * data,size_t count) edac_device_ctl_log_ce_store() argument 66 edac_device_ctl_panic_on_ue_show(struct edac_device_ctl_info * ctl_info,char * data) edac_device_ctl_panic_on_ue_show() argument 72 edac_device_ctl_panic_on_ue_store(struct edac_device_ctl_info * ctl_info,const char * data,size_t count) edac_device_ctl_panic_on_ue_store() argument 83 edac_device_ctl_poll_msec_show(struct edac_device_ctl_info * ctl_info,char * data) edac_device_ctl_poll_msec_show() argument 89 edac_device_ctl_poll_msec_store(struct edac_device_ctl_info * ctl_info,const char * data,size_t count) edac_device_ctl_poll_msec_store() argument [all...] |