Home
last modified time | relevance | path

Searched defs:s3c_rtc_data (Results 1 – 1 of 1) sorted by relevance

/linux-4.1.27/drivers/rtc/
Drtc-s3c.c56 struct s3c_rtc_data { struct
57 int max_user_freq;
58 bool needs_src_clk;
60 void (*irq_handler) (struct s3c_rtc *info, int mask);
61 void (*set_freq) (struct s3c_rtc *info, int freq);
62 void (*enable_tick) (struct s3c_rtc *info, struct seq_file *seq);
63 void (*select_tick_clk) (struct s3c_rtc *info);
64 void (*save_tick_cnt) (struct s3c_rtc *info);
65 void (*restore_tick_cnt) (struct s3c_rtc *info);
66 void (*enable) (struct s3c_rtc *info);
[all …]