Searched defs:drivetemp_data (Results 1 – 1 of 1) sorted by relevance
111 struct drivetemp_data { struct118 int (*get_temp)(struct drivetemp_data *st, u32 attr, long *val); argument119 bool have_temp_lowest; /* lowest temp in SCT status */120 bool have_temp_highest; /* highest temp in SCT status */121 bool have_temp_min; /* have min temp */122 bool have_temp_max; /* have max temp */123 bool have_temp_lcrit; /* have lower critical limit */124 bool have_temp_crit; /* have critical limit */125 int temp_min; /* min temp */126 int temp_max; /* max temp */[all …]