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