Searched defs:ds1621_data (Results 1 – 1 of 1) sorted by relevance
122 struct ds1621_data { struct123 struct i2c_client *client;124 struct mutex update_lock;125 char valid; /* !=0 if following fields are valid */126 unsigned long last_updated; /* In jiffies */127 enum chips kind; /* device type */129 u16 temp[3]; /* Register values, word */130 u8 conf; /* Register encoding, combined */154 static void ds1621_init_client(struct ds1621_data *data, in ds1621_init_client() argument