Searched refs:RTC_SET_TIME (Results 1 – 3 of 3) sorted by relevance
82 #define RTC_SET_TIME _IOW('p', 0x0a, struct rtc_time) /* Set RTC time */ macro
110 xioctl(fd, RTC_SET_TIME, &time); in hwclock_main()
726 case RTC_SET_TIME: in rtc_ioctl()