Home
last modified time | relevance | path

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

/linux-3.3/drivers/rtc/
Drtc-ds1307.c102 struct ds1307 { struct
103 u8 offset; /* register's offset */
104 u8 regs[11];
105 enum ds_type type;
106 unsigned long flags;
109 struct i2c_client *client;
110 struct rtc_device *rtc;
111 struct work_struct work;
112 s32 (*read_block_data)(const struct i2c_client *client, u8 command,
114 s32 (*write_block_data)(const struct i2c_client *client, u8 command,
[all …]