Home
last modified time | relevance | path

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

/openbmc/linux/drivers/hwmon/
H A Ddrivetemp.c111 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 */
[all …]