Home
last modified time | relevance | path

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

/Linux-v5.15/drivers/rtc/
Drtc-s3c.c33 struct s3c_rtc { struct
53 void (*irq_handler) (struct s3c_rtc *info, int mask); argument
54 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()
133 struct s3c_rtc *info = dev_get_drvdata(dev); in s3c_rtc_gettime()
177 struct s3c_rtc *info = dev_get_drvdata(dev); in s3c_rtc_settime()
[all …]