Home
last modified time | relevance | path

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

/openbmc/linux/drivers/hwmon/
H A Dfschmd.c255 struct fschmd_data { struct
256 struct i2c_client *client;
257 struct device *hwmon_dev;
258 struct mutex update_lock;
259 struct mutex watchdog_lock;
261 struct kref kref;
263 enum chips kind;
264 unsigned long watchdog_is_open;
265 char watchdog_expect_close;
276 u8 volt[6]; /* voltage */
[all …]