Home
last modified time | relevance | path

Searched defs:drivetemp_data (Results 1 – 1 of 1) sorted by relevance

/linux/drivers/hwmon/
H A Ddrivetemp.c110 struct drivetemp_data { struct
116 int (*get_temp)(struct drivetemp_data *st, u32 attr, long *val); argument
117 bool have_temp_lowest; /* lowest temp in SCT status */
118 bool have_temp_highest; /* highest temp in SCT status */
119 bool have_temp_min; /* have min temp */
120 bool have_temp_max; /* have max temp */
121 bool have_temp_lcrit; /* have lower critical limit */
122 bool have_temp_crit; /* have critical limit */
123 int temp_min; /* min temp */
124 int temp_max; /* max temp */
[all …]