Linux Kernel
3.7.1
|
#include <rtc.h>
Data Fields | |
int(* | open )(struct device *) |
void(* | release )(struct device *) |
int(* | ioctl )(struct device *, unsigned int, unsigned long) |
int(* | read_time )(struct device *, struct rtc_time *) |
int(* | set_time )(struct device *, struct rtc_time *) |
int(* | read_alarm )(struct device *, struct rtc_wkalrm *) |
int(* | set_alarm )(struct device *, struct rtc_wkalrm *) |
int(* | proc )(struct device *, struct seq_file *) |
int(* | set_mmss )(struct device *, unsigned long secs) |
int(* | read_callback )(struct device *, int data) |
int(* | alarm_irq_enable )(struct device *, unsigned int enabled) |