Searched defs:edac_pci_ctl_info (Results 1 – 1 of 1) sorted by relevance
333 struct edac_pci_ctl_info { struct351 void (*edac_check) (struct edac_pci_ctl_info * edac_dev); argument353 struct device *dev; /* pointer to device structure */355 const char *mod_name; /* module name */356 const char *ctl_name; /* edac controller name */357 const char *dev_name; /* pci/platform/etc... name */359 void *pvt_info; /* pointer to 'private driver' info */361 unsigned long start_time; /* edac_pci load start time (jiffies) */385 container_of(w, struct edac_pci_ctl_info,work) argument