Lines Matching defs:dimm_info
357 struct dimm_info { struct
358 struct device dev;
360 char label[EDAC_MC_LABEL_LEN + 1]; /* DIMM label on motherboard */
363 unsigned int location[EDAC_MAX_LAYERS];
365 struct mem_ctl_info *mci; /* the parent */
366 unsigned int idx; /* index within the parent dimm array */
368 u32 grain; /* granularity of reported error in bytes */
369 enum dev_type dtype; /* memory device type */
370 enum mem_type mtype; /* memory dimm type */
371 enum edac_type edac_mode; /* EDAC mode for this dimm */
373 u32 nr_pages; /* number of pages on this dimm */
375 unsigned int csrow, cschannel; /* Points to the old API data */
377 u16 smbios_handle; /* Handle for SMBIOS type 17 */
401 struct dimm_info *dimm; argument