Home
last modified time | relevance | path

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

/kernel/linux/linux-6.6/drivers/hwmon/
Dmax6697.c73 struct max6697_data { struct
74 struct i2c_client *client;
76 enum chips type;
77 const struct max6697_chip_data *chip;
79 int update_interval; /* in milli-seconds */
80 int temp_offset; /* in degrees C */
82 struct mutex update_lock;
83 unsigned long last_updated; /* In jiffies */
84 bool valid; /* true if following fields are valid */
87 u8 temp[8][4]; /* [nr][0]=temp [1]=ext [2]=max [3]=crit */
[all …]
/kernel/linux/linux-5.10/drivers/hwmon/
Dmax6697.c74 struct max6697_data { struct
75 struct i2c_client *client;
77 enum chips type;
78 const struct max6697_chip_data *chip;
80 int update_interval; /* in milli-seconds */
81 int temp_offset; /* in degrees C */
83 struct mutex update_lock;
84 unsigned long last_updated; /* In jiffies */
85 bool valid; /* true if following fields are valid */
88 u8 temp[8][4]; /* [nr][0]=temp [1]=ext [2]=max [3]=crit */
[all …]