Lines Matching defs:dimm_info
372 struct dimm_info { struct
373 struct device dev;
375 char label[EDAC_MC_LABEL_LEN + 1]; /* DIMM label on motherboard */
378 unsigned int location[EDAC_MAX_LAYERS];
380 struct mem_ctl_info *mci; /* the parent */
381 unsigned int idx; /* index within the parent dimm array */
383 u32 grain; /* granularity of reported error in bytes */
384 enum dev_type dtype; /* memory device type */
385 enum mem_type mtype; /* memory dimm type */
386 enum edac_type edac_mode; /* EDAC mode for this dimm */
388 u32 nr_pages; /* number of pages on this dimm */
390 unsigned int csrow, cschannel; /* Points to the old API data */
392 u16 smbios_handle; /* Handle for SMBIOS type 17 */
416 struct dimm_info *dimm; argument