Searched defs:edac_device_ctl_info (Results 1 – 1 of 1) sorted by relevance
151 struct edac_device_ctl_info { struct153 struct list_head link;157 int dev_idx;160 int log_ue; /* boolean for logging UEs */161 int log_ce; /* boolean for logging CEs */191 void (*edac_check) (struct edac_device_ctl_info * edac_dev); argument195 const char *mod_name; /* module name */196 const char *ctl_name; /* edac controller name */197 const char *dev_name; /* pci/platform/etc... name */203 struct completion removal_complete;[all …]
Completed in 5 milliseconds