• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/edac/

Lines Matching refs:edac_device_ctl_info

22 #define to_edacdev(k) container_of(k, struct edac_device_ctl_info, kobj)
27 * Set of edac_device_ctl_info attribute store/show functions
31 static ssize_t edac_device_ctl_log_ue_show(struct edac_device_ctl_info
37 static ssize_t edac_device_ctl_log_ue_store(struct edac_device_ctl_info
48 static ssize_t edac_device_ctl_log_ce_show(struct edac_device_ctl_info
54 static ssize_t edac_device_ctl_log_ce_store(struct edac_device_ctl_info
65 static ssize_t edac_device_ctl_panic_on_ue_show(struct edac_device_ctl_info
71 static ssize_t edac_device_ctl_panic_on_ue_store(struct edac_device_ctl_info
82 static ssize_t edac_device_ctl_poll_msec_show(struct edac_device_ctl_info
88 static ssize_t edac_device_ctl_poll_msec_store(struct edac_device_ctl_info
105 /* edac_device_ctl_info specific attribute structure */
108 ssize_t(*show) (struct edac_device_ctl_info *, char *);
109 ssize_t(*store) (struct edac_device_ctl_info *, const char *, size_t);
112 #define to_ctl_info(k) container_of(k, struct edac_device_ctl_info, kobj)
119 struct edac_device_ctl_info *edac_dev = to_ctl_info(kobj);
132 struct edac_device_ctl_info *edac_dev = to_ctl_info(kobj);
202 struct edac_device_ctl_info *edac_dev = to_edacdev(kobj);
230 int edac_device_register_sysfs_main_kobj(struct edac_device_ctl_info *edac_dev)
294 struct edac_device_ctl_info *edac_dev)
514 static int edac_device_create_block(struct edac_device_ctl_info *edac_dev,
587 static void edac_device_delete_block(struct edac_device_ctl_info *edac_dev,
618 static int edac_device_create_instance(struct edac_device_ctl_info *edac_dev,
686 static void edac_device_delete_instance(struct edac_device_ctl_info *edac_dev,
709 static int edac_device_create_instances(struct edac_device_ctl_info *edac_dev)
734 static void edac_device_delete_instances(struct edac_device_ctl_info *edac_dev)
750 struct edac_device_ctl_info *edac_dev)
779 struct edac_device_ctl_info *edac_dev)
811 int edac_device_create_sysfs(struct edac_device_ctl_info *edac_dev)
870 void edac_device_remove_sysfs(struct edac_device_ctl_info *edac_dev)