Searched refs:rtc_time (Results 151 - 175 of 244) sorted by relevance

12345678910

/linux-master/drivers/rtc/
H A Drtc-ds1374.c159 static int ds1374_read_time(struct device *dev, struct rtc_time *time)
172 static int ds1374_set_time(struct device *dev, struct rtc_time *time)
227 struct rtc_time now;
H A Drtc-fm3130.c92 static int fm3130_get_time(struct device *dev, struct rtc_time *t)
139 static int fm3130_set_time(struct device *dev, struct rtc_time *t)
186 struct rtc_time *tm = &alrm->time;
242 struct rtc_time *tm = &alrm->time;
H A Drtc-sh.c274 static int sh_rtc_read_time(struct device *dev, struct rtc_time *tm)
336 static int sh_rtc_set_time(struct device *dev, struct rtc_time *tm)
394 struct rtc_time *tm = &wkalrm->time;
428 struct rtc_time *tm = &wkalrm->time;
H A Drtc-ac100.c384 static int ac100_rtc_get_time(struct device *dev, struct rtc_time *rtc_tm)
407 static int ac100_rtc_set_time(struct device *dev, struct rtc_time *rtc_tm)
455 struct rtc_time *alrm_tm = &alrm->time;
486 struct rtc_time *alrm_tm = &alrm->time;
H A Drtc-ds1286.c150 static int ds1286_read_time(struct device *dev, struct rtc_time *tm)
200 * and how they are defined in a struct rtc_time;
213 static int ds1286_set_time(struct device *dev, struct rtc_time *tm)
H A Drtc-lpc32xx.c55 static int lpc32xx_rtc_read_time(struct device *dev, struct rtc_time *time)
66 static int lpc32xx_rtc_set_time(struct device *dev, struct rtc_time *time)
H A Drtc-meson.c231 static int meson_rtc_gettime(struct device *dev, struct rtc_time *tm)
244 static int meson_rtc_settime(struct device *dev, struct rtc_time *tm)
H A Drtc-gamecube.c161 static int gamecube_rtc_read_time(struct device *dev, struct rtc_time *t)
179 static int gamecube_rtc_set_time(struct device *dev, struct rtc_time *t)
H A Drtc-moxart.c142 static int moxart_rtc_set_time(struct device *dev, struct rtc_time *tm)
185 static int moxart_rtc_read_time(struct device *dev, struct rtc_time *tm)
H A Drtc-mc13xxx.c60 static int mc13xxx_rtc_read_time(struct device *dev, struct rtc_time *tm)
89 static int mc13xxx_rtc_set_time(struct device *dev, struct rtc_time *tm)
H A Drtc-mxc_v2.c141 static int mxc_rtc_read_time(struct device *dev, struct rtc_time *tm)
163 static int mxc_rtc_set_time(struct device *dev, struct rtc_time *tm)
H A Drtc-palmas.c35 static int palmas_rtc_read_time(struct device *dev, struct rtc_time *tm)
66 static int palmas_rtc_set_time(struct device *dev, struct rtc_time *tm)
H A Drtc-mpfs.c86 static int mpfs_rtc_readtime(struct device *dev, struct rtc_time *tm)
98 static int mpfs_rtc_settime(struct device *dev, struct rtc_time *tm)
H A Drtc-sa1100.c110 static int sa1100_rtc_read_time(struct device *dev, struct rtc_time *tm)
118 static int sa1100_rtc_set_time(struct device *dev, struct rtc_time *tm)
H A Drtc-rc5t583.c59 static int rc5t583_rtc_read_time(struct device *dev, struct rtc_time *tm)
83 static int rc5t583_rtc_set_time(struct device *dev, struct rtc_time *tm)
H A Drtc-tegra.c102 static int tegra_rtc_read_time(struct device *dev, struct rtc_time *tm)
126 static int tegra_rtc_set_time(struct device *dev, struct rtc_time *tm)
H A Drtc-ab8500.c61 static int ab8500_rtc_read_time(struct device *dev, struct rtc_time *tm)
107 static int ab8500_rtc_set_time(struct device *dev, struct rtc_time *tm)
H A Drtc-zynqmp.c59 static int xlnx_rtc_set_time(struct device *dev, struct rtc_time *tm)
86 static int xlnx_rtc_read_time(struct device *dev, struct rtc_time *tm)
H A Drtc-tps6586x.c56 static int tps6586x_rtc_read_time(struct device *dev, struct rtc_time *tm)
82 static int tps6586x_rtc_set_time(struct device *dev, struct rtc_time *tm)
H A Drtc-stmp3xxx.c147 static int stmp3xxx_rtc_gettime(struct device *dev, struct rtc_time *rtc_tm)
160 static int stmp3xxx_rtc_settime(struct device *dev, struct rtc_time *rtc_tm)
H A Drtc-rx8581.c67 * rtc_time -- month 0-11, hour 0-23, yr = calendar year-epoch.
69 static int rx8581_rtc_read_time(struct device *dev, struct rtc_time *tm)
135 static int rx8581_rtc_set_time(struct device *dev, struct rtc_time *tm)
H A Drtc-sunplus.c79 static int sp_rtc_read_time(struct device *dev, struct rtc_time *tm)
89 static int sp_rtc_set_time(struct device *dev, struct rtc_time *tm)
/linux-master/arch/um/drivers/
H A Drtc_kern.c33 static int uml_rtc_read_time(struct device *dev, struct rtc_time *tm)
/linux-master/lib/
H A Dvsprintf.c1820 char *date_str(char *buf, char *end, const struct rtc_time *tm, bool r)
1839 char *time_str(char *buf, char *end, const struct rtc_time *tm, bool r)
1855 char *rtc_str(char *buf, char *end, const struct rtc_time *tm,
1908 struct rtc_time rtc_time; local
1913 rtc_time.tm_sec = tm.tm_sec;
1914 rtc_time.tm_min = tm.tm_min;
1915 rtc_time.tm_hour = tm.tm_hour;
1916 rtc_time.tm_mday = tm.tm_mday;
1917 rtc_time
[all...]
/linux-master/arch/powerpc/kernel/
H A Dtime.c738 struct rtc_time tm;
750 struct rtc_time tm;
1017 static int rtc_generic_get_time(struct device *dev, struct rtc_time *tm)
1023 static int rtc_generic_set_time(struct device *dev, struct rtc_time *tm)

Completed in 336 milliseconds

12345678910