Lines Matching refs:edac_device_ctl_info
80 struct edac_device_ctl_info;
90 ssize_t (*show)(struct edac_device_ctl_info *, char *);
91 ssize_t (*store)(struct edac_device_ctl_info *, const char *, size_t);
134 struct edac_device_ctl_info *ctl; /* Up pointer */
151 struct edac_device_ctl_info { struct
191 void (*edac_check) (struct edac_device_ctl_info * edac_dev); argument
234 container_of(w,struct edac_device_ctl_info,work) argument
241 extern struct edac_device_ctl_info *edac_device_alloc_ctl_info(
258 extern void edac_device_free_ctl_info(struct edac_device_ctl_info *ctl_info);
271 extern int edac_device_add_device(struct edac_device_ctl_info *edac_dev);
286 extern struct edac_device_ctl_info *edac_device_del_device(struct device *dev);
297 extern void edac_device_handle_ue(struct edac_device_ctl_info *edac_dev,
308 extern void edac_device_handle_ce(struct edac_device_ctl_info *edac_dev,