Linux Kernel
3.7.1
|
Data Fields | |
struct spi_device * | spi |
struct rtc_device * | rtc |
struct work_struct | work |
unsigned long | flags |
bool | hr12 |
u8 | ctrl [DS1305_CONTROL_LEN] |
Definition at line 88 of file rtc-ds1305.c.
Definition at line 98 of file rtc-ds1305.c.
unsigned long flags |
Definition at line 94 of file rtc-ds1305.c.
bool hr12 |
Definition at line 97 of file rtc-ds1305.c.
struct rtc_device* rtc |
Definition at line 90 of file rtc-ds1305.c.
struct spi_device* spi |
Definition at line 89 of file rtc-ds1305.c.
struct work_struct work |
Definition at line 92 of file rtc-ds1305.c.