Searched defs:rtc_time (Results 1 – 7 of 7) sorted by relevance
46 struct rtc_time { struct60 #define RTC_RD_TIME _IOR(RTC_MAGIC, 0x09, struct rtc_time) /* Read RTC time. */ argument
82 struct rtc_time { struct97 #define RTC_RD_TIME _IOR(RTC_MAGIC, 0x09, struct rtc_time) argument
20 struct rtc_time { struct39 struct rtc_time time; /* time the alarm is set to */ argument
26 #define rtc_time() (*RTC_COUNTER_ADDR) macro
69 u32 rtc_time, rtc_date; in mv_rtc_read_time() local100 u32 rtc_time, rtc_date; in mv_rtc_read_alarm() local222 u32 rtc_time; in mv_rtc_probe() local
58 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()
62 #define rtc_time() (*RTC_COUNTER_ADDR) macro