Linux Kernel
3.7.1
|
Data Fields | |
struct rtc_class_ops | ops |
bool | clockwatch |
bool | st_weekday |
unsigned long | irqflags |
struct pl031_vendor_data - per-vendor variations : the vendor-specific operations used on this silicon version : if this is an ST Microelectronics silicon version with a clockwatch function : if this is an ST Microelectronics silicon version that need the weekday fix : special IRQ flags per variant
Definition at line 80 of file rtc-pl031.c.
bool clockwatch |
Definition at line 82 of file rtc-pl031.c.
unsigned long irqflags |
Definition at line 84 of file rtc-pl031.c.
struct rtc_class_ops ops |
Definition at line 81 of file rtc-pl031.c.
bool st_weekday |
Definition at line 83 of file rtc-pl031.c.