Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/hwmon/
Dstts751.c94 struct stts751_priv { struct
95 struct device *dev;
96 struct i2c_client *client;
97 struct mutex access_lock;
98 u8 interval;
99 int res;
100 int event_max, event_min;
101 int therm;
102 int hyst;
126 static int stts751_adjust_resolution(struct stts751_priv *priv) in stts751_adjust_resolution() argument