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

#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)
 

Detailed Description

Definition at line 54 of file rtc.h.

Field Documentation

int(* alarm_irq_enable)(struct device *, unsigned int enabled)

Definition at line 65 of file rtc.h.

int(* ioctl)(struct device *, unsigned int, unsigned long)

Definition at line 57 of file rtc.h.

int(* open)(struct device *)

Definition at line 55 of file rtc.h.

int(* proc)(struct device *, struct seq_file *)

Definition at line 62 of file rtc.h.

int(* read_alarm)(struct device *, struct rtc_wkalrm *)

Definition at line 60 of file rtc.h.

int(* read_callback)(struct device *, int data)

Definition at line 64 of file rtc.h.

int(* read_time)(struct device *, struct rtc_time *)

Definition at line 58 of file rtc.h.

void(* release)(struct device *)

Definition at line 56 of file rtc.h.

int(* set_alarm)(struct device *, struct rtc_wkalrm *)

Definition at line 61 of file rtc.h.

int(* set_mmss)(struct device *, unsigned long secs)

Definition at line 63 of file rtc.h.

int(* set_time)(struct device *, struct rtc_time *)

Definition at line 59 of file rtc.h.


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