Searched refs:rtc_time (Results 1 – 5 of 5) sorted by relevance
| /include/uapi/linux/ |
| A D | rtc.h | 25 struct rtc_time { struct 44 struct rtc_time time; /* time the alarm is set to */ argument 95 #define RTC_ALM_SET _IOW('p', 0x07, struct rtc_time) /* Set alarm time */ 96 #define RTC_ALM_READ _IOR('p', 0x08, struct rtc_time) /* Read alarm time */ 97 #define RTC_RD_TIME _IOR('p', 0x09, struct rtc_time) /* Read RTC time */ 98 #define RTC_SET_TIME _IOW('p', 0x0a, struct rtc_time) /* Set RTC time */
|
| /include/linux/ |
| A D | rtc.h | 23 extern int rtc_valid_tm(struct rtc_time *tm); 24 extern time64_t rtc_tm_to_time64(struct rtc_time *tm); 25 extern void rtc_time64_to_tm(time64_t time, struct rtc_time *tm); 26 ktime_t rtc_tm_to_ktime(struct rtc_time tm); 27 struct rtc_time rtc_ktime_to_tm(ktime_t kt); 32 static inline time64_t rtc_tm_sub(struct rtc_time *lhs, struct rtc_time *rhs) in rtc_tm_sub() 61 int (*read_time)(struct device *, struct rtc_time *); 62 int (*set_time)(struct device *, struct rtc_time *); 188 extern int rtc_read_time(struct rtc_device *rtc, struct rtc_time *tm); 189 extern int rtc_set_time(struct rtc_device *rtc, struct rtc_time *tm);
|
| A D | mc146818rtc.h | 129 int mc146818_get_time(struct rtc_time *time, int timeout); 130 int mc146818_set_time(struct rtc_time *time);
|
| A D | cuda.h | 21 extern int cuda_set_rtc_time(struct rtc_time *tm);
|
| A D | pmu.h | 41 extern int pmu_set_rtc_time(struct rtc_time *tm);
|
Completed in 7 milliseconds