Linux Kernel
3.7.1
|
Data Fields | |
struct rtc_device * | rtc |
int | rtc_alarm_irq |
int | rtc_base |
int | rtc_read_base |
int | rtc_write_base |
int | alarm_rw_base |
u8 | ctrl_reg |
struct device * | rtc_dev |
spinlock_t | ctrl_reg_lock |
struct pm8xxx_rtc - rtc driver internal structure : rtc device for this driver. : rtc alarm irq number. : address of rtc control register. : base address of read registers. : base address of write registers. : base address of alarm registers. : rtc control register. : device structure. : spinlock protecting access to ctrl_reg.
Definition at line 49 of file rtc-pm8xxx.c.
int alarm_rw_base |
Definition at line 55 of file rtc-pm8xxx.c.
Definition at line 56 of file rtc-pm8xxx.c.
spinlock_t ctrl_reg_lock |
Definition at line 58 of file rtc-pm8xxx.c.
struct rtc_device* rtc |
Definition at line 50 of file rtc-pm8xxx.c.
int rtc_alarm_irq |
Definition at line 51 of file rtc-pm8xxx.c.
int rtc_base |
Definition at line 52 of file rtc-pm8xxx.c.
Definition at line 57 of file rtc-pm8xxx.c.
int rtc_read_base |
Definition at line 53 of file rtc-pm8xxx.c.
int rtc_write_base |
Definition at line 54 of file rtc-pm8xxx.c.