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

12345678910

/linux-master/drivers/rtc/
H A Drtc-st-lpc.c79 static int st_rtc_read_time(struct device *dev, struct rtc_time *tm)
102 static int st_rtc_set_time(struct device *dev, struct rtc_time *tm)
155 struct rtc_time now;
H A Drtc-cros-ec.c77 static int cros_ec_rtc_read_time(struct device *dev, struct rtc_time *tm)
96 static int cros_ec_rtc_set_time(struct device *dev, struct rtc_time *tm)
321 struct rtc_time tm;
H A Dclass.c61 struct rtc_time tm;
103 struct rtc_time tm;
148 struct rtc_time tm;
H A Drtc-max8997.c74 static void max8997_rtc_data_to_tm(u8 *data, struct rtc_time *tm,
95 static int max8997_rtc_tm_to_data(struct rtc_time *tm, u8 *data)
132 static int max8997_rtc_read_time(struct device *dev, struct rtc_time *tm)
153 static int max8997_rtc_set_time(struct device *dev, struct rtc_time *tm)
H A Drtc-m48t59.c63 static int m48t59_rtc_read_time(struct device *dev, struct rtc_time *tm)
103 static int m48t59_rtc_set_time(struct device *dev, struct rtc_time *tm)
153 struct rtc_time *tm = &alrm->time;
197 struct rtc_time *tm = &alrm->time;
H A Drtc-meson-vrtc.c21 static int meson_vrtc_read_time(struct device *dev, struct rtc_time *tm)
H A Drtc-pic32.c132 static int pic32_rtc_gettime(struct device *dev, struct rtc_time *rtc_tm)
171 static int pic32_rtc_settime(struct device *dev, struct rtc_time *tm)
193 struct rtc_time *alm_tm = &alrm->time;
225 struct rtc_time *tm = &alrm->time;
H A Drtc-cadence.c112 static u32 cdns_rtc_time2reg(struct rtc_time *tm)
119 static void cdns_rtc_reg2time(u32 reg, struct rtc_time *tm)
126 static int cdns_rtc_read_time(struct device *dev, struct rtc_time *tm)
151 static int cdns_rtc_set_time(struct device *dev, struct rtc_time *tm)
H A Drtc-spear.c170 static void tm2bcd(struct rtc_time *tm)
180 static void bcd2tm(struct rtc_time *tm)
199 static int spear_rtc_read_time(struct device *dev, struct rtc_time *tm)
230 static int spear_rtc_set_time(struct device *dev, struct rtc_time *tm)
H A Drtc-hym8563.c90 static int hym8563_rtc_read_time(struct device *dev, struct rtc_time *tm)
117 static int hym8563_rtc_set_time(struct device *dev, struct rtc_time *tm)
182 struct rtc_time *alm_tm = &alm->time;
219 struct rtc_time *alm_tm = &alm->time;
H A Drtc-wm8350.c31 static int wm8350_rtc_readtime(struct device *dev, struct rtc_time *tm)
90 static int wm8350_rtc_settime(struct device *dev, struct rtc_time *tm)
142 struct rtc_time *tm = &alrm->time;
246 struct rtc_time *tm = &alrm->time;
H A Drtc-rx6110.c103 * rx6110_rtc_tm_to_data - convert rtc_time to native time encoding
108 static int rx6110_rtc_tm_to_data(struct rtc_time *tm, u8 *data)
132 * rx6110_data_to_rtc_tm - convert native time encoding to rtc_time
137 static int rx6110_data_to_rtc_tm(u8 *data, struct rtc_time *tm)
174 static int rx6110_set_time(struct device *dev, struct rtc_time *tm)
213 static int rx6110_get_time(struct device *dev, struct rtc_time *tm)
H A Drtc-at91sam9.c103 static int at91_rtc_readtime(struct device *dev, struct rtc_time *tm)
130 static int at91_rtc_settime(struct device *dev, struct rtc_time *tm)
178 struct rtc_time *tm = &alrm->time;
202 struct rtc_time *tm = &alrm->time;
H A Drtc-r7301.c148 static void rtc7301_get_time(struct rtc7301_priv *priv, struct rtc_time *tm,
182 static void rtc7301_write_time(struct rtc7301_priv *priv, struct rtc_time *tm,
225 static int rtc7301_read_time(struct device *dev, struct rtc_time *tm)
244 static int rtc7301_set_time(struct device *dev, struct rtc_time *tm)
H A Drtc-cmos.c223 static int cmos_read_time(struct device *dev, struct rtc_time *t)
243 static int cmos_set_time(struct device *dev, struct rtc_time *t)
254 struct rtc_time *time;
263 struct rtc_time *time = p->time;
409 struct rtc_time now;
426 struct rtc_time max_date = now;
450 struct rtc_time max_date = now;
1188 struct rtc_time now;
1292 struct rtc_time now;
H A Drtc-bq4802.c50 static int bq4802_read_time(struct device *dev, struct rtc_time *tm)
92 static int bq4802_set_time(struct device *dev, struct rtc_time *tm)
H A Drtc-rx4581.c92 * rtc_time -- month 0-11, hour 0-23, yr = calendar year-epoch.
94 static int rx4581_get_datetime(struct device *dev, struct rtc_time *tm)
170 static int rx4581_set_datetime(struct device *dev, struct rtc_time *tm)
H A Drtc-m41t93.c45 static int m41t93_set_time(struct device *dev, struct rtc_time *tm)
101 static int m41t93_get_time(struct device *dev, struct rtc_time *tm)
H A Drtc-msm6242.c114 static int msm6242_read_time(struct device *dev, struct rtc_time *tm)
151 static int msm6242_set_time(struct device *dev, struct rtc_time *tm)
H A Drtc-m48t35.c55 static int m48t35_read_time(struct device *dev, struct rtc_time *tm)
87 * and how they are defined in a struct rtc_time;
97 static int m48t35_set_time(struct device *dev, struct rtc_time *tm)
H A Drtc-rp5c01.c93 static int rp5c01_read_time(struct device *dev, struct rtc_time *tm)
122 static int rp5c01_set_time(struct device *dev, struct rtc_time *tm)
H A Drtc-rs5c348.c59 rs5c348_rtc_set_time(struct device *dev, struct rtc_time *tm)
106 rs5c348_rtc_read_time(struct device *dev, struct rtc_time *tm)
H A Drtc-digicolor.c91 static int dc_rtc_read_time(struct device *dev, struct rtc_time *tm)
105 static int dc_rtc_set_time(struct device *dev, struct rtc_time *tm)
/linux-master/arch/m68k/sun3x/
H A Dtime.c40 int sun3x_hwclk(int set, struct rtc_time *t)
/linux-master/arch/powerpc/platforms/ps3/
H A Dplatform.h49 void ps3_get_rtc_time(struct rtc_time *time);
50 int ps3_set_rtc_time(struct rtc_time *time);

Completed in 259 milliseconds

12345678910