Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/edac/
Dedac_core.h197 struct edac_device_instance { struct
198 struct edac_device_ctl_info *ctl; /* Up pointer */
199 char name[EDAC_DEVICE_NAME_LEN + 4];
201 struct edac_device_counter counters; /* instance counters */
203 u32 nr_blocks; /* how many blocks */
204 struct edac_device_block *blocks; /* block array */
207 struct kobject kobj;