Searched defs:ds1307 (Results 1 – 1 of 1) sorted by relevance
106 struct ds1307 { struct107 u8 offset; /* register's offset */108 u8 regs[11];109 u16 nvram_offset;110 struct bin_attribute *nvram;111 enum ds_type type;112 unsigned long flags;115 struct i2c_client *client;116 struct rtc_device *rtc;117 struct work_struct work;[all …]