Linux Kernel
3.7.1
|
Data Fields | |
u8 | offset |
u8 | regs [11] |
u16 | nvram_offset |
struct bin_attribute * | nvram |
enum ds_type | type |
unsigned long | flags |
struct i2c_client * | client |
struct rtc_device * | rtc |
struct work_struct | work |
s32(* | read_block_data )(const struct i2c_client *client, u8 command, u8 length, u8 *values) |
s32(* | write_block_data )(const struct i2c_client *client, u8 command, u8 length, const u8 *values) |
Definition at line 105 of file rtc-ds1307.c.
Definition at line 114 of file rtc-ds1307.c.
unsigned long flags |
Definition at line 111 of file rtc-ds1307.c.
Definition at line 109 of file rtc-ds1307.c.
u16 nvram_offset |
Definition at line 108 of file rtc-ds1307.c.
Definition at line 106 of file rtc-ds1307.c.
Definition at line 117 of file rtc-ds1307.c.
Definition at line 107 of file rtc-ds1307.c.
struct rtc_device* rtc |
Definition at line 115 of file rtc-ds1307.c.
Definition at line 110 of file rtc-ds1307.c.
struct work_struct work |
Definition at line 116 of file rtc-ds1307.c.
Definition at line 119 of file rtc-ds1307.c.