Searched refs:RTC_ALM_SET (Results 1 – 5 of 5) sorted by relevance
95 #define RTC_ALM_SET _IOW('p', 0x07, struct rtc_time) /* Set alarm time */ macro
74 ret = ioctl(fd_rtc, RTC_ALM_SET, &rtc_tm); in main()
16 * RTC_ALM_READ, RTC_ALM_SET: Read or set the alarm time for
211 rc = ioctl(self->fd, RTC_ALM_SET, &tm); in TEST_F()321 rc = ioctl(self->fd, RTC_ALM_SET, &tm);
268 case RTC_ALM_SET: in rtc_dev_ioctl()