Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/hwmon/
Dw83795.c333 struct w83795_data { struct
334 struct device *hwmon_dev;
335 struct mutex update_lock;
336 unsigned long last_updated; /* In jiffies */
337 enum chip_types chip_type;
339 u8 bank;
341 u32 has_in; /* Enable monitor VIN or not */
342 u8 has_dyn_in; /* Only in2-0 can have this */
343 u16 in[21][3]; /* Register value, read/high/low */
344 u8 in_lsb[10][3]; /* LSB Register value, high/low */
[all …]