Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Data Fields
pm8xxx_rtc Struct Reference

Data Fields

struct rtc_devicertc
 
int rtc_alarm_irq
 
int rtc_base
 
int rtc_read_base
 
int rtc_write_base
 
int alarm_rw_base
 
u8 ctrl_reg
 
struct devicertc_dev
 
spinlock_t ctrl_reg_lock
 

Detailed Description

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.

Field Documentation

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.

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.

struct device* rtc_dev

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.


The documentation for this struct was generated from the following file: