Home
last modified time | relevance | path

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

/openbmc/linux/drivers/hwmon/
H A Dds1621.c109 struct ds1621_data { struct
110 struct i2c_client *client;
111 struct mutex update_lock;
112 bool valid; /* true if following fields are valid */
113 unsigned long last_updated; /* In jiffies */
114 enum chips kind; /* device type */
116 u16 temp[3]; /* Register values, word */
117 u8 conf; /* Register encoding, combined */
141 static void ds1621_init_client(struct ds1621_data *data, in ds1621_init_client() argument