Searched defs:ds1621_data (Results 1 – 1 of 1) sorted by relevance
109 struct ds1621_data { struct110 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