Lines Matching defs: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() local
97 struct s3c_rtc *info = dev_get_drvdata(dev); in s3c_rtc_setaie() local
133 struct s3c_rtc *info = dev_get_drvdata(dev); in s3c_rtc_gettime() local
177 struct s3c_rtc *info = dev_get_drvdata(dev); in s3c_rtc_settime() local
208 struct s3c_rtc *info = dev_get_drvdata(dev); in s3c_rtc_getalarm() local
258 struct s3c_rtc *info = dev_get_drvdata(dev); in s3c_rtc_setalarm() local
316 static void s3c24xx_rtc_enable(struct s3c_rtc *info) in s3c24xx_rtc_enable()
346 static void s3c24xx_rtc_disable(struct s3c_rtc *info) in s3c24xx_rtc_disable()
359 static void s3c6410_rtc_disable(struct s3c_rtc *info) in s3c6410_rtc_disable()
371 struct s3c_rtc *info = platform_get_drvdata(pdev); in s3c_rtc_remove() local
384 struct s3c_rtc *info = NULL; in s3c_rtc_probe() local
486 struct s3c_rtc *info = dev_get_drvdata(dev); in s3c_rtc_suspend() local
508 struct s3c_rtc *info = dev_get_drvdata(dev); in s3c_rtc_resume() local
525 static void s3c24xx_rtc_irq(struct s3c_rtc *info, int mask) in s3c24xx_rtc_irq()
530 static void s3c6410_rtc_irq(struct s3c_rtc *info, int mask) in s3c6410_rtc_irq()