Searched refs:s3c_rtc (Results 1 – 1 of 1) sorted by relevance
33 struct s3c_rtc { struct53 void (*irq_handler) (struct s3c_rtc *info, int mask); argument54 void (*enable) (struct s3c_rtc *info);55 void (*disable) (struct s3c_rtc *info);58 static int s3c_rtc_enable_clk(struct s3c_rtc *info) in s3c_rtc_enable_clk()76 static void s3c_rtc_disable_clk(struct s3c_rtc *info) in s3c_rtc_disable_clk()86 struct s3c_rtc *info = (struct s3c_rtc *)id; in s3c_rtc_alarmirq()97 struct s3c_rtc *info = dev_get_drvdata(dev); in s3c_rtc_setaie()131 static int s3c_rtc_read_time(struct s3c_rtc *info, struct rtc_time *tm) in s3c_rtc_read_time()171 static int s3c_rtc_write_time(struct s3c_rtc *info, const struct rtc_time *tm) in s3c_rtc_write_time()[all …]