Home
last modified time | relevance | path

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

/linux-6.6.21/drivers/edac/
Dedac_pci.h45 struct edac_pci_ctl_info { struct
63 void (*edac_check) (struct edac_pci_ctl_info * edac_dev); argument
65 struct device *dev; /* pointer to device structure */
67 const char *mod_name; /* module name */
68 const char *ctl_name; /* edac controller name */
69 const char *dev_name; /* pci/platform/etc... name */
71 void *pvt_info; /* pointer to 'private driver' info */
96 container_of(w, struct edac_pci_ctl_info,work) argument