Home
last modified time | relevance | path

Searched defs:rtc_time (Results 1 – 7 of 7) sorted by relevance

/linux-3.3/arch/m32r/include/asm/
Drtc.h46 struct rtc_time { struct
60 #define RTC_RD_TIME _IOR(RTC_MAGIC, 0x09, struct rtc_time) /* Read RTC time. */ argument
/linux-3.3/arch/cris/include/asm/
Drtc.h82 struct rtc_time { struct
97 #define RTC_RD_TIME _IOR(RTC_MAGIC, 0x09, struct rtc_time) argument
/linux-3.3/include/linux/
Drtc.h20 struct rtc_time { struct
39 struct rtc_time time; /* time the alarm is set to */ argument
/linux-3.3/arch/ia64/include/asm/sn/
Dclksupport.h26 #define rtc_time() (*RTC_COUNTER_ADDR) macro
/linux-3.3/drivers/rtc/
Drtc-mv.c69 u32 rtc_time, rtc_date; in mv_rtc_read_time() local
100 u32 rtc_time, rtc_date; in mv_rtc_read_alarm() local
222 u32 rtc_time; in mv_rtc_probe() local
/linux-3.3/arch/powerpc/platforms/cell/
Dbeat.c58 int beat_set_rtc_time(struct rtc_time *rtc_time) in beat_set_rtc_time()
69 void beat_get_rtc_time(struct rtc_time *rtc_time) in beat_get_rtc_time()
/linux-3.3/drivers/char/
Dmmtimer.c62 #define rtc_time() (*RTC_COUNTER_ADDR) macro