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

12345678910

/linux-master/drivers/rtc/
H A Drtc-ds3232.c97 static int ds3232_read_time(struct device *dev, struct rtc_time *time)
124 /* Write to rtc_time structure */
151 static int ds3232_set_time(struct device *dev, struct rtc_time *time)
156 /* Extract time from rtc_time and load into ds3232*/
H A Drtc-nct3018y.c148 * rtc_time -- month 0-11, hour 0-23, yr = calendar year-epoch.
150 static int nct3018y_rtc_read_time(struct device *dev, struct rtc_time *tm)
180 static int nct3018y_rtc_set_time(struct device *dev, struct rtc_time *tm)
H A Drtc-rv3028.c122 struct rtc_time tm;
308 static int rv3028_get_time(struct device *dev, struct rtc_time *tm)
336 static int rv3028_set_time(struct device *dev, struct rtc_time *tm)
H A Drtc-m41t80.c196 static int m41t80_rtc_read_time(struct device *dev, struct rtc_time *tm)
230 static int m41t80_rtc_set_time(struct device *dev, struct rtc_time *tm)
883 struct rtc_time tm;
H A Drtc-pcf2127.c214 * rtc_time -- month 0-11, hour 0-23, yr = calendar year-epoch.
216 static int pcf2127_rtc_read_time(struct device *dev, struct rtc_time *tm)
267 static int pcf2127_rtc_set_time(struct device *dev, struct rtc_time *tm)
615 struct rtc_time tm;
H A Drtc-ds1307.c209 static int ds1307_get_time(struct device *dev, struct rtc_time *t)
320 static int ds1307_set_time(struct device *dev, struct rtc_time *t)
760 static int mcp794xx_alm_weekday(struct device *dev, struct rtc_time *tm_alarm)
762 struct rtc_time tm_now;
H A Drtc-ds1685.c258 * @tm: pointer to rtc_time structure.
261 ds1685_rtc_read_time(struct device *dev, struct rtc_time *tm)
279 /* bcd2bin if needed, perform fixups, and store to rtc_time. */
306 * @tm: pointer to rtc_time structure.
309 ds1685_rtc_set_time(struct device *dev, struct rtc_time *tm)
314 /* Fetch the time info from rtc_time. */
H A Drtc-rv3032.c224 static int rv3032_get_time(struct device *dev, struct rtc_time *tm)
252 static int rv3032_set_time(struct device *dev, struct rtc_time *tm)
H A Drtc-abx80x.c179 static int abx80x_rtc_read_time(struct device *dev, struct rtc_time *tm)
219 static int abx80x_rtc_set_time(struct device *dev, struct rtc_time *tm)
H A Drtc-rv8803.c235 static int rv8803_get_time(struct device *dev, struct rtc_time *tm)
281 static int rv8803_set_time(struct device *dev, struct rtc_time *tm)
/linux-master/arch/x86/kernel/
H A Dhpet.c1222 static struct rtc_time hpet_alarm_time;
1434 struct rtc_time curr_time;
1438 memset(&curr_time, 0, sizeof(struct rtc_time));
/linux-master/kernel/time/
H A Dntp.c584 struct rtc_time tm;
H A Dalarmtimer.c247 struct rtc_time tm;
/linux-master/drivers/macintosh/
H A Dvia-cuda.c788 int cuda_set_rtc_time(struct rtc_time *tm)
H A Dvia-pmu.c1745 int pmu_set_rtc_time(struct rtc_time *tm)
/linux-master/drivers/net/ethernet/sfc/
H A Defx_devlink.c245 struct rtc_time build_date;
/linux-master/lib/
H A Dtest_printf.c508 const struct rtc_time tm = {
/linux-master/drivers/platform/x86/amd/pmc/
H A Dpmc.c807 struct rtc_time tm;
/linux-master/arch/powerpc/include/asm/
H A Dopal.h340 struct rtc_time;

Completed in 263 milliseconds

12345678910