Searched refs:smart (Results 1 – 1 of 1) sorted by relevance
/tools/testing/nvdimm/test/ |
D | nfit.c | 211 struct nd_intel_smart *smart; member 710 static int nfit_test_cmd_smart(struct nd_intel_smart *smart, unsigned int buf_len, in nfit_test_cmd_smart() argument 713 if (buf_len < sizeof(*smart)) in nfit_test_cmd_smart() 715 memcpy(smart, smart_data, sizeof(*smart)); in nfit_test_cmd_smart() 731 struct device *dimm_dev, struct nd_intel_smart *smart, in smart_notify() argument 736 smart->spares, thresh->media_temperature, in smart_notify() 737 smart->media_temperature, thresh->ctrl_temperature, in smart_notify() 738 smart->ctrl_temperature); in smart_notify() 740 && smart->spares in smart_notify() 743 && smart->media_temperature in smart_notify() [all …]
|