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
236 container_of(w,struct edac_device_ctl_info,work) argument
243 extern struct edac_device_ctl_info *edac_device_alloc_ctl_info(
260 extern void edac_device_free_ctl_info(struct edac_device_ctl_info *ctl_info);
273 extern int edac_device_add_device(struct edac_device_ctl_info *edac_dev);
287 extern struct edac_device_ctl_info *edac_device_del_device(struct device *dev);
298 void edac_device_handle_ce_count(struct edac_device_ctl_info *edac_dev,
311 void edac_device_handle_ue_count(struct edac_device_ctl_info *edac_dev,
324 edac_device_handle_ce(struct edac_device_ctl_info *edac_dev, int inst_nr, in edac_device_handle_ce()
339 edac_device_handle_ue(struct edac_device_ctl_info *edac_dev, int inst_nr, in edac_device_handle_ue()
355 static inline void __edac_device_free_ctl_info(struct edac_device_ctl_info *ci) in __edac_device_free_ctl_info()