Lines Matching defs:drivetemp_data
111 struct drivetemp_data { struct
118 int (*get_temp)(struct drivetemp_data *st, u32 attr, long *val); argument
119 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 */
127 int temp_lcrit; /* lower critical limit */
128 int temp_crit; /* critical limit */