Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/rtc/
Drtc-ds1307.c106 struct ds1307 { struct
107 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 …]