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

/external/kernel-headers/original/uapi/linux/
H A Drtc.h5 * Struct rtc_time and first 12 ioctl by Paul Gortmaker, 1996 - separated out
20 struct rtc_time { struct
39 struct rtc_time time; /* time the alarm is set to */
79 #define RTC_ALM_SET _IOW('p', 0x07, struct rtc_time) /* Set alarm time */
80 #define RTC_ALM_READ _IOR('p', 0x08, struct rtc_time) /* Read alarm time */
81 #define RTC_RD_TIME _IOR('p', 0x09, struct rtc_time) /* Read RTC time */
82 #define RTC_SET_TIME _IOW('p', 0x0a, struct rtc_time) /* Set RTC time */

Completed in 407 milliseconds