Lines Matching defs:edac_device_ctl_info
141 struct edac_device_ctl_info { struct
143 struct list_head link;
145 struct module *owner; /* Module owner of this control struct */
147 int dev_idx;
150 int log_ue; /* boolean for logging UEs */
151 int log_ce; /* boolean for logging CEs */
152 int panic_on_ue; /* boolean for panic'ing on an UE */
153 unsigned poll_msec; /* number of milliseconds to poll interval */
154 unsigned long delay; /* number of jiffies for poll_msec */
181 void (*edac_check) (struct edac_device_ctl_info * edac_dev); argument
183 struct device *dev; /* pointer to device structure */
185 const char *mod_name; /* module name */
186 const char *ctl_name; /* edac controller name */
187 const char *dev_name; /* pci/platform/etc... name */
189 void *pvt_info; /* pointer to 'private driver' info */
191 unsigned long start_time; /* edac_device load start time (jiffies) */
223 container_of(w,struct edac_device_ctl_info,work) argument