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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/edac/
H A Dedac_device_sysfs.c32 *ctl_info, char *data)
34 return sprintf(data, "%u\n", ctl_info->log_ue);
38 *ctl_info, const char *data,
42 ctl_info->log_ue = (simple_strtoul(data, NULL, 0) != 0);
49 *ctl_info, char *data)
51 return sprintf(data, "%u\n", ctl_info->log_ce);
55 *ctl_info, const char *data,
59 ctl_info->log_ce = (simple_strtoul(data, NULL, 0) != 0);
66 *ctl_info, char *data)
68 return sprintf(data, "%u\n", ctl_info
31 edac_device_ctl_log_ue_show(struct edac_device_ctl_info *ctl_info, char *data) argument
37 edac_device_ctl_log_ue_store(struct edac_device_ctl_info *ctl_info, const char *data, size_t count) argument
48 edac_device_ctl_log_ce_show(struct edac_device_ctl_info *ctl_info, char *data) argument
54 edac_device_ctl_log_ce_store(struct edac_device_ctl_info *ctl_info, const char *data, size_t count) argument
65 edac_device_ctl_panic_on_ue_show(struct edac_device_ctl_info *ctl_info, char *data) argument
71 edac_device_ctl_panic_on_ue_store(struct edac_device_ctl_info *ctl_info, const char *data, size_t count) argument
82 edac_device_ctl_poll_msec_show(struct edac_device_ctl_info *ctl_info, char *data) argument
88 edac_device_ctl_poll_msec_store(struct edac_device_ctl_info *ctl_info, const char *data, size_t count) argument
[all...]
H A Dedac_device.c98 /* Calc the 'end' offset past end of ONE ctl_info structure
103 /* Calc the 'end' offset past the instance array within the ctl_info
261 void edac_device_free_ctl_info(struct edac_device_ctl_info *ctl_info) argument
263 edac_device_unregister_sysfs_main_kobj(ctl_info);
H A Dedac_core.h672 extern void edac_device_free_ctl_info(struct edac_device_ctl_info *ctl_info);

Completed in 136 milliseconds