Home
last modified time | relevance | path

Searched refs:s3c_rtc (Results 1 – 1 of 1) sorted by relevance

/drivers/rtc/
Drtc-s3c.c33 struct s3c_rtc { struct
59 void (*irq_handler) (struct s3c_rtc *info, int mask); argument
60 void (*set_freq) (struct s3c_rtc *info, int freq);
61 void (*enable_tick) (struct s3c_rtc *info, struct seq_file *seq);
62 void (*select_tick_clk) (struct s3c_rtc *info);
63 void (*save_tick_cnt) (struct s3c_rtc *info);
64 void (*restore_tick_cnt) (struct s3c_rtc *info);
65 void (*enable) (struct s3c_rtc *info);
66 void (*disable) (struct s3c_rtc *info);
69 static int s3c_rtc_enable_clk(struct s3c_rtc *info) in s3c_rtc_enable_clk()
[all …]