Lines Matching refs:edac_device_ctl_info
23 #define to_edacdev(k) container_of(k, struct edac_device_ctl_info, kobj)
32 static ssize_t edac_device_ctl_log_ue_show(struct edac_device_ctl_info in edac_device_ctl_log_ue_show()
38 static ssize_t edac_device_ctl_log_ue_store(struct edac_device_ctl_info in edac_device_ctl_log_ue_store()
49 static ssize_t edac_device_ctl_log_ce_show(struct edac_device_ctl_info in edac_device_ctl_log_ce_show()
55 static ssize_t edac_device_ctl_log_ce_store(struct edac_device_ctl_info in edac_device_ctl_log_ce_store()
66 static ssize_t edac_device_ctl_panic_on_ue_show(struct edac_device_ctl_info in edac_device_ctl_panic_on_ue_show()
72 static ssize_t edac_device_ctl_panic_on_ue_store(struct edac_device_ctl_info in edac_device_ctl_panic_on_ue_store()
83 static ssize_t edac_device_ctl_poll_msec_show(struct edac_device_ctl_info in edac_device_ctl_poll_msec_show()
89 static ssize_t edac_device_ctl_poll_msec_store(struct edac_device_ctl_info in edac_device_ctl_poll_msec_store()
109 ssize_t(*show) (struct edac_device_ctl_info *, char *);
110 ssize_t(*store) (struct edac_device_ctl_info *, const char *, size_t);
113 #define to_ctl_info(k) container_of(k, struct edac_device_ctl_info, kobj)
120 struct edac_device_ctl_info *edac_dev = to_ctl_info(kobj); in edac_dev_ctl_info_show()
133 struct edac_device_ctl_info *edac_dev = to_ctl_info(kobj); in edac_dev_ctl_info_store()
204 struct edac_device_ctl_info *edac_dev = to_edacdev(kobj); in edac_device_ctrl_master_release()
229 int edac_device_register_sysfs_main_kobj(struct edac_device_ctl_info *edac_dev) in edac_device_register_sysfs_main_kobj()
287 void edac_device_unregister_sysfs_main_kobj(struct edac_device_ctl_info *dev) in edac_device_unregister_sysfs_main_kobj()
508 static int edac_device_create_block(struct edac_device_ctl_info *edac_dev, in edac_device_create_block()
578 static void edac_device_delete_block(struct edac_device_ctl_info *edac_dev, in edac_device_delete_block()
609 static int edac_device_create_instance(struct edac_device_ctl_info *edac_dev, in edac_device_create_instance()
677 static void edac_device_delete_instance(struct edac_device_ctl_info *edac_dev, in edac_device_delete_instance()
700 static int edac_device_create_instances(struct edac_device_ctl_info *edac_dev) in edac_device_create_instances()
725 static void edac_device_delete_instances(struct edac_device_ctl_info *edac_dev) in edac_device_delete_instances()
741 struct edac_device_ctl_info *edac_dev) in edac_device_add_main_sysfs_attributes()
770 struct edac_device_ctl_info *edac_dev) in edac_device_remove_main_sysfs_attributes()
802 int edac_device_create_sysfs(struct edac_device_ctl_info *edac_dev) in edac_device_create_sysfs()
859 void edac_device_remove_sysfs(struct edac_device_ctl_info *edac_dev) in edac_device_remove_sysfs()