Home
last modified time | relevance | path

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

/linux-3.4.99/arch/alpha/include/asm/ !
Drtc.h7 # define set_rtc_time alpha_mv.rtc_set_time
Dmachvec.h99 int (*rtc_set_time)(struct rtc_time *); member
/linux-3.4.99/arch/alpha/kernel/ !
Dsys_jensen.c228 .rtc_set_time = common_set_rtc_time,
Dmachvec_impl.h49 .rtc_set_time = common_set_rtc_time
Dsys_marvel.c495 .rtc_set_time = marvel_set_rtc_time,
/linux-3.4.99/include/linux/ !
Drtc.h228 extern int rtc_set_time(struct rtc_device *rtc, struct rtc_time *tm);
/linux-3.4.99/drivers/rtc/ !
Dinterface.c51 int rtc_set_time(struct rtc_device *rtc, struct rtc_time *tm) in rtc_set_time() function
80 EXPORT_SYMBOL_GPL(rtc_set_time);
Drtc-dev.c348 return rtc_set_time(rtc, &tm); in rtc_dev_ioctl()
Drtc-sh.c732 rtc_set_time(rtc->rtc_dev, &r); in sh_rtc_probe()
/linux-3.4.99/drivers/staging/android/ !
Dalarm.c303 ret = rtc_set_time(alarm_rtc_dev, &rtc_new_rtc_time); in android_alarm_set_rtc()