Searched defs:edac_device_instance (Results 1 – 1 of 1) sorted by relevance
195 struct edac_device_instance { struct196 struct edac_device_ctl_info *ctl; /* Up pointer */197 char name[EDAC_DEVICE_NAME_LEN + 4];199 struct edac_device_counter counters; /* instance counters */201 u32 nr_blocks; /* how many blocks */202 struct edac_device_block *blocks; /* block array */205 struct kobject kobj;