Home
last modified time | relevance | path

Searched defs:edac_pci_ctl_info (Results 1 – 1 of 1) sorted by relevance

/linux/drivers/edac/
H A Dedac_pci.h44 struct edac_pci_ctl_info { struct
60 void (*edac_check) (struct edac_pci_ctl_info * edac_dev); argument
62 struct device *dev; /* pointer to device structure */
64 const char *mod_name; /* module name */
65 const char *ctl_name; /* edac controller name */
66 const char *dev_name; /* pci/platform/etc... name */
91 container_of(w, struct edac_pci_ctl_info,work) argument