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
126 rc = ioctl(self->fd, RTC_ALM_SET, &tm); in TEST_F()228 rc = ioctl(self->fd, RTC_ALM_SET, &tm);
16 * RTC_ALM_READ, RTC_ALM_SET: Read or set the alarm time for
166 case RTC_ALM_SET: in efi_rtc_ioctl()
474 case RTC_ALM_SET: /* Store a time into the alarm */ in rtc_do_ioctl()
265 case RTC_ALM_SET: in rtc_dev_ioctl()
565 case RTC_ALM_SET: /* Store a time into the alarm */ in hp_sdc_rtc_ioctl()
562 COMPATIBLE_IOCTL(RTC_ALM_SET)