Searched refs:RTC_ALM_SET (Results 1 – 8 of 8) sorted by relevance
80 #define RTC_ALM_SET _IOW('p', 0x07, struct rtc_time) /* Set alarm time */ macro
16 * RTC_ALM_READ, RTC_ALM_SET: Read or set the alarm time for
126 rc = ioctl(self->fd, RTC_ALM_SET, &tm); in TEST_F()
165 case RTC_ALM_SET: in efi_rtc_ioctl()
478 case RTC_ALM_SET: /* Store a time into the alarm */ in rtc_do_ioctl()
272 case RTC_ALM_SET: in rtc_dev_ioctl()
567 case RTC_ALM_SET: /* Store a time into the alarm */ in hp_sdc_rtc_ioctl()
818 COMPATIBLE_IOCTL(RTC_ALM_SET)