Searched refs:RTC_SET_TIME (Results 1 – 7 of 7) sorted by relevance
57 retval = ioctl(fd, RTC_SET_TIME, &new); in main()
98 #define RTC_SET_TIME _IOW('p', 0x0a, struct rtc_time) /* Set RTC time */ macro
66 case RTC_SET_TIME: /* Set the RTC */ in rtc_ioctl()
71 case RTC_SET_TIME: /* Set the RTC */ in rtc_ioctl()
224 case RTC_SET_TIME: in rtc_dev_ioctl()331 case RTC_SET_TIME: in rtc_dev_ioctl()
9 * RTC_RD_TIME, RTC_SET_TIME: Read or set the RTC time. Time
70 ioctl(d, RTC_SET_TIME, &rtc);
Completed in 8 milliseconds