Searched refs:s3c_rtc (Results 1 – 1 of 1) sorted by relevance
32 struct s3c_rtc { struct52 void (*irq_handler) (struct s3c_rtc *info, int mask); argument53 void (*enable) (struct s3c_rtc *info);54 void (*disable) (struct s3c_rtc *info);57 static int s3c_rtc_enable_clk(struct s3c_rtc *info) in s3c_rtc_enable_clk()75 static void s3c_rtc_disable_clk(struct s3c_rtc *info) in s3c_rtc_disable_clk()85 struct s3c_rtc *info = (struct s3c_rtc *)id; in s3c_rtc_alarmirq()96 struct s3c_rtc *info = dev_get_drvdata(dev); in s3c_rtc_setaie()130 static int s3c_rtc_read_time(struct s3c_rtc *info, struct rtc_time *tm) in s3c_rtc_read_time()170 static int s3c_rtc_write_time(struct s3c_rtc *info, const struct rtc_time *tm) in s3c_rtc_write_time()[all …]